summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Beste2018-11-18 14:09:37 -0600
committerDan Beste2018-11-18 14:09:37 -0600
commitcba37ecc8ecea5b7c2f571c06e6beb616e7df3c9 (patch)
tree75409c4b2e96f9e3fcb25c4a2f583616bae78c71
parente1b0e526667645d899baddd664d92a26f24f7418 (diff)
downloadaur-cba37ecc8ecea5b7c2f571c06e6beb616e7df3c9.tar.gz
upgpkg: rust-src 1.30.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d58d6342947e..2502beefafa0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = rust-src
pkgdesc = rustc source
- pkgver = 1.29.0
+ pkgver = 1.30.1
pkgrel = 1
url = http://rust-lang.org
arch = any
license = Apache
license = MIT
options = !strip
- source = rust-1.29.0.tar.gz::https://github.com/rust-lang/rust/archive/1.29.0.tar.gz
- sha256sums = 7689c95c0bab42e32eb82c1892785fe53faa8ae89a5c48bdfafb13a43ac8ec7e
+ source = rust-1.30.1.tar.gz::https://github.com/rust-lang/rust/archive/1.30.1.tar.gz
+ sha256sums = eb152bcfe3fa51fa7baaa898f341d3388eddde89145a790c890e756f54a1b755
pkgname = rust-src
diff --git a/PKGBUILD b/PKGBUILD
index ba4bc2e84622..9ef6391e0840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Yamakaky <yamakaky@yamaworld.fr>
pkgname='rust-src'
-pkgver=1.29.0
+pkgver=1.30.1
pkgrel=1
pkgdesc='rustc source'
arch=('any')
@@ -10,7 +10,7 @@ url='http://rust-lang.org'
license=('Apache' 'MIT')
options=(!strip)
source=("rust-${pkgver}.tar.gz::https://github.com/rust-lang/rust/archive/${pkgver}.tar.gz")
-sha256sums=('7689c95c0bab42e32eb82c1892785fe53faa8ae89a5c48bdfafb13a43ac8ec7e')
+sha256sums=('eb152bcfe3fa51fa7baaa898f341d3388eddde89145a790c890e756f54a1b755')
prepare() {
cd "rust-${pkgver}"