summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjuliustin2023-04-24 11:19:20 +0200
committerjuliustin2023-04-24 11:19:20 +0200
commitcd742441489309f4ba85fb81d4e25e9542202b4c (patch)
tree51132c8373e3c26f578576750de1bfbf6b48b2f3
parent49cc9c0a91d91494e3d8ab7fd9fb7e99794c0c3a (diff)
downloadaur-cd742441489309f4ba85fb81d4e25e9542202b4c.tar.gz
Update checksums for new binary release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42e9af7f6375..c9b806c6096a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = usbimager-bin
pkgdesc = Minimal GUI application to write compressed disk images to USB drives (GTK+ Frontend)
pkgver = 1.0.9
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/bztsrc/usbimager
arch = x86_64
arch = armv7h
@@ -16,10 +16,10 @@ pkgbase = usbimager-bin
sha256sums = 3b155fc4d76128105783f461a1339b33cb91f366e3812b5564f4a7efd9545e92
sha256sums = 6fcb3449da17f96893b74d52bc248fd11fd0d6b0731c9f5d8e2065bbe2685e0b
source_x86_64 = usbimager-1.0.9-x86_64.zip::https://gitlab.com/bztsrc/usbimager/-/raw/binaries/usbimager_1.0.9-x86_64-linux-gtk.zip
- sha256sums_x86_64 = a68a023225cd67a6e824ed7dc89c82d060e3a93b2b47afd75f99522cdeb5ae23
+ sha256sums_x86_64 = 07118a43fb151c95e511ec120fd9fa6e7c2e6c8fef8b19c757b551ff77906430
source_armv7h = usbimager-1.0.9-armv7h.deb::https://gitlab.com/bztsrc/usbimager/-/raw/binaries/usbimager_1.0.9-armhf.deb
- sha256sums_armv7h = 961061a72be7d880a5731af174a0890dfef89cb8e0547e0085cd535ae9118080
+ sha256sums_armv7h = 0848ac56439ee0af97a26a0d7e02306541921d978e9e6f4625532a31cd28d0e8
source_aarch64 = usbimager-1.0.9-aarch64.deb::https://gitlab.com/bztsrc/usbimager/-/raw/binaries/usbimager_1.0.9-armhf.deb
- sha256sums_aarch64 = 961061a72be7d880a5731af174a0890dfef89cb8e0547e0085cd535ae9118080
+ sha256sums_aarch64 = 0848ac56439ee0af97a26a0d7e02306541921d978e9e6f4625532a31cd28d0e8
pkgname = usbimager-bin
diff --git a/PKGBUILD b/PKGBUILD
index e04c2f9b4eb6..09f01617a99f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='usbimager'
pkgname="${_pkgname}-bin"
pkgver=1.0.9
-pkgrel=2
+pkgrel=3
pkgdesc='Minimal GUI application to write compressed disk images to USB drives (GTK+ Frontend)'
arch=('x86_64' 'armv7h' 'aarch64')
url='https://gitlab.com/bztsrc/usbimager'
@@ -22,9 +22,9 @@ source_aarch64=("${_pkgname}-${pkgver}-aarch64.deb::${url}/-/raw/binaries/${_pkg
sha256sums=('3b155fc4d76128105783f461a1339b33cb91f366e3812b5564f4a7efd9545e92'
'6fcb3449da17f96893b74d52bc248fd11fd0d6b0731c9f5d8e2065bbe2685e0b')
-sha256sums_x86_64=('a68a023225cd67a6e824ed7dc89c82d060e3a93b2b47afd75f99522cdeb5ae23')
-sha256sums_armv7h=('961061a72be7d880a5731af174a0890dfef89cb8e0547e0085cd535ae9118080')
-sha256sums_aarch64=('961061a72be7d880a5731af174a0890dfef89cb8e0547e0085cd535ae9118080')
+sha256sums_x86_64=('07118a43fb151c95e511ec120fd9fa6e7c2e6c8fef8b19c757b551ff77906430')
+sha256sums_armv7h=('0848ac56439ee0af97a26a0d7e02306541921d978e9e6f4625532a31cd28d0e8')
+sha256sums_aarch64=('0848ac56439ee0af97a26a0d7e02306541921d978e9e6f4625532a31cd28d0e8')
package() {
install -Dvm644 "${_pkgname}-${pkgver}-manual" "${pkgdir}/usr/share/doc/${_pkgname}/${_pkgname}-manual.pdf"