Date: Saturday, June 10, 2017 @ 05:42:41 Author: svenstaro Revision: 235776
upgpkg: rustup 1.4.0-1 Modified: rustup/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-10 05:28:56 UTC (rev 235775) +++ PKGBUILD 2017-06-10 05:42:41 UTC (rev 235776) @@ -2,7 +2,7 @@ # Contributor: Jonathon Fernyhough <jonathon_at_manjaro_dot_org> # Contributor: Jon Gjengset <[email protected]> pkgname=rustup -pkgver=1.3.0 +pkgver=1.4.0 pkgrel=1 pkgdesc="The Rust toolchain installer" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ conflicts=('rust' 'cargo') install='post.install' source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz") -md5sums=('8d12ce7802b60b489dd9b75c48d98325') +md5sums=('023503d4dff995643983288dc998e74d') _binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls') build() {
