From a9d5ceb619789bee9de1ed35a0ff97f140fe5ac0 Mon Sep 17 00:00:00 2001 From: rouhim Date: Sun, 10 Aug 2025 18:09:50 +0000 Subject: [PATCH] Update to v1.20.2 --- .SRCINFO | 22 +++++++++++----------- PKGBUILD | 12 ++++++------ 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 959f1b42a721c..3134aca0f9f86 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.1 + pkgver = 1.20.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.20.1.tar.gz::https://github.com/RouHim/binvec/archive/refs/tags/1.20.1.tar.gz - sha256sums = 3807458d75ebcb4258294fd68773d00cb31a64a20739c0dcd82f638f222d33fc - source_x86_64 = binvec-1.20.1-x86_64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.20.1/binvec-x86_64-unknown-linux-gnu - sha256sums_x86_64 = 1094315de12f629288cf8fc9ebab6c98b309820bf1e4e0f8a5c39ee55b94715b - source_aarch64 = binvec-1.20.1-aarch64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.20.1/binvec-aarch64-unknown-linux-gnu - sha256sums_aarch64 = 1094315de12f629288cf8fc9ebab6c98b309820bf1e4e0f8a5c39ee55b94715b - source_armv7h = binvec-1.20.1-armv7-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.20.1/binvec-armv7-unknown-linux-gnueabihf - sha256sums_armv7h = 1094315de12f629288cf8fc9ebab6c98b309820bf1e4e0f8a5c39ee55b94715b - source_armv6h = binvec-1.20.1-arm-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.20.1/binvec-arm-unknown-linux-gnueabihf - sha256sums_armv6h = 1094315de12f629288cf8fc9ebab6c98b309820bf1e4e0f8a5c39ee55b94715b + source = binvec-1.20.2.tar.gz::https://github.com/RouHim/binvec/archive/refs/tags/1.20.2.tar.gz + sha256sums = 18fa72ba29c3203960a87facf701f3bf0372c760e8438a73ff971d9676e100c5 + source_x86_64 = binvec-1.20.2-x86_64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.20.2/binvec-x86_64-unknown-linux-gnu + sha256sums_x86_64 = c0b3cd4887a4741aac3bc86a28344f2e4add15d895696072068313d206c7f390 + source_aarch64 = binvec-1.20.2-aarch64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.20.2/binvec-aarch64-unknown-linux-gnu + sha256sums_aarch64 = c0b3cd4887a4741aac3bc86a28344f2e4add15d895696072068313d206c7f390 + source_armv7h = binvec-1.20.2-armv7-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.20.2/binvec-armv7-unknown-linux-gnueabihf + sha256sums_armv7h = c0b3cd4887a4741aac3bc86a28344f2e4add15d895696072068313d206c7f390 + source_armv6h = binvec-1.20.2-arm-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.20.2/binvec-arm-unknown-linux-gnueabihf + sha256sums_armv6h = c0b3cd4887a4741aac3bc86a28344f2e4add15d895696072068313d206c7f390 pkgname = binvec-bin diff --git a/PKGBUILD b/PKGBUILD index 466bc159485b4..aabc2d43befac 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: RouHim pkgname=binvec-bin -pkgver=1.20.1 +pkgver=1.20.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=('3807458d75ebcb4258294fd68773d00cb31a64a20739c0dcd82f638f222d33fc') -sha256sums_x86_64=('1094315de12f629288cf8fc9ebab6c98b309820bf1e4e0f8a5c39ee55b94715b') -sha256sums_aarch64=('1094315de12f629288cf8fc9ebab6c98b309820bf1e4e0f8a5c39ee55b94715b') -sha256sums_armv7h=('1094315de12f629288cf8fc9ebab6c98b309820bf1e4e0f8a5c39ee55b94715b') -sha256sums_armv6h=('1094315de12f629288cf8fc9ebab6c98b309820bf1e4e0f8a5c39ee55b94715b') +sha256sums=('18fa72ba29c3203960a87facf701f3bf0372c760e8438a73ff971d9676e100c5') +sha256sums_x86_64=('c0b3cd4887a4741aac3bc86a28344f2e4add15d895696072068313d206c7f390') +sha256sums_aarch64=('c0b3cd4887a4741aac3bc86a28344f2e4add15d895696072068313d206c7f390') +sha256sums_armv7h=('c0b3cd4887a4741aac3bc86a28344f2e4add15d895696072068313d206c7f390') +sha256sums_armv6h=('c0b3cd4887a4741aac3bc86a28344f2e4add15d895696072068313d206c7f390') # 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")