summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWenxuan Zhang2021-07-23 15:18:45 +0800
committerWenxuan Zhang2021-07-23 15:18:45 +0800
commit735e0ee086641a1b43d7ffd91fb8286e00a80d25 (patch)
treec1f51cc1adbce7d4f8ba0e46a39c446e0bb999b1 /PKGBUILD
parent06cdd8fd547bf09c729424740f8d23f5e2681ae3 (diff)
downloadaur-735e0ee086641a1b43d7ffd91fb8286e00a80d25.tar.gz
bump up version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4994fb935a70..ae5115b761d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wenxuan Zhang <wenxuangm@gmail.com>
_pkgname=rust-script
pkgname=rust-script
-pkgver=0.15.0
+pkgver=0.16.0
pkgrel=0
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=("${pkgname}-${pkgver}.tar.gz::https://github.com/fornwall/rust-script/archive/v${pkgver}.tar.gz")
-md5sums=('cbb4ce94d8d67836ba5e0ffae10b215d')
+md5sums=('f9c9421e0ef3214f12a97ae383dcfb4c')
build() {
cd "$srcdir/${_pkgname}-${pkgver}"