Update to v1.17.0

This commit is contained in:
rouhim 2025-06-21 10:08:35 +00:00
parent 1a430cdf30
commit 002d4d755d
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.15.0
pkgver = 1.17.0
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.15.0.tar.gz::https://github.com/RouHim/binvec/archive/refs/tags/1.15.0.tar.gz
sha256sums = 172655ebe39aabcd15506173f0b709ab7e8f8c88d4ec7e945fd38ece2e1af26b
source_x86_64 = binvec-1.15.0-x86_64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.15.0/binvec-x86_64-unknown-linux-gnu
source = binvec-1.17.0.tar.gz::https://github.com/RouHim/binvec/archive/refs/tags/1.17.0.tar.gz
sha256sums = 0338277943e2c003fe8889c91471ea1993a416f2b41232878d4a4f54518ec3e9
source_x86_64 = binvec-1.17.0-x86_64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.17.0/binvec-x86_64-unknown-linux-gnu
sha256sums_x86_64 = a11ed1538332a654e5342e6626eed21dfd5ae55dc9e812d6ce8a6855307a90d6
source_aarch64 = binvec-1.15.0-aarch64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.15.0/binvec-aarch64-unknown-linux-gnu
source_aarch64 = binvec-1.17.0-aarch64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.17.0/binvec-aarch64-unknown-linux-gnu
sha256sums_aarch64 = a11ed1538332a654e5342e6626eed21dfd5ae55dc9e812d6ce8a6855307a90d6
source_armv7h = binvec-1.15.0-armv7-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.15.0/binvec-armv7-unknown-linux-gnueabihf
source_armv7h = binvec-1.17.0-armv7-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.17.0/binvec-armv7-unknown-linux-gnueabihf
sha256sums_armv7h = a11ed1538332a654e5342e6626eed21dfd5ae55dc9e812d6ce8a6855307a90d6
source_armv6h = binvec-1.15.0-arm-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.15.0/binvec-arm-unknown-linux-gnueabihf
source_armv6h = binvec-1.17.0-arm-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.17.0/binvec-arm-unknown-linux-gnueabihf
sha256sums_armv6h = a11ed1538332a654e5342e6626eed21dfd5ae55dc9e812d6ce8a6855307a90d6
pkgname = binvec-bin

View file

@ -1,7 +1,7 @@
# Maintainer: RouHim
pkgname=binvec-bin
pkgver=1.15.0
pkgver=1.17.0
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=('172655ebe39aabcd15506173f0b709ab7e8f8c88d4ec7e945fd38ece2e1af26b')
sha256sums=('0338277943e2c003fe8889c91471ea1993a416f2b41232878d4a4f54518ec3e9')
sha256sums_x86_64=('a11ed1538332a654e5342e6626eed21dfd5ae55dc9e812d6ce8a6855307a90d6')
sha256sums_aarch64=('a11ed1538332a654e5342e6626eed21dfd5ae55dc9e812d6ce8a6855307a90d6')
sha256sums_armv7h=('a11ed1538332a654e5342e6626eed21dfd5ae55dc9e812d6ce8a6855307a90d6')