Update to v1.20.4

This commit is contained in:
rouhim 2025-09-19 18:53:04 +00:00
parent c1a8859542
commit 5a8be8139e
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.20.3
pkgver = 1.20.4
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.20.3.tar.gz::https://github.com/RouHim/binvec/archive/refs/tags/1.20.3.tar.gz
sha256sums = 6fd615b40b76235382f8cdc68ee6d1ca29678c89e6a86bd538b189a1f22f5c9a
source_x86_64 = binvec-1.20.3-x86_64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.20.3/binvec-x86_64-unknown-linux-gnu
sha256sums_x86_64 = c0b3cd4887a4741aac3bc86a28344f2e4add15d895696072068313d206c7f390
source_aarch64 = binvec-1.20.3-aarch64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.20.3/binvec-aarch64-unknown-linux-gnu
sha256sums_aarch64 = c0b3cd4887a4741aac3bc86a28344f2e4add15d895696072068313d206c7f390
source_armv7h = binvec-1.20.3-armv7-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.20.3/binvec-armv7-unknown-linux-gnueabihf
sha256sums_armv7h = c0b3cd4887a4741aac3bc86a28344f2e4add15d895696072068313d206c7f390
source_armv6h = binvec-1.20.3-arm-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.20.3/binvec-arm-unknown-linux-gnueabihf
sha256sums_armv6h = c0b3cd4887a4741aac3bc86a28344f2e4add15d895696072068313d206c7f390
source = binvec-1.20.4.tar.gz::https://github.com/RouHim/binvec/archive/refs/tags/1.20.4.tar.gz
sha256sums = 84bb56825d4d52eb7f79b8c5f4ce899b46d9ab445ffb86631e6c1a2ab4ecbd14
source_x86_64 = binvec-1.20.4-x86_64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.20.4/binvec-x86_64-unknown-linux-gnu
sha256sums_x86_64 = ba7ffdeeb067f42ae3a6ba561178d4795db1fec54e84c40765ed98b0cff1debe
source_aarch64 = binvec-1.20.4-aarch64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.20.4/binvec-aarch64-unknown-linux-gnu
sha256sums_aarch64 = ba7ffdeeb067f42ae3a6ba561178d4795db1fec54e84c40765ed98b0cff1debe
source_armv7h = binvec-1.20.4-armv7-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.20.4/binvec-armv7-unknown-linux-gnueabihf
sha256sums_armv7h = ba7ffdeeb067f42ae3a6ba561178d4795db1fec54e84c40765ed98b0cff1debe
source_armv6h = binvec-1.20.4-arm-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.20.4/binvec-arm-unknown-linux-gnueabihf
sha256sums_armv6h = ba7ffdeeb067f42ae3a6ba561178d4795db1fec54e84c40765ed98b0cff1debe
pkgname = binvec-bin

View file

@ -1,7 +1,7 @@
# Maintainer: RouHim
pkgname=binvec-bin
pkgver=1.20.3
pkgver=1.20.4
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=('6fd615b40b76235382f8cdc68ee6d1ca29678c89e6a86bd538b189a1f22f5c9a')
sha256sums_x86_64=('c0b3cd4887a4741aac3bc86a28344f2e4add15d895696072068313d206c7f390')
sha256sums_aarch64=('c0b3cd4887a4741aac3bc86a28344f2e4add15d895696072068313d206c7f390')
sha256sums_armv7h=('c0b3cd4887a4741aac3bc86a28344f2e4add15d895696072068313d206c7f390')
sha256sums_armv6h=('c0b3cd4887a4741aac3bc86a28344f2e4add15d895696072068313d206c7f390')
sha256sums=('84bb56825d4d52eb7f79b8c5f4ce899b46d9ab445ffb86631e6c1a2ab4ecbd14')
sha256sums_x86_64=('ba7ffdeeb067f42ae3a6ba561178d4795db1fec54e84c40765ed98b0cff1debe')
sha256sums_aarch64=('ba7ffdeeb067f42ae3a6ba561178d4795db1fec54e84c40765ed98b0cff1debe')
sha256sums_armv7h=('ba7ffdeeb067f42ae3a6ba561178d4795db1fec54e84c40765ed98b0cff1debe')
sha256sums_armv6h=('ba7ffdeeb067f42ae3a6ba561178d4795db1fec54e84c40765ed98b0cff1debe')
# 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")