rust: update to 1.4.0

This commit is contained in:
Jeff Huang 2015-11-15 14:50:47 +00:00
parent 0d63c49d93
commit 9910322748

View File

@ -3,7 +3,7 @@
# Arch Contributor: Daniel Micay <danielmicay@gmail.com>
pkgname=rust
pkgver=1.3.0
pkgver=1.4.0
pkgrel=1
arch=('x86_64')
pkgdesc='Systems programming language focused on safety, speed and concurrency'
@ -11,7 +11,7 @@ url='http://www.rust-lang.org/'
license=('MIT' 'Apache')
makedepends=('libffi' 'perl' 'python2' 'curl')
source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz")
sha256sums=('ea02d7bc9e7de5b8be3fe6b37ea9b2bd823f9a532c8e4c47d02f37f24ffa3126')
sha256sums=('1c0dfdce5c85d8098fcebb9adf1493847ab40c1dfaa8cc997af09b2ef0aa8211')
install="$pkgname.install"
options=('staticlibs' '!strip')