summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWenxuan Zhang2020-11-04 20:04:49 +0800
committerWenxuan Zhang2020-11-04 20:04:49 +0800
commit168e9c9389e965cf8b0ec59a65ed4dd27db7ad08 (patch)
tree68c2020117094887fbd436f93fdd7fabf29a987b /PKGBUILD
parent86e076a674dadef5a1dd80749218738fc4b05663 (diff)
downloadaur-168e9c9389e965cf8b0ec59a65ed4dd27db7ad08.tar.gz
update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6cf68e32c43b..f50fb7e21174 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Wenxuan Zhang <wenxuangm@gmail.com>
_pkgname=rust-script
pkgname=rust-script
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
pkgdesc='Run Rust files and expressions without any setup or compilation necessary'
arch=(i686 x86_64)
url='https://rust-script.org'
@@ -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=('77f6eb649942318ea1c1a72a769d6ce8')
+md5sums=('07f7feee49da7470f45aa0d83180e766')
build() {
cd "$srcdir/${_pkgname}-${pkgver}"