summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCory Sanin2022-11-22 16:24:22 -0600
committerCory Sanin2022-11-22 16:24:22 -0600
commit7cc928f66b559e8fa817c08880a165d139f04523 (patch)
tree58bc2cfbef1c0fe32a0a812aa6780d0f7a53ae01
parent133d7d08f11fa643de7376415ebd0b5107487a50 (diff)
downloadaur-7cc928f66b559e8fa817c08880a165d139f04523.tar.gz
update to v1.4.4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e02c23838f3..afe9c13d1330 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = moonscraper-chart-editor-bin
pkgdesc = Moonscraper Chart Editor is a song editor for Guitar Hero style rhythm games.
- pkgver = 1.4.3.4
- pkgrel = 0
+ pkgver = 1.4.4
+ pkgrel = 1
url = https://github.com/FireFox2000000/Moonscraper-Chart-Editor
arch = x86_64
arch = i686
@@ -9,10 +9,10 @@ pkgbase = moonscraper-chart-editor-bin
provides = moonscraper-chart-editor
conflicts = moonscraper-chart-editor
options = !strip
- source = moonscraper.tar.gz::https://github.com/FireFox2000000/Moonscraper-Chart-Editor/releases/download/1.4.3.4/Moonscraper.Chart.Editor.v1.4.3.4.Linux.Universal.tar.gz
- source = moonscraper-chart-editor.desktop::https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/1.4.3.4/aur/moonscraper-chart-editor.desktop
- source = https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/1.4.3.4/LICENSE
- sha1sums = 8d782b2b72c057cb47789007d5fe75bfdcff3113
+ source = moonscraper.tar.gz::https://github.com/FireFox2000000/Moonscraper-Chart-Editor/releases/download/1.4.4/Moonscraper.Chart.Editor.v1.4.4.Linux.Universal.tar.gz
+ source = moonscraper-chart-editor.desktop::https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/1.4.4/aur/moonscraper-chart-editor.desktop
+ source = https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/1.4.4/LICENSE
+ sha1sums = 415ba70a39e4aff967f721387570dffbe1af8164
sha1sums = e4c64c84730ee05b26e521537fc09fa82925fe72
sha1sums = 2d61750d08d43082718a1548810f76be186a9030
diff --git a/PKGBUILD b/PKGBUILD
index 74e459376d4d..194265a30950 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=moonscraper-chart-editor
pkgname=${_pkgname}-bin
pkgdesc="Moonscraper Chart Editor is a song editor for Guitar Hero style rhythm games."
-pkgver=1.4.3.4
-pkgrel=0
+pkgver=1.4.4
+pkgrel=1
provides=("$_pkgname")
conflicts=("$_pkgname")
url="https://github.com/FireFox2000000/Moonscraper-Chart-Editor"
@@ -12,12 +12,12 @@ arch=("x86_64"
"i686")
license=("BSD-3-Clause")
_commit="$pkgver"
-source=("moonscraper.tar.gz"::"https://github.com/FireFox2000000/Moonscraper-Chart-Editor/releases/download/1.4.3.4/Moonscraper.Chart.Editor.v1.4.3.4.Linux.Universal.tar.gz"
+source=("moonscraper.tar.gz"::"https://github.com/FireFox2000000/Moonscraper-Chart-Editor/releases/download/1.4.4/Moonscraper.Chart.Editor.v1.4.4.Linux.Universal.tar.gz"
"$_pkgname.desktop"::"https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/$_commit/aur/moonscraper-chart-editor.desktop"
"https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/$_commit/LICENSE")
-sha1sums=("8d782b2b72c057cb47789007d5fe75bfdcff3113"
- "e4c64c84730ee05b26e521537fc09fa82925fe72"
- "2d61750d08d43082718a1548810f76be186a9030")
+sha1sums=('415ba70a39e4aff967f721387570dffbe1af8164'
+ 'e4c64c84730ee05b26e521537fc09fa82925fe72'
+ '2d61750d08d43082718a1548810f76be186a9030')
options=(!strip)
package() {