summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWenxuan Zhang2021-03-27 11:11:44 +0800
committerWenxuan Zhang2021-03-27 11:11:44 +0800
commit9e480a64f7588c636d2be664e802dcc92be329bc (patch)
treeee864413fa3331bc34218cd70b608ab1c2caa458 /PKGBUILD
parent50266a2bd2624a0693c96bf211a660190e934378 (diff)
downloadaur-9e480a64f7588c636d2be664e802dcc92be329bc.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 d85491d8669c..89a0a3e31936 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wenxuan Zhang <wenxuangm@gmail.com>
_pkgname=rust-script
pkgname=rust-script
-pkgver=0.12.0
+pkgver=0.13.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=('701058b639900936fe6e4e16c47e8bff')
+md5sums=('5da80e9a405a3e37364248a33715cf8a')
build() {
cd "$srcdir/${_pkgname}-${pkgver}"