summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCory Sanin2023-09-12 13:20:11 -0500
committerCory Sanin2023-09-12 13:20:11 -0500
commit2117be804db9025549ec91259358f01bf9c4eb8d (patch)
tree7a42686cb1199487a4c8f4fa9003656baf98d046
parentafc0ce1499a2cf314be722174589f12987da6b0b (diff)
downloadaur-2117be804db9025549ec91259358f01bf9c4eb8d.tar.gz
upgpkg: moonscraper-chart-editor-bin 1.5.4-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7a21ba21203..33046d762cd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moonscraper-chart-editor-bin
pkgdesc = Moonscraper Chart Editor is a song editor for Guitar Hero style rhythm games.
- pkgver = 1.5.3
+ pkgver = 1.5.4
pkgrel = 1
url = https://github.com/FireFox2000000/Moonscraper-Chart-Editor
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = moonscraper-chart-editor-bin
provides = moonscraper-chart-editor
conflicts = moonscraper-chart-editor
options = !strip
- source = moonscraper-1.5.3.tar.gz::https://github.com/FireFox2000000/Moonscraper-Chart-Editor/releases/download/1.5.3/Moonscraper.Chart.Editor.v1.5.3.Linux.Universal.tar.gz
- source = moonscraper-chart-editor.desktop::https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/1.5.3/aur/moonscraper-chart-editor.desktop
- source = LICENSE::https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/1.5.3/LICENSE
- sha1sums = a14b0ba93ddc2a6760832af21e333008cdc976d5
+ source = moonscraper-1.5.4.tar.gz::https://github.com/FireFox2000000/Moonscraper-Chart-Editor/releases/download/1.5.4/Moonscraper.Chart.Editor.v1.5.4.Linux.Universal.tar.gz
+ source = moonscraper-chart-editor.desktop::https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/1.5.4/aur/moonscraper-chart-editor.desktop
+ source = LICENSE::https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/1.5.4/LICENSE
+ sha1sums = 6a4e48c0fd8f8cee6b491ec175fe50e74c336d51
sha1sums = e4c64c84730ee05b26e521537fc09fa82925fe72
sha1sums = 2d61750d08d43082718a1548810f76be186a9030
diff --git a/PKGBUILD b/PKGBUILD
index a1a09193c3cd..3d7e7b39c55a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=moonscraper-chart-editor
pkgname=${_pkgname}-bin
pkgdesc="Moonscraper Chart Editor is a song editor for Guitar Hero style rhythm games."
-pkgver=1.5.3
+pkgver=1.5.4
pkgrel=1
provides=("$_pkgname")
conflicts=("$_pkgname")
@@ -15,7 +15,7 @@ _commit="$pkgver"
source=("moonscraper-$pkgver.tar.gz"::"https://github.com/FireFox2000000/Moonscraper-Chart-Editor/releases/download/$pkgver/Moonscraper.Chart.Editor.v$pkgver.Linux.Universal.tar.gz"
"$_pkgname.desktop"::"https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/$_commit/aur/moonscraper-chart-editor.desktop"
"LICENSE"::"https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/$_commit/LICENSE")
-sha1sums=('a14b0ba93ddc2a6760832af21e333008cdc976d5'
+sha1sums=('6a4e48c0fd8f8cee6b491ec175fe50e74c336d51'
'e4c64c84730ee05b26e521537fc09fa82925fe72'
'2d61750d08d43082718a1548810f76be186a9030')
options=(!strip)