summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWenxuan Zhang2021-07-12 09:43:37 +0800
committerWenxuan Zhang2021-07-12 09:43:37 +0800
commit06cdd8fd547bf09c729424740f8d23f5e2681ae3 (patch)
treeff3e3c4175844673853a30a48a5352baee4291ec
parent57d24c11f6fa354d3216856fbebd9e45a8994b5c (diff)
downloadaur-06cdd8fd547bf09c729424740f8d23f5e2681ae3.tar.gz
bump up 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 f5884228fff0..bdf1c1a3bccd 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.14.0
+ pkgver = 0.15.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.14.0.tar.gz::https://github.com/fornwall/rust-script/archive/v0.14.0.tar.gz
- md5sums = c4401e84c1c173d93b8435fb77fa3853
+ source = rust-script-0.15.0.tar.gz::https://github.com/fornwall/rust-script/archive/v0.15.0.tar.gz
+ md5sums = cbb4ce94d8d67836ba5e0ffae10b215d
pkgname = rust-script
diff --git a/Makefile b/Makefile
index 90315dfa4181..52577fc36ba8 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.14.0
+PKGVER = 0.15.0
PKGREL = 0
MAINTAINER = $(shell git config user.name) <$(shell git config user.email)>
diff --git a/PKGBUILD b/PKGBUILD
index d22e408c2260..4994fb935a70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wenxuan Zhang <wenxuangm@gmail.com>
_pkgname=rust-script
pkgname=rust-script
-pkgver=0.14.0
+pkgver=0.15.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=('c4401e84c1c173d93b8435fb77fa3853')
+md5sums=('cbb4ce94d8d67836ba5e0ffae10b215d')
build() {
cd "$srcdir/${_pkgname}-${pkgver}"