summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaustino Aguilar2019-04-15 15:50:14 -0500
committerFaustino Aguilar2019-04-15 15:50:14 -0500
commit196e736bc94c6e22d37b7def2e437691dc78f831 (patch)
tree58946c99dc5026381e9fff8332f3f6dc0191cf0e
parenta9fbb55bd86c75f3bcbd5f08f2934a21446dfc32 (diff)
downloadaur-196e736bc94c6e22d37b7def2e437691dc78f831.tar.gz
Bump version to 0.5.0
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbea05e21d68..0da6caa8db06 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mint
pkgdesc = A refreshing language for the front-end web
- pkgver = 0.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/mint-lang/mint
arch = x86_64
license = MIT
- noextract = mint-0.4.0-linux
- source = https://github.com/mint-lang/mint/releases/download/0.4.0/mint-0.4.0-linux
- sha256sums = e82ebb817094fb209bbba0977d0e275659b949e58175147b3657ccbcd3b4e2ef
+ noextract = mint-0.5.0-linux
+ source = https://github.com/mint-lang/mint/releases/download/0.5.0/mint-0.5.0-linux
+ sha256sums = cae4d1c48428c4711b6a5a1d56b11f5a5fd3183a93cc4802d5c0a0c7c3acb219
pkgname = mint
diff --git a/PKGBUILD b/PKGBUILD
index 7060768c28df..e5a999bee2a5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Faustino Aguilar <faustinoaq.github.io>
pkgrel=1
pkgname=mint
-pkgver=0.4.0
+pkgver=0.5.0
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=('e82ebb817094fb209bbba0977d0e275659b949e58175147b3657ccbcd3b4e2ef')
+sha256sums=('cae4d1c48428c4711b6a5a1d56b11f5a5fd3183a93cc4802d5c0a0c7c3acb219')
noextract=("mint-$pkgver-linux")
license=('MIT')