summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authord1ceward2020-09-13 13:25:29 +0200
committerd1ceward2020-09-13 13:25:29 +0200
commit05658cc0210c441014d02e2fc82e52ffd7f9837c (patch)
treef8b3b00476f462cea39b9f7610d73a21da983939
parentf757950bb82af60483ea7ed6748b49e1741e0a6e (diff)
downloadaur-05658cc0210c441014d02e2fc82e52ffd7f9837c.tar.gz
upgpkg: mint 0.10.0-1
upstream release
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b8d3d4d7664..2e45c969f128 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mint
pkgdesc = A refreshing language for the front-end web
- pkgver = 0.9.0
- pkgrel = 2
+ pkgver = 0.10.0
+ pkgrel = 1
url = https://github.com/mint-lang/mint
arch = x86_64
license = BSD
- noextract = mint-0.9.0-linux
- source = https://github.com/mint-lang/mint/releases/download/0.9.0/mint-0.9.0-linux
+ noextract = mint-0.10.0-linux
+ source = https://github.com/mint-lang/mint/releases/download/0.10.0/mint-0.10.0-linux
source = LICENSE
- sha256sums = a6a7ab69e2c4a9ef9f60a81f807eac24aed4a62408a6a6a47a6a66f2c6728187
+ sha256sums = b271fa4065a7b33d51d1932b584e98ff1fa85ea2560806ebdb28ad1681831f0a
sha256sums = 6b4ecb1a9202a35540d0405ddd88439bb4644a127afc02ee26428ca5d5c0bd9f
pkgname = mint
diff --git a/PKGBUILD b/PKGBUILD
index 202689d141bc..930c41582318 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Faustino Aguilar <faustinoaq.github.io>
pkgname=mint
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.10.0
+pkgrel=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"
'LICENSE')
-sha256sums=('a6a7ab69e2c4a9ef9f60a81f807eac24aed4a62408a6a6a47a6a66f2c6728187'
+sha256sums=('b271fa4065a7b33d51d1932b584e98ff1fa85ea2560806ebdb28ad1681831f0a'
'6b4ecb1a9202a35540d0405ddd88439bb4644a127afc02ee26428ca5d5c0bd9f')
noextract=("mint-${pkgver}-linux")
license=('BSD')