summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2024-04-22 10:52:17 -0400
committerKevin MacMartin2024-04-22 10:52:17 -0400
commit83c3ed075c57ac035352feef8b284315690ebee9 (patch)
treeff7c9096ae7193ddafc3015eaf478d6e2dc8d851
parentd5a9f9870270384959646c0d13a6b7599d4b3d34 (diff)
downloadaur-83c3ed075c57ac035352feef8b284315690ebee9.tar.gz
Update to 2.10.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67c355e9d43f..6774712ff795 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = upscayl-bin
pkgdesc = Free and Open Source AI Image Upscaler
- pkgver = 2.10.0
+ pkgver = 2.10.9
pkgrel = 1
url = https://github.com/upscayl/upscayl
arch = x86_64
@@ -12,11 +12,11 @@ pkgbase = upscayl-bin
depends = nodejs
provides = upscayl
conflicts = upscayl
- noextract = upscayl-2.10.0-linux.zip
+ noextract = upscayl-2.10.9-linux.zip
options = !strip
- source = https://github.com/upscayl/upscayl/releases/download/v2.10.0/upscayl-2.10.0-linux.zip
+ source = https://github.com/upscayl/upscayl/releases/download/v2.10.9/upscayl-2.10.9-linux.zip
source = upscayl
- sha512sums = ae8c6ec5e4e5568c86ff41eea36d8f179e0ea8d9c5eeafdbd29d5aaeaf583cb94e30210ca68c5371d2f9c1f281c7f390c537ca223887f278ee321c30c06be964
+ sha512sums = 1a4c925e9ddffd9211d6eedb281c6197f3260e65588a3787fa006a7c8366d404c17f91804795da9f67e04f7f2cb3664b596443280b6cd8e7e81e59c11d2a3ca0
sha512sums = eae35fb7bef2b50512dec60fe1ab9e5bb7f4cd71931bd36951ee30a2d238299aeab88bac35aba4108ddd5c3e2cf6948a9cd144b0f3451e30c4f28b81d2e1e07a
pkgname = upscayl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 48984b1087af..f9fe30aa4a60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=upscayl
pkgname=$_pkgname-bin
-pkgver=2.10.0
+pkgver=2.10.9
pkgrel=1
pkgdesc='Free and Open Source AI Image Upscaler'
url='https://github.com/upscayl/upscayl'
@@ -24,7 +24,7 @@ source=(
)
sha512sums=(
- 'ae8c6ec5e4e5568c86ff41eea36d8f179e0ea8d9c5eeafdbd29d5aaeaf583cb94e30210ca68c5371d2f9c1f281c7f390c537ca223887f278ee321c30c06be964'
+ '1a4c925e9ddffd9211d6eedb281c6197f3260e65588a3787fa006a7c8366d404c17f91804795da9f67e04f7f2cb3664b596443280b6cd8e7e81e59c11d2a3ca0'
'eae35fb7bef2b50512dec60fe1ab9e5bb7f4cd71931bd36951ee30a2d238299aeab88bac35aba4108ddd5c3e2cf6948a9cd144b0f3451e30c4f28b81d2e1e07a'
)