summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWenxuan Zhang2021-07-12 09:43:37 +0800
committerWenxuan Zhang2021-07-12 09:43:37 +0800
commit06cdd8fd547bf09c729424740f8d23f5e2681ae3 (patch)
treeff3e3c4175844673853a30a48a5352baee4291ec /PKGBUILD
parent57d24c11f6fa354d3216856fbebd9e45a8994b5c (diff)
downloadaur-06cdd8fd547bf09c729424740f8d23f5e2681ae3.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 d22e408c2260..4994fb935a70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wenxuan Zhang <wenxuangm@gmail.com>
_pkgname=rust-script
pkgname=rust-script
-pkgver=0.14.0
+pkgver=0.15.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=('c4401e84c1c173d93b8435fb77fa3853')
+md5sums=('cbb4ce94d8d67836ba5e0ffae10b215d')
build() {
cd "$srcdir/${_pkgname}-${pkgver}"