summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWenxuan Zhang2021-11-10 10:11:50 +0800
committerWenxuan Zhang2021-11-10 10:11:50 +0800
commitc47e881148e973bb628363d61dfedcdd27a9a748 (patch)
tree8556e92ffe70414375ef8e83499ab0a6dac6816f /PKGBUILD
parentf88724e0c23043a6c650c16a17658ac5c1a87251 (diff)
downloadaur-c47e881148e973bb628363d61dfedcdd27a9a748.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 5e67fb942a7b..bfc260026ae3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wenxuan Zhang <wenxuangm@gmail.com>
_pkgname=rust-script
pkgname=rust-script
-pkgver=0.17.0
+pkgver=0.18.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=('5170a93bf09b1cc49aa92795731051b9')
+md5sums=('0912d2c73ce4d3ce459223f763391966')
build() {
cd "$srcdir/${_pkgname}-${pkgver}"