Update to v1.18.2

This commit is contained in:
rouhim 2025-06-27 07:58:13 +00:00
parent 66b323e413
commit 8d52a957ff
2 changed files with 17 additions and 17 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.1
pkgver = 1.18.2
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.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.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.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.1-arm-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.18.1/binvec-arm-unknown-linux-gnueabihf
sha256sums_armv6h = a11ed1538332a654e5342e6626eed21dfd5ae55dc9e812d6ce8a6855307a90d6
source = binvec-1.18.2.tar.gz::https://github.com/RouHim/binvec/archive/refs/tags/1.18.2.tar.gz
sha256sums = d9482d055efb4cb0d93e9f2eef7a21f90de3dc20a071fb6c1ed7bb23847b6eca
source_x86_64 = binvec-1.18.2-x86_64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.18.2/binvec-x86_64-unknown-linux-gnu
sha256sums_x86_64 = 54e600dad37fea8d5540ea0533c6216903d358451a6d3a5262150c64e9a46ff2
source_aarch64 = binvec-1.18.2-aarch64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.18.2/binvec-aarch64-unknown-linux-gnu
sha256sums_aarch64 = 54e600dad37fea8d5540ea0533c6216903d358451a6d3a5262150c64e9a46ff2
source_armv7h = binvec-1.18.2-armv7-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.18.2/binvec-armv7-unknown-linux-gnueabihf
sha256sums_armv7h = 54e600dad37fea8d5540ea0533c6216903d358451a6d3a5262150c64e9a46ff2
source_armv6h = binvec-1.18.2-arm-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.18.2/binvec-arm-unknown-linux-gnueabihf
sha256sums_armv6h = 54e600dad37fea8d5540ea0533c6216903d358451a6d3a5262150c64e9a46ff2
pkgname = binvec-bin

View file

@ -1,7 +1,7 @@
# Maintainer: RouHim
pkgname=binvec-bin
pkgver=1.18.1
pkgver=1.18.2
pkgrel=1
pkgdesc="A simple application to convert raster graphics to vector graphics (pre-compiled)"
arch=('x86_64' 'aarch64' 'armv7h' 'armv6h')
@ -14,11 +14,11 @@ 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=('5f7a5618b2785cca4cdc4a1b1261096f096149cb3b678ff93027c52d7643f93d')
sha256sums_x86_64=('a11ed1538332a654e5342e6626eed21dfd5ae55dc9e812d6ce8a6855307a90d6')
sha256sums_aarch64=('a11ed1538332a654e5342e6626eed21dfd5ae55dc9e812d6ce8a6855307a90d6')
sha256sums_armv7h=('a11ed1538332a654e5342e6626eed21dfd5ae55dc9e812d6ce8a6855307a90d6')
sha256sums_armv6h=('a11ed1538332a654e5342e6626eed21dfd5ae55dc9e812d6ce8a6855307a90d6')
sha256sums=('d9482d055efb4cb0d93e9f2eef7a21f90de3dc20a071fb6c1ed7bb23847b6eca')
sha256sums_x86_64=('54e600dad37fea8d5540ea0533c6216903d358451a6d3a5262150c64e9a46ff2')
sha256sums_aarch64=('54e600dad37fea8d5540ea0533c6216903d358451a6d3a5262150c64e9a46ff2')
sha256sums_armv7h=('54e600dad37fea8d5540ea0533c6216903d358451a6d3a5262150c64e9a46ff2')
sha256sums_armv6h=('54e600dad37fea8d5540ea0533c6216903d358451a6d3a5262150c64e9a46ff2')
# Map Arch Linux architectures to Rust build targets
source_x86_64=("binvec-${pkgver}-x86_64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/${pkgver}/binvec-x86_64-unknown-linux-gnu")