summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaustino Aguilar2018-11-12 04:52:44 -0500
committerFaustino Aguilar2018-11-12 04:52:44 -0500
commit5d55860711fc02010a4de9df35b0d336541c16e7 (patch)
tree7c87fe6a11c328bfd858a7a9edb73154818c4a0c
parent64263d440bddc3940f2ff117b138b0e8689b45c1 (diff)
downloadaur-5d55860711fc02010a4de9df35b0d336541c16e7.tar.gz
Bump version to 0.3.1
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cd70b02429d..8f167ac94e88 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mint
pkgdesc = A refreshing language for the front-end web
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/mint-lang/mint
arch = x86_64
license = MIT
- noextract = mint-0.3.0-linux
- source = https://github.com/mint-lang/mint/releases/download/0.3.0/mint-0.3.0-linux
- sha256sums = 9fdbd17b5f1d0eeb182f020dab5d52d0d7560a0f6035552884a3a365108e7732
+ noextract = mint-0.3.1-linux
+ source = https://github.com/mint-lang/mint/releases/download/0.3.1/mint-0.3.1-linux
+ sha256sums = 0c0dac7ec3a24657db91fb9bc56d29fe72c4e0d0231e1a9c496b1421f974fdc1
pkgname = mint
diff --git a/PKGBUILD b/PKGBUILD
index e4fd155be340..dbb2a01bcb70 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Faustino Aguilar <faustinoaq.github.io>
pkgrel=1
pkgname=mint
-pkgver=0.3.0
+pkgver=0.3.1
pkgdesc="A refreshing language for the front-end web"
arch=(x86_64)
url='https://github.com/mint-lang/mint'
source=("https://github.com/mint-lang/mint/releases/download/$pkgver/mint-$pkgver-linux")
-sha256sums=('9fdbd17b5f1d0eeb182f020dab5d52d0d7560a0f6035552884a3a365108e7732')
+sha256sums=('0c0dac7ec3a24657db91fb9bc56d29fe72c4e0d0231e1a9c496b1421f974fdc1')
noextract=("mint-$pkgver-linux")
license=('MIT')