diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-04-23 16:18:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-04-23 16:18:34 +0700 |
commit | f6cc4ffb8c94a8df7b6e769bfbc73296259556e2 (patch) | |
tree | 3f4e60e662733dc1c349c42ea39c7ec474e72e49 /development/rust | |
parent | 7cdd5d384e9fb35d7f6698b142b5518531939076 (diff) | |
download | slackbuilds-f6cc4ffb8c94a8df7b6e769bfbc73296259556e2.tar.gz |
development/rust: Updated for version 1.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/rust')
-rw-r--r-- | development/rust/rust.SlackBuild | 2 | ||||
-rw-r--r-- | development/rust/rust.info | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/rust/rust.SlackBuild b/development/rust/rust.SlackBuild index f35888e519..06f360ae72 100644 --- a/development/rust/rust.SlackBuild +++ b/development/rust/rust.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=rust PRGNAM2=cargo -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/rust/rust.info b/development/rust/rust.info index b3699ca371..924d555578 100644 --- a/development/rust/rust.info +++ b/development/rust/rust.info @@ -1,10 +1,10 @@ PRGNAM="rust" -VERSION="1.6.0" +VERSION="1.8.0" HOMEPAGE="http://www.rust-lang.org" -DOWNLOAD="https://static.rust-lang.org/dist/rust-1.6.0-i686-unknown-linux-gnu.tar.gz" -MD5SUM="0b34316e5f58c5ab02ef19c3b0e03fb7" -DOWNLOAD_x86_64="https://static.rust-lang.org/dist/rust-1.6.0-x86_64-unknown-linux-gnu.tar.gz" -MD5SUM_x86_64="ea63d4e98fefb5da764f5fac620e9c23" +DOWNLOAD="https://static.rust-lang.org/dist/rust-1.8.0-i686-unknown-linux-gnu.tar.gz" +MD5SUM="967dbed43f77544423170a45d43db255" +DOWNLOAD_x86_64="https://static.rust-lang.org/dist/rust-1.8.0-x86_64-unknown-linux-gnu.tar.gz" +MD5SUM_x86_64="57ea37e8a145654b490ff3332b78eb82" REQUIRES="" MAINTAINER="Dmitrii Sosedov" EMAIL="dmitrii@sosedov.org" |