summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-04-30 04:04:27 +0200
committerhaawda2017-04-30 04:04:27 +0200
commit1c5c024ca5242f8afc543a51459ea965f06f5f3a (patch)
treebb1643f2eb96a3336d3175ff27422f71868c1908 /PKGBUILD
parent53da7dcb4d4964dc4c801867241748cff20d3be2 (diff)
downloadaur-1c5c024ca5242f8afc543a51459ea965f06f5f3a.tar.gz
new upstream tarball
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e984f4955322..939b6bee69fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=rust-nightly
pkgname=('rust-nightly' 'rust-nightly-doc')
-pkgver=1.18.0.2017.04.28
+pkgver=1.19.0.2017.04.29
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='A safe, concurrent, practical language'
@@ -14,7 +14,7 @@ source=("http://static.rust-lang.org/dist/rustc-nightly-src.tar.gz")
options=('!makeflags' 'staticlibs' '!strip' '!emptydirs')
conflicts=('rust')
provides=('rust')
-md5sums=('210349f8c1f8f7d61271c19d1008054b')
+md5sums=('567bc8d673900e1d0733df572fc6b315')
build() {
cd rustc-nightly-src