summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2023-01-02 23:05:48 -0500
committerKevin MacMartin2023-01-02 23:05:48 -0500
commit4cae6cd0a6608e6d44a7be3f9892253a889bd603 (patch)
tree301bffe45de30446be3df7829d9a8b8b0af4df6a
parent1fad435ec167be7c6f964d44b98dc1eb8b00fc12 (diff)
downloadaur-4cae6cd0a6608e6d44a7be3f9892253a889bd603.tar.gz
Update to 2.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6639a0875dbc..e4ac52e745b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = upscayl-bin
pkgdesc = Free and Open Source AI Image Upscaler
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/upscayl/upscayl
arch = i686
@@ -15,7 +15,7 @@ pkgbase = upscayl-bin
provides = upscayl
conflicts = upscayl
options = !strip
- source = https://github.com/upscayl/upscayl/releases/download/v2.0.0/upscayl-2.0.0-linux.AppImage
- sha512sums = f6b6940336afd969c2b9b83150c5166dff4611f8c6b0260fe1cd46095bfb2c594229d606a2ea43206ec9b5590a1ffda6708717c35171b67784ab63ff6966fcd7
+ source = https://github.com/upscayl/upscayl/releases/download/v2.0.1/upscayl-2.0.1-linux.AppImage
+ sha512sums = 9c76fc4e02374d91c904db3f0084338b908c1d88a7282ea9fc6be82de6a23578a6c040edd98703fb5437f729c614d6b71ba59c27a372bfc54a398372ef8a1a25
pkgname = upscayl-bin
diff --git a/PKGBUILD b/PKGBUILD
index cd72a6f741ae..2e2460f7f97b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=upscayl
pkgname=$_pkgname-bin
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc='Free and Open Source AI Image Upscaler'
url='https://github.com/upscayl/upscayl'
@@ -15,7 +15,7 @@ provides=($_pkgname)
conflicts=($_pkgname)
options=('!strip')
source=("https://github.com/upscayl/upscayl/releases/download/v${pkgver}/upscayl-${pkgver}-linux.AppImage")
-sha512sums=('f6b6940336afd969c2b9b83150c5166dff4611f8c6b0260fe1cd46095bfb2c594229d606a2ea43206ec9b5590a1ffda6708717c35171b67784ab63ff6966fcd7')
+sha512sums=('9c76fc4e02374d91c904db3f0084338b908c1d88a7282ea9fc6be82de6a23578a6c040edd98703fb5437f729c614d6b71ba59c27a372bfc54a398372ef8a1a25')
prepare() {
[[ -d squashfs-root ]] && rm -rf squashfs-root