summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Lensson2021-06-13 08:13:14 +1000
committerKarl Lensson2021-06-13 08:13:14 +1000
commitf9c7553263781dfa82b613a01815be6777de10bb (patch)
tree78565bf4d745cf2321f9d9b8325dca553673f87a
parentdc224712f8a13f5643ecbecce7d3e4a31d03b6ce (diff)
downloadaur-f9c7553263781dfa82b613a01815be6777de10bb.tar.gz
Update to 1.4.4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..84f46ee5fa6d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 836fb4e6f37b..1d535e5175ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=alda-bin
_pkgname=alda
-pkgver=1.2.0
+pkgver=1.4.4
pkgrel=1
pkgdesc='A music programming language for musicians. 🎶'
arch=('x86_64')
@@ -12,7 +12,7 @@ provides=('alda')
conflicts=('alda')
options=('!strip')
source=("https://github.com/$_pkgname-lang/$_pkgname/releases/download/$pkgver/$_pkgname")
-sha256sums=('9c24d2c5791674cac3bd8b40ff67b17a132713a5d1c32d5e3e944a988e24f142')
+sha256sums=('cc8abc7284a1e01f551ab8b19107e1c922bbaa19451b6a7b3b4b2ebdb89270a6')
noextract=('alda')
package() {