diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-08 02:17:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-08 02:17:10 +0700 |
commit | a6c13ade1e45619b52d0915b83f8aa2681d4eb92 (patch) | |
tree | c9c7a93c7936a6370905625cd99430e58fc7915d /development | |
parent | a5840549e8aec71fbeda35145ec8049128426c0d (diff) | |
download | slackbuilds-a6c13ade1e45619b52d0915b83f8aa2681d4eb92.tar.gz |
development/rust: Updated for version 1.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-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 6da38029c8..28b465c9f9 100644 --- a/development/rust/rust.SlackBuild +++ b/development/rust/rust.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=rust PRGNAM2=cargo -VERSION=${VERSION:-1.9.0} +VERSION=${VERSION:-1.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/rust/rust.info b/development/rust/rust.info index 6ba15e3567..bf954c47c5 100644 --- a/development/rust/rust.info +++ b/development/rust/rust.info @@ -1,10 +1,10 @@ PRGNAM="rust" -VERSION="1.9.0" +VERSION="1.10.0" HOMEPAGE="http://www.rust-lang.org" -DOWNLOAD="https://static.rust-lang.org/dist/rust-1.9.0-i686-unknown-linux-gnu.tar.gz" -MD5SUM="a810e712f3309de0898f492d768a417e" -DOWNLOAD_x86_64="https://static.rust-lang.org/dist/rust-1.9.0-x86_64-unknown-linux-gnu.tar.gz" -MD5SUM_x86_64="dc994c38b56c97081a5006c7553a55e1" +DOWNLOAD="https://static.rust-lang.org/dist/rust-1.10.0-i686-unknown-linux-gnu.tar.gz" +MD5SUM="dd388a54391503b4a59994635e58ac80" +DOWNLOAD_x86_64="https://static.rust-lang.org/dist/rust-1.10.0-x86_64-unknown-linux-gnu.tar.gz" +MD5SUM_x86_64="5dbaf4968ff32ea09fe69741d3f031e9" REQUIRES="" MAINTAINER="Dmitrii Sosedov" EMAIL="dmitrii@sosedov.org" |