Update to v1.18.1

This commit is contained in:
rouhim 2025-06-21 10:20:38 +00:00
parent 09cc66ba2c
commit 66b323e413
2 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
pkgbase = binvec-bin
pkgdesc = A simple application to convert raster graphics to vector graphics (pre-compiled)
pkgver = 1.18.0
pkgver = 1.18.1
pkgrel = 1
url = https://github.com/RouHim/binvec
arch = x86_64
@ -11,15 +11,15 @@ pkgbase = binvec-bin
provides = binvec
conflicts = binvec
options = !strip
source = binvec-1.18.0.tar.gz::https://github.com/RouHim/binvec/archive/refs/tags/1.18.0.tar.gz
sha256sums = 85bf598ad878059954a3801b376be89e96d25a8db9a1bf8fa63133ddeedc212b
source_x86_64 = binvec-1.18.0-x86_64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.18.0/binvec-x86_64-unknown-linux-gnu
source = binvec-1.18.1.tar.gz::https://github.com/RouHim/binvec/archive/refs/tags/1.18.1.tar.gz
sha256sums = 5f7a5618b2785cca4cdc4a1b1261096f096149cb3b678ff93027c52d7643f93d
source_x86_64 = binvec-1.18.1-x86_64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.18.1/binvec-x86_64-unknown-linux-gnu
sha256sums_x86_64 = a11ed1538332a654e5342e6626eed21dfd5ae55dc9e812d6ce8a6855307a90d6
source_aarch64 = binvec-1.18.0-aarch64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.18.0/binvec-aarch64-unknown-linux-gnu
source_aarch64 = binvec-1.18.1-aarch64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.18.1/binvec-aarch64-unknown-linux-gnu
sha256sums_aarch64 = a11ed1538332a654e5342e6626eed21dfd5ae55dc9e812d6ce8a6855307a90d6
source_armv7h = binvec-1.18.0-armv7-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.18.0/binvec-armv7-unknown-linux-gnueabihf
source_armv7h = binvec-1.18.1-armv7-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.18.1/binvec-armv7-unknown-linux-gnueabihf
sha256sums_armv7h = a11ed1538332a654e5342e6626eed21dfd5ae55dc9e812d6ce8a6855307a90d6
source_armv6h = binvec-1.18.0-arm-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.18.0/binvec-arm-unknown-linux-gnueabihf
source_armv6h = binvec-1.18.1-arm-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.18.1/binvec-arm-unknown-linux-gnueabihf
sha256sums_armv6h = a11ed1538332a654e5342e6626eed21dfd5ae55dc9e812d6ce8a6855307a90d6
pkgname = binvec-bin

View file

@ -1,7 +1,7 @@
# Maintainer: RouHim
pkgname=binvec-bin
pkgver=1.18.0
pkgver=1.18.1
pkgrel=1
pkgdesc="A simple application to convert raster graphics to vector graphics (pre-compiled)"
arch=('x86_64' 'aarch64' 'armv7h' 'armv6h')
@ -14,7 +14,7 @@ options=('!strip')
# Source code archive for desktop files and icons
source=("binvec-${pkgver}.tar.gz::https://github.com/RouHim/binvec/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('85bf598ad878059954a3801b376be89e96d25a8db9a1bf8fa63133ddeedc212b')
sha256sums=('5f7a5618b2785cca4cdc4a1b1261096f096149cb3b678ff93027c52d7643f93d')
sha256sums_x86_64=('a11ed1538332a654e5342e6626eed21dfd5ae55dc9e812d6ce8a6855307a90d6')
sha256sums_aarch64=('a11ed1538332a654e5342e6626eed21dfd5ae55dc9e812d6ce8a6855307a90d6')
sha256sums_armv7h=('a11ed1538332a654e5342e6626eed21dfd5ae55dc9e812d6ce8a6855307a90d6')