summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWenxuan Zhang2020-11-04 11:48:18 +0800
committerWenxuan Zhang2020-11-04 11:48:18 +0800
commit86e076a674dadef5a1dd80749218738fc4b05663 (patch)
tree85f2bd4406442911602d1225773ee96c8a4303fa /PKGBUILD
parent51bda6cf4268e9772b279170cd74adbf04108177 (diff)
downloadaur-86e076a674dadef5a1dd80749218738fc4b05663.tar.gz
update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29d19fb4b33d..6cf68e32c43b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wenxuan Zhang <wenxuangm@gmail.com>
_pkgname=rust-script
pkgname=rust-script
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=2
pkgdesc='Run Rust files and expressions without any setup or compilation necessary'
arch=(i686 x86_64)
@@ -13,7 +13,7 @@ conflicts=("rust-script-git" "rust-script-bin")
provides=()
source=("https://github.com/fornwall/rust-script/archive/v${pkgver}.tar.gz")
-md5sums=('9889f3143125df5ae4a31afa2b901f50')
+md5sums=('77f6eb649942318ea1c1a72a769d6ce8')
build() {
cd "$srcdir/${_pkgname}-${pkgver}"