summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2023-12-05 10:59:31 -0500
committerKevin MacMartin2023-12-05 10:59:31 -0500
commit96f8359f7229bea691fa17846ed1247f2fc81e55 (patch)
tree14dfbd8a12070b95a43e993d40cac1101d0c51f4
parent306903f6a73adaf6b2e9831a52d5f747f46b59d2 (diff)
downloadaur-96f8359f7229bea691fa17846ed1247f2fc81e55.tar.gz
Update to 2.9.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb1aa39e505e..8d271de2d5de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = upscayl-bin
pkgdesc = Free and Open Source AI Image Upscaler
- pkgver = 2.9.4
+ pkgver = 2.9.5
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.4-linux.zip
+ noextract = upscayl-2.9.5-linux.zip
options = !strip
- source = https://github.com/upscayl/upscayl/releases/download/v2.9.4/upscayl-2.9.4-linux.zip
+ source = https://github.com/upscayl/upscayl/releases/download/v2.9.5/upscayl-2.9.5-linux.zip
source = upscayl-run
- sha512sums = 1c05f9248269b1345829cbe401a1a36f18e3de27c46c15bdf7dbcea22fbbacd6ab65af28897e581b09d03206d6bed3667140186bc4baaed515ec99f045b81671
+ sha512sums = cdbcbb7187893224666ab912fd09e374c716fadb8e96a119cba4a37a84471aec4f9126e44b10b2bde05ed11c9acb659f714a8e9cebc8f6083d99acc832ecd4ee
sha512sums = 7a1a702418325085d6afab949efe7724c4db42dc5a165ade02ff5b1d755fdcac5b8292cf3ee26b04e85a8f41343e1a5d36dba72afc5c6731a3bc3ea49b6c2193
pkgname = upscayl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3eaa5a8949e1..89dcfe504960 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=upscayl
pkgname=$_pkgname-bin
-pkgver=2.9.4
+pkgver=2.9.5
pkgrel=1
pkgdesc='Free and Open Source AI Image Upscaler'
url='https://github.com/upscayl/upscayl'
@@ -24,7 +24,7 @@ source=(
)
sha512sums=(
- '1c05f9248269b1345829cbe401a1a36f18e3de27c46c15bdf7dbcea22fbbacd6ab65af28897e581b09d03206d6bed3667140186bc4baaed515ec99f045b81671'
+ 'cdbcbb7187893224666ab912fd09e374c716fadb8e96a119cba4a37a84471aec4f9126e44b10b2bde05ed11c9acb659f714a8e9cebc8f6083d99acc832ecd4ee'
'7a1a702418325085d6afab949efe7724c4db42dc5a165ade02ff5b1d755fdcac5b8292cf3ee26b04e85a8f41343e1a5d36dba72afc5c6731a3bc3ea49b6c2193'
)