summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWenxuan Zhang2021-08-23 09:52:25 +0800
committerWenxuan Zhang2021-08-23 09:52:25 +0800
commitf88724e0c23043a6c650c16a17658ac5c1a87251 (patch)
treeb56b53289424b17ca3c500009490bf5b658834a7 /PKGBUILD
parent735e0ee086641a1b43d7ffd91fb8286e00a80d25 (diff)
downloadaur-f88724e0c23043a6c650c16a17658ac5c1a87251.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 ae5115b761d6..5e67fb942a7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wenxuan Zhang <wenxuangm@gmail.com>
_pkgname=rust-script
pkgname=rust-script
-pkgver=0.16.0
+pkgver=0.17.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=('f9c9421e0ef3214f12a97ae383dcfb4c')
+md5sums=('5170a93bf09b1cc49aa92795731051b9')
build() {
cd "$srcdir/${_pkgname}-${pkgver}"