From 23f807bed3dea49fbef0fedc7d6c32273e7376c8 Mon Sep 17 00:00:00 2001 From: rouhim Date: Tue, 25 Nov 2025 04:41:13 +0000 Subject: [PATCH] Update to v1.20.15 --- .SRCINFO | 22 +++++++++++----------- PKGBUILD | 12 ++++++------ 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 1ec02592d48de..4e86020a1bd0d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = binvec-bin pkgdesc = A simple application to convert raster graphics to vector graphics (pre-compiled) - pkgver = 1.20.14 + pkgver = 1.20.15 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.14.tar.gz::https://github.com/RouHim/binvec/archive/refs/tags/1.20.14.tar.gz - sha256sums = 1fea2cef05e9664d0834cd6330a4d8758650e1b67cc2e63aaf06e0faf8842cb5 - source_x86_64 = binvec-1.20.14-x86_64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.20.14/binvec-x86_64-unknown-linux-gnu - sha256sums_x86_64 = 84e99a80df40c0e78c7f7cd3f22415d745d2d37576025f47f41317b3c96e41a3 - source_aarch64 = binvec-1.20.14-aarch64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.20.14/binvec-aarch64-unknown-linux-gnu - sha256sums_aarch64 = 84e99a80df40c0e78c7f7cd3f22415d745d2d37576025f47f41317b3c96e41a3 - source_armv7h = binvec-1.20.14-armv7-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.20.14/binvec-armv7-unknown-linux-gnueabihf - sha256sums_armv7h = 84e99a80df40c0e78c7f7cd3f22415d745d2d37576025f47f41317b3c96e41a3 - source_armv6h = binvec-1.20.14-arm-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.20.14/binvec-arm-unknown-linux-gnueabihf - sha256sums_armv6h = 84e99a80df40c0e78c7f7cd3f22415d745d2d37576025f47f41317b3c96e41a3 + source = binvec-1.20.15.tar.gz::https://github.com/RouHim/binvec/archive/refs/tags/1.20.15.tar.gz + sha256sums = c0c9f29bd8854e1f1ad9df5077c23aaf7baa888c3c2b1ae1a6db70796aa2945e + source_x86_64 = binvec-1.20.15-x86_64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.20.15/binvec-x86_64-unknown-linux-gnu + sha256sums_x86_64 = 9e8a052c1bd519be1f9f72e8935e388668ec0880e1fd50290e602fb24b8e953f + source_aarch64 = binvec-1.20.15-aarch64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.20.15/binvec-aarch64-unknown-linux-gnu + sha256sums_aarch64 = 9e8a052c1bd519be1f9f72e8935e388668ec0880e1fd50290e602fb24b8e953f + source_armv7h = binvec-1.20.15-armv7-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.20.15/binvec-armv7-unknown-linux-gnueabihf + sha256sums_armv7h = 9e8a052c1bd519be1f9f72e8935e388668ec0880e1fd50290e602fb24b8e953f + source_armv6h = binvec-1.20.15-arm-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.20.15/binvec-arm-unknown-linux-gnueabihf + sha256sums_armv6h = 9e8a052c1bd519be1f9f72e8935e388668ec0880e1fd50290e602fb24b8e953f pkgname = binvec-bin diff --git a/PKGBUILD b/PKGBUILD index 99825e8aa3a3c..e9faae3f0606b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: RouHim pkgname=binvec-bin -pkgver=1.20.14 +pkgver=1.20.15 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=('1fea2cef05e9664d0834cd6330a4d8758650e1b67cc2e63aaf06e0faf8842cb5') -sha256sums_x86_64=('84e99a80df40c0e78c7f7cd3f22415d745d2d37576025f47f41317b3c96e41a3') -sha256sums_aarch64=('84e99a80df40c0e78c7f7cd3f22415d745d2d37576025f47f41317b3c96e41a3') -sha256sums_armv7h=('84e99a80df40c0e78c7f7cd3f22415d745d2d37576025f47f41317b3c96e41a3') -sha256sums_armv6h=('84e99a80df40c0e78c7f7cd3f22415d745d2d37576025f47f41317b3c96e41a3') +sha256sums=('c0c9f29bd8854e1f1ad9df5077c23aaf7baa888c3c2b1ae1a6db70796aa2945e') +sha256sums_x86_64=('9e8a052c1bd519be1f9f72e8935e388668ec0880e1fd50290e602fb24b8e953f') +sha256sums_aarch64=('9e8a052c1bd519be1f9f72e8935e388668ec0880e1fd50290e602fb24b8e953f') +sha256sums_armv7h=('9e8a052c1bd519be1f9f72e8935e388668ec0880e1fd50290e602fb24b8e953f') +sha256sums_armv6h=('9e8a052c1bd519be1f9f72e8935e388668ec0880e1fd50290e602fb24b8e953f') # 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")