summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Allen2016-08-19 08:42:25 -0400
committerSteven Allen2016-08-19 08:42:25 -0400
commitb703a29fdf0142f3d2ebe5b0d596478b39051592 (patch)
tree891a1cb716239d12efc183733ffc9e5c41f7a3d9
parent2ca90a299d23e17477103b4e05daa3a517cbd429 (diff)
downloadaur-b703a29fdf0142f3d2ebe5b0d596478b39051592.tar.gz
bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe011b0d5e54..761996d7433d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Aug 18 14:55:19 UTC 2016
+# Fri Aug 19 12:42:25 UTC 2016
pkgbase = rust-nightly-bin
pkgdesc = Fast, concurrent, safe. The Rust programming language and its package manager, Cargo.
- pkgver = 1.12.0_2016.08.16
+ pkgver = 1.13.0_2016.08.17
pkgrel = 1
url = https://www.rust-lang.org/
arch = i686
@@ -27,8 +27,8 @@ pkgbase = rust-nightly-bin
conflicts = cargo-nightly-bin
options = staticlibs
options = !strip
- source = rust-nightly-2016-08-17--unknown-linux-gnu.tar.gz.asc::https://static.rust-lang.org/dist/2016-08-17/rust-nightly--unknown-linux-gnu.tar.gz.asc
- source = rust-nightly-2016-08-17--unknown-linux-gnu.tar.gz::https://static.rust-lang.org/dist/2016-08-17/rust-nightly--unknown-linux-gnu.tar.gz
+ source = rust-nightly-2016-08-18--unknown-linux-gnu.tar.gz.asc::https://static.rust-lang.org/dist/2016-08-18/rust-nightly--unknown-linux-gnu.tar.gz.asc
+ source = rust-nightly-2016-08-18--unknown-linux-gnu.tar.gz::https://static.rust-lang.org/dist/2016-08-18/rust-nightly--unknown-linux-gnu.tar.gz
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2cd197528933..843f6bf5fa84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Mohammad Alsaleh <msal@tormail.org>
# Maintainer: Steven Allen <steven@stebalien.com>
-_date=2016-08-17
+_date=2016-08-18
pkgname=rust-nightly-bin
-pkgver=1.12.0_2016.08.16
+pkgver=1.13.0_2016.08.17
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Fast, concurrent, safe. The Rust programming language and its package manager, Cargo.'