summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33a1af37f701..f3f9e9681a2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = scorespy-launcher
pkgdesc = Launcher for ScoreSpy CH, a modified Clone Hero client that submits scores to an online leaderboard.
- pkgver = 0.12.426
+ pkgver = 0.12.430
pkgrel = 1
url = https://clonehero.scorespy.online/
arch = x86_64
license = freeware-proprietary
provides = scorespy-launcher
conflicts = scorespy-launcher
- noextract = scorespy-launcher_0.12.426.AppImage
+ noextract = scorespy-launcher_0.12.430.AppImage
options = !strip
- source = scorespy-launcher_0.12.426.AppImage::https://launcher.scorespy.online/dist/ScoreSpy%20Launcher-0.12.426.AppImage
- sha1sums = b6723bb1b9f20ca8e1fa1067d221e584eaefe3b7
+ source = scorespy-launcher_0.12.430.AppImage::https://launcher.scorespy.online/dist/ScoreSpy%20Launcher-0.12.430.AppImage
+ sha1sums = 9e6ed46fba29fd373ff9a6515bdf30cbfce6690c
pkgname = scorespy-launcher
diff --git a/PKGBUILD b/PKGBUILD
index d8bafae5c111..5097edaca072 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=scorespy-launcher
pkgname=${_pkgname}
pkgdesc="Launcher for ScoreSpy CH, a modified Clone Hero client that submits scores to an online leaderboard."
-pkgver=0.12.426
+pkgver=0.12.430
pkgrel=1
provides=('scorespy-launcher')
conflicts=('scorespy-launcher')
@@ -12,7 +12,7 @@ arch=("x86_64")
license=("freeware-proprietary")
_appimage="${_pkgname}_${pkgver}.AppImage"
source=("$_appimage"::"https://launcher.scorespy.online/dist/ScoreSpy%20Launcher-${pkgver}.AppImage")
-sha1sums=('b6723bb1b9f20ca8e1fa1067d221e584eaefe3b7')
+sha1sums=('9e6ed46fba29fd373ff9a6515bdf30cbfce6690c')
noextract=("$_appimage")
options=(!strip)