summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2024-02-14 15:05:03 -0500
committerKevin MacMartin2024-02-14 15:05:03 -0500
commita3985ef4f3874ddea7d83fda3d0e85c9253cf71d (patch)
tree932c22fe13ef2291cd116daa3d0c4eb596798423
parentbc5ea957958dc6857a30e36ebea4657910ca55ac (diff)
downloadaur-a3985ef4f3874ddea7d83fda3d0e85c9253cf71d.tar.gz
Update to the new sha512sum for 2.9.9
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a578cfb607c9..59a0e5993676 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = upscayl-bin
pkgdesc = Free and Open Source AI Image Upscaler
pkgver = 2.9.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/upscayl/upscayl
arch = x86_64
license = AGPL3
@@ -17,6 +17,6 @@ pkgbase = upscayl-bin
noextract = upscayl-2.9.9-linux.zip
options = !strip
source = https://github.com/upscayl/upscayl/releases/download/v2.9.9/upscayl-2.9.9-linux.zip
- sha512sums = 1b4d237ca6ce788a09fb8aefc3d160aa6b7afb51982ef1352827cf06ebda73a12ee7b651438f4dc22ba94bb8822661db6aa0e66b374f5e15799cb7a2686cfe16
+ sha512sums = 06f4a4439cbd7df9dba151530a42368f08d0fab5b145c1563a080aac1aac4b4a094a135f76b381b6a94a7d66d1071dccc647e9c69912cacfe3fe3157a211bf1c
pkgname = upscayl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 682afb6fee2e..03a1a992f089 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=upscayl
pkgname=$_pkgname-bin
pkgver=2.9.9
-pkgrel=1
+pkgrel=2
pkgdesc='Free and Open Source AI Image Upscaler'
url='https://github.com/upscayl/upscayl'
license=('AGPL3')
@@ -18,7 +18,7 @@ conflicts=($_pkgname)
options=('!strip')
noextract=("upscayl-${pkgver}-linux.zip")
source=("https://github.com/upscayl/upscayl/releases/download/v${pkgver}/upscayl-${pkgver}-linux.zip")
-sha512sums=('1b4d237ca6ce788a09fb8aefc3d160aa6b7afb51982ef1352827cf06ebda73a12ee7b651438f4dc22ba94bb8822661db6aa0e66b374f5e15799cb7a2686cfe16')
+sha512sums=('06f4a4439cbd7df9dba151530a42368f08d0fab5b145c1563a080aac1aac4b4a094a135f76b381b6a94a7d66d1071dccc647e9c69912cacfe3fe3157a211bf1c')
prepare() {
cd "$srcdir"