diff options
author | Dmitrii Sosedov <dmitrii@sosedov.org> | 2014-10-16 05:03:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-16 05:03:56 +0700 |
commit | b0016a86f42b6df927f72149ff0c54525d77c7de (patch) | |
tree | a5deefcb4646901e5c78cc62e08653ba9e4f7ce2 /development | |
parent | d956e677bbbcc963931df2814a6eb8914189133f (diff) | |
download | slackbuilds-b0016a86f42b6df927f72149ff0c54525d77c7de.tar.gz |
development/rust: Updated for version 0.12.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/rust/rust.SlackBuild | 3 | ||||
-rw-r--r-- | development/rust/rust.info | 10 | ||||
-rw-r--r-- | development/rust/slack-desc | 4 |
3 files changed, 9 insertions, 8 deletions
diff --git a/development/rust/rust.SlackBuild b/development/rust/rust.SlackBuild index 821d923a2e..95f911510b 100644 --- a/development/rust/rust.SlackBuild +++ b/development/rust/rust.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rust -VERSION=${VERSION:-0.11.0} +VERSION=${VERSION:-0.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -43,6 +43,7 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" LIBDIRSUFFIX="" + ARCH=i686 elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" LIBDIRSUFFIX="" diff --git a/development/rust/rust.info b/development/rust/rust.info index e187ea57e2..45a21b65cd 100644 --- a/development/rust/rust.info +++ b/development/rust/rust.info @@ -1,10 +1,10 @@ PRGNAM="rust" -VERSION="0.11.0" +VERSION="0.12.0" HOMEPAGE="http://www.rust-lang.org" -DOWNLOAD="http://static.rust-lang.org/dist/rust-0.11.0-i686-unknown-linux-gnu.tar.gz" -MD5SUM="f6abbceb85dc9a8884a02b3879782e08" -DOWNLOAD_x86_64="http://static.rust-lang.org/dist/rust-0.11.0-x86_64-unknown-linux-gnu.tar.gz" -MD5SUM_x86_64="13636ad2eecdea20b9a18863f221335d" +DOWNLOAD="https://static.rust-lang.org/dist/rust-0.12.0-i686-unknown-linux-gnu.tar.gz" +MD5SUM="d29b350576bc145f12916f7fed0bdd94" +DOWNLOAD_x86_64="https://static.rust-lang.org/dist/rust-0.12.0-x86_64-unknown-linux-gnu.tar.gz" +MD5SUM_x86_64="e4f0c78653d41656402a95e359e6ff5d" REQUIRES="" MAINTAINER="Dmitrii Sosedov" EMAIL="dmitrii@sosedov.org" diff --git a/development/rust/slack-desc b/development/rust/slack-desc index 24d1a9f9b7..e27a0345df 100644 --- a/development/rust/slack-desc +++ b/development/rust/slack-desc @@ -15,5 +15,5 @@ rust: operational - that preserve large-system integrity, availability and rust: concurrency. rust: rust: Homepage: http://rust-lang.org -rust: Release date: July 2, 2014 -rust: +rust: Release date: October 9, 2014 +rust:
\ No newline at end of file |