summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeltara2023-03-13 23:11:06 -0400
committerDeltara2023-03-13 23:11:06 -0400
commit881a686746cb391c1671eb7cfa05aa20c8d92cd2 (patch)
treeaeb7042b571d8967f853d10dfefa64fa9fa2a98d
parent6dbd0c1d7088a368c2c94da6c4713167b7467eea (diff)
downloadaur-881a686746cb391c1671eb7cfa05aa20c8d92cd2.tar.gz
Update to version 0.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5520faaaadb2..924654964ce8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mun-bin
pkgdesc = A programming language empowering creation through iteration - prebuilt binary
- pkgver = 0.3.0
+ pkgver = 0.4.0
pkgrel = 1
url = https://mun-lang.org/
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = mun-bin
provides = mun
conflicts = mun
conflicts = mun-git
- source = https://github.com/mun-lang/mun/releases/download/v0.3.0/mun-linux64-v0.3.0.tar.gz
- md5sums = c924ae5ee8905a742fb0dc356035bbab
+ source = https://github.com/mun-lang/mun/releases/download/v0.4.0/mun-linux-x86_64-0.4.0.tar.gz
+ md5sums = 137933b8c9922b7f02e7a5c22574baf1
pkgname = mun-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5427660a5bb3..99bed406f6df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
+# Maintainer: Deltara <boided420 at gmail dot com>
pkgname=mun-bin
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=1
pkgdesc="A programming language empowering creation through iteration - prebuilt binary"
arch=(x86_64)
@@ -8,8 +9,8 @@ license=(MIT)
provides=('mun')
conflicts=('mun' 'mun-git')
depends=('zlib' 'ncurses5-compat-libs' 'libffi6' 'libffi7')
-source=("https://github.com/mun-lang/mun/releases/download/v${pkgver}/mun-linux64-v${pkgver}.tar.gz")
-md5sums=('c924ae5ee8905a742fb0dc356035bbab')
+source=("https://github.com/mun-lang/mun/releases/download/v${pkgver}/mun-linux-x86_64-${pkgver}.tar.xz")
+md5sums=('137933b8c9922b7f02e7a5c22574baf1')
package() {
install -Dm755 "$srcdir/mun" "$pkgdir/usr/bin/mun"