summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--Makefile2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64f964c5f075..561d3176f2b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rust-script
pkgdesc = Run Rust files and expressions without any setup or compilation necessary
- pkgver = 0.19.0
+ pkgver = 0.20.0
pkgrel = 0
url = https://rust-script.org
arch = i686
@@ -10,7 +10,7 @@ pkgbase = rust-script
makedepends = rust
conflicts = rust-script-git
conflicts = rust-script-bin
- source = rust-script-0.19.0.tar.gz::https://github.com/fornwall/rust-script/archive/v0.19.0.tar.gz
- md5sums = 05ffd2f1efa8be1ee8f6fad71a6c52dc
+ source = rust-script-0.20.0.tar.gz::https://github.com/fornwall/rust-script/archive/v0.20.0.tar.gz
+ md5sums = c18a159bb817d124d9213aed9d95aac2
pkgname = rust-script
diff --git a/Makefile b/Makefile
index 3ce3d051486c..61bcff8ba5b3 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ USER = fornwall
REPO = rust-script
PKGDESC = Run Rust files and expressions without any setup or compilation necessary
PKGURL = https://rust-script.org
-PKGVER = 0.19.0
+PKGVER = 0.20.0
PKGREL = 0
MAINTAINER = $(shell git config user.name) <$(shell git config user.email)>
diff --git a/PKGBUILD b/PKGBUILD
index 8b6772a4782c..b813085a1579 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wenxuan Zhang <wenxuangm@gmail.com>
_pkgname=rust-script
pkgname=rust-script
-pkgver=0.19.0
+pkgver=0.20.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=('05ffd2f1efa8be1ee8f6fad71a6c52dc')
+md5sums=('c18a159bb817d124d9213aed9d95aac2')
build() {
cd "$srcdir/${_pkgname}-${pkgver}"