summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2024-02-29 14:50:46 -0500
committerKevin MacMartin2024-02-29 14:50:46 -0500
commitd5a9f9870270384959646c0d13a6b7599d4b3d34 (patch)
treed4f8ed652bcdf4cf0a2b0eeafab5301bd2a1f0de
parent0b143612674ea38ce3209f47632eeb68cdd5f082 (diff)
downloadaur-d5a9f9870270384959646c0d13a6b7599d4b3d34.tar.gz
Update to 2.10.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9368f248d70..67c355e9d43f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = upscayl-bin
pkgdesc = Free and Open Source AI Image Upscaler
- pkgver = 2.9.9
- pkgrel = 4
+ pkgver = 2.10.0
+ pkgrel = 1
url = https://github.com/upscayl/upscayl
arch = x86_64
license = AGPL-3.0-only
@@ -12,11 +12,11 @@ pkgbase = upscayl-bin
depends = nodejs
provides = upscayl
conflicts = upscayl
- noextract = upscayl-2.9.9-linux.zip
+ noextract = upscayl-2.10.0-linux.zip
options = !strip
- source = https://github.com/upscayl/upscayl/releases/download/v2.9.9/upscayl-2.9.9-linux.zip
+ source = https://github.com/upscayl/upscayl/releases/download/v2.10.0/upscayl-2.10.0-linux.zip
source = upscayl
- sha512sums = 06f4a4439cbd7df9dba151530a42368f08d0fab5b145c1563a080aac1aac4b4a094a135f76b381b6a94a7d66d1071dccc647e9c69912cacfe3fe3157a211bf1c
+ sha512sums = ae8c6ec5e4e5568c86ff41eea36d8f179e0ea8d9c5eeafdbd29d5aaeaf583cb94e30210ca68c5371d2f9c1f281c7f390c537ca223887f278ee321c30c06be964
sha512sums = eae35fb7bef2b50512dec60fe1ab9e5bb7f4cd71931bd36951ee30a2d238299aeab88bac35aba4108ddd5c3e2cf6948a9cd144b0f3451e30c4f28b81d2e1e07a
pkgname = upscayl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 97558e06272c..48984b1087af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_pkgname=upscayl
pkgname=$_pkgname-bin
-pkgver=2.9.9
-pkgrel=4
+pkgver=2.10.0
+pkgrel=1
pkgdesc='Free and Open Source AI Image Upscaler'
url='https://github.com/upscayl/upscayl'
license=('AGPL-3.0-only')
@@ -24,7 +24,7 @@ source=(
)
sha512sums=(
- '06f4a4439cbd7df9dba151530a42368f08d0fab5b145c1563a080aac1aac4b4a094a135f76b381b6a94a7d66d1071dccc647e9c69912cacfe3fe3157a211bf1c'
+ 'ae8c6ec5e4e5568c86ff41eea36d8f179e0ea8d9c5eeafdbd29d5aaeaf583cb94e30210ca68c5371d2f9c1f281c7f390c537ca223887f278ee321c30c06be964'
'eae35fb7bef2b50512dec60fe1ab9e5bb7f4cd71931bd36951ee30a2d238299aeab88bac35aba4108ddd5c3e2cf6948a9cd144b0f3451e30c4f28b81d2e1e07a'
)