summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2018-05-02 10:01:53 -0400
committerSolomon Choina2018-05-02 10:01:53 -0400
commit3927b327fbe5a6148f68d8e4f4bd032f8b2d7bed (patch)
treee4b8e8552e13b5b229a2b129be3cad06fddc91c9
parentb25aac8e89cdef095189113e001032a539f05cf9 (diff)
downloadaur-3927b327fbe5a6148f68d8e4f4bd032f8b2d7bed.tar.gz
updating nightly
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae0c775051ae..7e3372749665 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Feb 22 14:49:32 UTC 2018
pkgbase = rust-nightly-bin
pkgdesc = Fast, concurrent, safe. The Rust programming language and its package manager, Cargo.
- pkgver = 1.25.0_2018.02.18
+ pkgver = 1.27.0_2018.04.29
pkgrel = 1
url = https://www.rust-lang.org/
arch = i686
@@ -29,7 +27,7 @@ pkgbase = rust-nightly-bin
conflicts = rust-docs
options = staticlibs
options = !strip
- source = rust-nightly-1.25.0_2018.02.18--unknown-linux-gnu.tar.gz::https://static.rust-lang.org/dist/rust-nightly--unknown-linux-gnu.tar.gz
+ 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
sha256sums = SKIP
pkgname = rust-nightly-bin
diff --git a/PKGBUILD b/PKGBUILD
index a422c69a5a82..47aaf6ed8556 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Steven Allen <steven@stebalien.com>
pkgname=rust-nightly-bin
-pkgver=1.25.0_2018.02.18
+pkgver=1.27.0_2018.04.29
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Fast, concurrent, safe. The Rust programming language and its package manager, Cargo.'