diff --git a/rust/PKGBUILD b/rust/PKGBUILD index b81455507..0ff961003 100644 --- a/rust/PKGBUILD +++ b/rust/PKGBUILD @@ -3,7 +3,7 @@ # Arch Contributor: Daniel Micay 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')