summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Allen2016-02-21 14:08:21 -0500
committerSteven Allen2016-02-21 14:08:21 -0500
commite23c8694400b367ee93746ba2800aeb15964b648 (patch)
tree65a9903174d49bce8c6912a4128cf6bbe648918b
parente24190cb7ff422c0d556328c91a9469f2335ca0f (diff)
downloadaur-e23c8694400b367ee93746ba2800aeb15964b648.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 1a2296633f9d..62465335c49d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 17 23:08:01 UTC 2016
+# Sun Feb 21 19:08:21 UTC 2016
pkgbase = rust-nightly-bin
pkgdesc = Fast, concurrent, safe. The Rust programming language and its package manager, Cargo.
- pkgver = 1.8.0_2016.02.16
+ pkgver = 1.8.0_2016.02.20
pkgrel = 1
url = http://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-02-17--unknown-linux-gnu.tar.gz.asc::http://static.rust-lang.org/dist/2016-02-17/rust-nightly--unknown-linux-gnu.tar.gz.asc
- source = rust-nightly-2016-02-17--unknown-linux-gnu.tar.gz::http://static.rust-lang.org/dist/2016-02-17/rust-nightly--unknown-linux-gnu.tar.gz
+ source = rust-nightly-2016-02-21--unknown-linux-gnu.tar.gz.asc::http://static.rust-lang.org/dist/2016-02-21/rust-nightly--unknown-linux-gnu.tar.gz.asc
+ source = rust-nightly-2016-02-21--unknown-linux-gnu.tar.gz::http://static.rust-lang.org/dist/2016-02-21/rust-nightly--unknown-linux-gnu.tar.gz
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 83b234eb7ff3..c59dd233a536 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Mohammad Alsaleh <msal@tormail.org>
# Maintainer: Steven Allen <steven@stebalien.com>
-_date=2016-02-17
+_date=2016-02-21
pkgname=rust-nightly-bin
-pkgver=1.8.0_2016.02.16
+pkgver=1.8.0_2016.02.20
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Fast, concurrent, safe. The Rust programming language and its package manager, Cargo.'