summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWenxuan Zhang2020-11-04 11:48:18 +0800
committerWenxuan Zhang2020-11-04 11:48:18 +0800
commit86e076a674dadef5a1dd80749218738fc4b05663 (patch)
tree85f2bd4406442911602d1225773ee96c8a4303fa
parent51bda6cf4268e9772b279170cd74adbf04108177 (diff)
downloadaur-86e076a674dadef5a1dd80749218738fc4b05663.tar.gz
update version
-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 062456a6a8d4..e10dfd2b2736 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.7.0
+ pkgver = 0.8.0
pkgrel = 2
url = https://rust-script.org
arch = i686
@@ -10,8 +10,8 @@ pkgbase = rust-script
makedepends = rust>=1.47
conflicts = rust-script-git
conflicts = rust-script-bin
- source = https://github.com/fornwall/rust-script/archive/v0.7.0.tar.gz
- md5sums = 9889f3143125df5ae4a31afa2b901f50
+ source = https://github.com/fornwall/rust-script/archive/v0.8.0.tar.gz
+ md5sums = 77f6eb649942318ea1c1a72a769d6ce8
pkgname = rust-script
diff --git a/Makefile b/Makefile
index 9c2435c55ee6..9eaf05fe851d 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.7.0
+PKGVER = 0.8.0
PKGREL = 2
MAINTAINER = $(shell git config user.name) <$(shell git config user.email)>
diff --git a/PKGBUILD b/PKGBUILD
index 29d19fb4b33d..6cf68e32c43b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wenxuan Zhang <wenxuangm@gmail.com>
_pkgname=rust-script
pkgname=rust-script
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=2
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=("https://github.com/fornwall/rust-script/archive/v${pkgver}.tar.gz")
-md5sums=('9889f3143125df5ae4a31afa2b901f50')
+md5sums=('77f6eb649942318ea1c1a72a769d6ce8')
build() {
cd "$srcdir/${_pkgname}-${pkgver}"