summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWenxuan Zhang2020-12-28 10:52:41 +0800
committerWenxuan Zhang2020-12-28 10:52:41 +0800
commit523bc67fd79b56a2b86648fb5ea8f0ee921ec561 (patch)
treec69116ab946745b905b90ea77384bb96862e45a0 /PKGBUILD
parent850cf2bdbb51be75ec5fd2e6096e18edb4e44401 (diff)
downloadaur-523bc67fd79b56a2b86648fb5ea8f0ee921ec561.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 250f32e8798a..db264cd567a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wenxuan Zhang <wenxuangm@gmail.com>
_pkgname=rust-script
pkgname=rust-script
-pkgver=0.10.0
+pkgver=0.11.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=('9bb6b408f3273cb7583cbe27bff623b2')
+md5sums=('767ad69ff9ccaccb06ed7d92af15c143')
build() {
cd "$srcdir/${_pkgname}-${pkgver}"