diff options
author | Faustino Aguilar | 2018-06-17 03:03:47 -0500 |
---|---|---|
committer | Faustino Aguilar | 2018-06-17 03:03:47 -0500 |
commit | d701e8c09e36cdef62570774a4edca1a29a27769 (patch) | |
tree | 4395b4f765385b1bdce779e81e00ab4a334321ee | |
parent | e483ad25f1c4d818e888fe5e03fc6ad3ad999881 (diff) | |
download | aur-d701e8c09e36cdef62570774a4edca1a29a27769.tar.gz |
Bump version to 0.0.4
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | LICENSE | 21 | ||||
-rw-r--r-- | PKGBUILD | 4 |
3 files changed, 6 insertions, 27 deletions
@@ -1,13 +1,13 @@ pkgbase = mint pkgdesc = A refreshing language for the front-end web - pkgver = 0.0.3 + pkgver = 0.0.4 pkgrel = 1 url = https://github.com/mint-lang/mint arch = x86_64 license = MIT - noextract = mint-0.0.3-linux - source = https://github.com/mint-lang/mint/releases/download/0.0.3/mint-0.0.3-linux - sha256sums = 8d54aeba208cda5e5d185b4b651a62ac87dade006873e8a0bb29081fe356558c + noextract = mint-0.0.4-linux + source = https://github.com/mint-lang/mint/releases/download/0.0.4/mint-0.0.4-linux + sha256sums = 80c03c2653a9d691e65a5f8ed86d133271cfd7c73310e642197eac333ea8c625 pkgname = mint diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 110d5287360a..000000000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2017 Amber Team - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE.
\ No newline at end of file @@ -1,12 +1,12 @@ # Maintainer: Faustino Aguilar <faustinoaq.github.io> pkgrel=1 pkgname=mint -pkgver=0.0.3 +pkgver=0.0.4 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=('8d54aeba208cda5e5d185b4b651a62ac87dade006873e8a0bb29081fe356558c') +sha256sums=('80c03c2653a9d691e65a5f8ed86d133271cfd7c73310e642197eac333ea8c625') noextract=("mint-$pkgver-linux") license=('MIT') |