summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e3372749665..1142731d1fab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rust-nightly-bin
pkgdesc = Fast, concurrent, safe. The Rust programming language and its package manager, Cargo.
- pkgver = 1.27.0_2018.04.29
+ pkgver = 1.28.0_2018.06.10
pkgrel = 1
url = https://www.rust-lang.org/
arch = i686
@@ -27,7 +27,7 @@ pkgbase = rust-nightly-bin
conflicts = rust-docs
options = staticlibs
options = !strip
- source = rust-nightly-1.27.0_2018.04.29-x86_64-unknown-linux-gnu.tar.gz::https://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
+ source = rust-nightly-1.28.0_2018.06.10-x86_64-unknown-linux-gnu.tar.gz::https://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
sha256sums = SKIP
pkgname = rust-nightly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 47aaf6ed8556..6cc2a6441bd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Steven Allen <steven@stebalien.com>
pkgname=rust-nightly-bin
-pkgver=1.27.0_2018.04.29
+pkgver=1.28.0_2018.06.10
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Fast, concurrent, safe. The Rust programming language and its package manager, Cargo.'