summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWenxuan Zhang2020-12-16 14:52:19 +0800
committerWenxuan Zhang2020-12-16 14:52:19 +0800
commit850cf2bdbb51be75ec5fd2e6096e18edb4e44401 (patch)
tree8a60685d342b434b1db9fc826e4ae10901584588
parent36a21ba5e642b24898cb02d3b845a896bfbe92a9 (diff)
downloadaur-850cf2bdbb51be75ec5fd2e6096e18edb4e44401.tar.gz
update version
-rw-r--r--.SRCINFO8
-rw-r--r--Makefile4
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01719096a32e..1b2997aa9d26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rust-script
pkgdesc = Run Rust files and expressions without any setup or compilation necessary
- pkgver = 0.9.0
- pkgrel = 3
+ pkgver = 0.10.0
+ pkgrel = 0
url = https://rust-script.org
arch = i686
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = rust-script
makedepends = rust>=1.47
conflicts = rust-script-git
conflicts = rust-script-bin
- source = rust-script-0.9.0.tar.gz::https://github.com/fornwall/rust-script/archive/v0.9.0.tar.gz
- md5sums = 07f7feee49da7470f45aa0d83180e766
+ source = rust-script-0.10.0.tar.gz::https://github.com/fornwall/rust-script/archive/v0.10.0.tar.gz
+ md5sums = 9bb6b408f3273cb7583cbe27bff623b2
pkgname = rust-script
diff --git a/Makefile b/Makefile
index d8dee3b5e35c..8e47659697bb 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,8 @@ USER = fornwall
REPO = rust-script
PKGDESC = Run Rust files and expressions without any setup or compilation necessary
PKGURL = https://rust-script.org
-PKGVER = 0.9.0
-PKGREL = 3
+PKGVER = 0.10.0
+PKGREL = 0
MAINTAINER = $(shell git config user.name) <$(shell git config user.email)>
PKGNAME = $(REPO)
diff --git a/PKGBUILD b/PKGBUILD
index fcb315e4f793..250f32e8798a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Wenxuan Zhang <wenxuangm@gmail.com>
_pkgname=rust-script
pkgname=rust-script
-pkgver=0.9.0
-pkgrel=3
+pkgver=0.10.0
+pkgrel=0
pkgdesc='Run Rust files and expressions without any setup or compilation necessary'
arch=(i686 x86_64)
url='https://rust-script.org'
@@ -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=('07f7feee49da7470f45aa0d83180e766')
+md5sums=('9bb6b408f3273cb7583cbe27bff623b2')
build() {
cd "$srcdir/${_pkgname}-${pkgver}"