summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7eb7a7645663..2f7c72bf1017 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = upscayl-bin
pkgdesc = Free and Open Source AI Image Upscaler
- pkgver = 2.5.1
+ pkgver = 2.5.5
pkgrel = 1
url = https://github.com/upscayl/upscayl
arch = i686
@@ -16,7 +16,7 @@ pkgbase = upscayl-bin
provides = upscayl
conflicts = upscayl
options = !strip
- source = https://github.com/upscayl/upscayl/releases/download/v2.5.1/upscayl-2.5.1-linux.AppImage
- sha512sums = 7b8d651c9313c1b5e47e3cd956ad09fe866e66de262b3125ed6273e21e3414375ea97ea2af85ad82c299b350d71220d63c79c8df5ae7e1478687754acc233f84
+ source = https://github.com/upscayl/upscayl/releases/download/v2.5.5/upscayl-2.5.5-linux.AppImage
+ sha512sums = 83773b8040a46455caf31162e4455dd50ac07dc07813ddf0aa6c5f825bd61c82ee91f097391af8d74fcc67f839eae836ce78347a802a4327da6be279d5385bdd
pkgname = upscayl-bin
diff --git a/PKGBUILD b/PKGBUILD
index e99be109967b..d10356b3a9b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=upscayl
pkgname=$_pkgname-bin
-pkgver=2.5.1
+pkgver=2.5.5
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=('7b8d651c9313c1b5e47e3cd956ad09fe866e66de262b3125ed6273e21e3414375ea97ea2af85ad82c299b350d71220d63c79c8df5ae7e1478687754acc233f84')
+sha512sums=('83773b8040a46455caf31162e4455dd50ac07dc07813ddf0aa6c5f825bd61c82ee91f097391af8d74fcc67f839eae836ce78347a802a4327da6be279d5385bdd')
prepare() {
[[ -d squashfs-root ]] && rm -rf squashfs-root