summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2023-09-13 14:15:20 -0400
committerKevin MacMartin2023-09-13 14:15:20 -0400
commit5fb3819f81249871f394f8300242ea42ffcb5a68 (patch)
treecfa07f283af0053f8f1d4fd135a6f113e97976b4
parent6d71624dfff3cc26a96eff29965666b8268a4d3f (diff)
downloadaur-5fb3819f81249871f394f8300242ea42ffcb5a68.tar.gz
Update to 2.8.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73dad41edbbb..be3e6d4ac012 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = upscayl-bin
pkgdesc = Free and Open Source AI Image Upscaler
- pkgver = 2.8.0
- pkgrel = 3
+ pkgver = 2.8.1
+ pkgrel = 1
url = https://github.com/upscayl/upscayl
arch = x86_64
license = AGPL3
@@ -35,11 +35,11 @@ pkgbase = upscayl-bin
depends = vulkan-icd-loader
provides = upscayl
conflicts = upscayl
- noextract = upscayl-2.8.0-linux.zip
+ noextract = upscayl-2.8.1-linux.zip
options = !strip
- source = https://github.com/upscayl/upscayl/releases/download/v2.8.0/upscayl-2.8.0-linux.zip
+ source = https://github.com/upscayl/upscayl/releases/download/v2.8.1/upscayl-2.8.1-linux.zip
source = upscayl-run
- sha512sums = b773c4a9c73de1d468f64d43987fdf7ea8ecf1590f6a476aa69d3243b93bcdcc1706eaf95cec576a4bed537ea6d3237ab658ebffabf3285b5ab2d6cc76883cc1
+ sha512sums = 5181ca527fd3b9a5f91f2f7bed9580cbbfb639baf172d44ea183ff480e5050a846ade06191862faa89759e3f52876ca6609dfceb6004ee87c25b3e8dacd95c59
sha512sums = 7a1a702418325085d6afab949efe7724c4db42dc5a165ade02ff5b1d755fdcac5b8292cf3ee26b04e85a8f41343e1a5d36dba72afc5c6731a3bc3ea49b6c2193
pkgname = upscayl-bin
diff --git a/PKGBUILD b/PKGBUILD
index ef8f4a9b9f5d..8a5043eb5160 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pkgname=upscayl
pkgname=$_pkgname-bin
-pkgver=2.8.0
-pkgrel=3
+pkgver=2.8.1
+pkgrel=1
pkgdesc='Free and Open Source AI Image Upscaler'
url='https://github.com/upscayl/upscayl'
license=('AGPL3')
@@ -22,7 +22,7 @@ source=(
)
sha512sums=(
- 'b773c4a9c73de1d468f64d43987fdf7ea8ecf1590f6a476aa69d3243b93bcdcc1706eaf95cec576a4bed537ea6d3237ab658ebffabf3285b5ab2d6cc76883cc1'
+ '5181ca527fd3b9a5f91f2f7bed9580cbbfb639baf172d44ea183ff480e5050a846ade06191862faa89759e3f52876ca6609dfceb6004ee87c25b3e8dacd95c59'
'7a1a702418325085d6afab949efe7724c4db42dc5a165ade02ff5b1d755fdcac5b8292cf3ee26b04e85a8f41343e1a5d36dba72afc5c6731a3bc3ea49b6c2193'
)