summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2023-12-02 13:20:59 -0500
committerKevin MacMartin2023-12-02 13:20:59 -0500
commit306903f6a73adaf6b2e9831a52d5f747f46b59d2 (patch)
tree0925863ef32701dee627a1ce1662f7f18d36a916
parentdea31ab7cbeccb1f93d6f20b79561c3119036b38 (diff)
downloadaur-306903f6a73adaf6b2e9831a52d5f747f46b59d2.tar.gz
Update to 2.9.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dea98d05d3ba..eb1aa39e505e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = upscayl-bin
pkgdesc = Free and Open Source AI Image Upscaler
- pkgver = 2.9.1
+ pkgver = 2.9.4
pkgrel = 1
url = https://github.com/upscayl/upscayl
arch = x86_64
@@ -14,11 +14,11 @@ pkgbase = upscayl-bin
depends = openjpeg2
provides = upscayl
conflicts = upscayl
- noextract = upscayl-2.9.1-linux.zip
+ noextract = upscayl-2.9.4-linux.zip
options = !strip
- source = https://github.com/upscayl/upscayl/releases/download/v2.9.1/upscayl-2.9.1-linux.zip
+ source = https://github.com/upscayl/upscayl/releases/download/v2.9.4/upscayl-2.9.4-linux.zip
source = upscayl-run
- sha512sums = e801283a268378770c3b0b338eb691e12f4daadd91ac71fe564f37d3a4712037c738b9d802335dda2f2791dd03130a95f0de71d6e1937592ca5861af8da34191
+ sha512sums = 1c05f9248269b1345829cbe401a1a36f18e3de27c46c15bdf7dbcea22fbbacd6ab65af28897e581b09d03206d6bed3667140186bc4baaed515ec99f045b81671
sha512sums = 7a1a702418325085d6afab949efe7724c4db42dc5a165ade02ff5b1d755fdcac5b8292cf3ee26b04e85a8f41343e1a5d36dba72afc5c6731a3bc3ea49b6c2193
pkgname = upscayl-bin
diff --git a/PKGBUILD b/PKGBUILD
index cecb98636679..3eaa5a8949e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=upscayl
pkgname=$_pkgname-bin
-pkgver=2.9.1
+pkgver=2.9.4
pkgrel=1
pkgdesc='Free and Open Source AI Image Upscaler'
url='https://github.com/upscayl/upscayl'
@@ -24,7 +24,7 @@ source=(
)
sha512sums=(
- 'e801283a268378770c3b0b338eb691e12f4daadd91ac71fe564f37d3a4712037c738b9d802335dda2f2791dd03130a95f0de71d6e1937592ca5861af8da34191'
+ '1c05f9248269b1345829cbe401a1a36f18e3de27c46c15bdf7dbcea22fbbacd6ab65af28897e581b09d03206d6bed3667140186bc4baaed515ec99f045b81671'
'7a1a702418325085d6afab949efe7724c4db42dc5a165ade02ff5b1d755fdcac5b8292cf3ee26b04e85a8f41343e1a5d36dba72afc5c6731a3bc3ea49b6c2193'
)