summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2023-10-15 21:54:35 -0400
committerKevin MacMartin2023-10-15 21:54:35 -0400
commit394d5405f8d0f7136cd93594706ed194eb808176 (patch)
tree762ce1034539b8bede6296b6c90205081f35c31e
parent68384d74cdedb29f16c126a5b8688e9d89c1b740 (diff)
downloadaur-394d5405f8d0f7136cd93594706ed194eb808176.tar.gz
Update to 2.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d60d234bb461..bec7a62ebd6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = upscayl-bin
pkgdesc = Free and Open Source AI Image Upscaler
- pkgver = 2.8.6
+ pkgver = 2.9.0
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.8.6-linux.zip
+ noextract = upscayl-2.9.0-linux.zip
options = !strip
- source = https://github.com/upscayl/upscayl/releases/download/v2.8.6/upscayl-2.8.6-linux.zip
+ source = https://github.com/upscayl/upscayl/releases/download/v2.9.0/upscayl-2.9.0-linux.zip
source = upscayl-run
- sha512sums = 882c100eb571ade7f3b9c20028cffd5a96d02afb5e3a5aa47390939d4e039499f5b49766c7b8c323fd26d98db634d0a9286d6cfe5a63f0845e9dca606b5398c6
+ sha512sums = 86b0a69dfe8434a19f1819ada70d75e8d511ec42723d01a9eccf58b2c4864efe977dcca741e7463f24cb2e7778890e828c7dbeb189dd48b58b617a3e294c670a
sha512sums = 7a1a702418325085d6afab949efe7724c4db42dc5a165ade02ff5b1d755fdcac5b8292cf3ee26b04e85a8f41343e1a5d36dba72afc5c6731a3bc3ea49b6c2193
pkgname = upscayl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7e9ba87a17d8..73a9a27d1fd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=upscayl
pkgname=$_pkgname-bin
-pkgver=2.8.6
+pkgver=2.9.0
pkgrel=1
pkgdesc='Free and Open Source AI Image Upscaler'
url='https://github.com/upscayl/upscayl'
@@ -24,7 +24,7 @@ source=(
)
sha512sums=(
- '882c100eb571ade7f3b9c20028cffd5a96d02afb5e3a5aa47390939d4e039499f5b49766c7b8c323fd26d98db634d0a9286d6cfe5a63f0845e9dca606b5398c6'
+ '86b0a69dfe8434a19f1819ada70d75e8d511ec42723d01a9eccf58b2c4864efe977dcca741e7463f24cb2e7778890e828c7dbeb189dd48b58b617a3e294c670a'
'7a1a702418325085d6afab949efe7724c4db42dc5a165ade02ff5b1d755fdcac5b8292cf3ee26b04e85a8f41343e1a5d36dba72afc5c6731a3bc3ea49b6c2193'
)