summaryrefslogtreecommitdiffstats
path: root/development/rust
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-31 14:09:44 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-02-05 07:02:20 +0700
commit265f7b70a8e483814f5cf163ce58efb654ab1e76 (patch)
tree0235ee04cf25a90b780228f89a2f6d0a4309a9fc /development/rust
parent019059c4f035767dfdd476d9d6bbb4c6621771be (diff)
downloadslackbuilds-265f7b70a8e483814f5cf163ce58efb654ab1e76.tar.gz
slackbuilds-265f7b70a8e483814f5cf163ce58efb654ab1e76.tar.xz
development/rust: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/rust')
-rw-r--r--development/rust/rust.SlackBuild4
-rw-r--r--development/rust/rust.info10
2 files changed, 7 insertions, 7 deletions
diff --git a/development/rust/rust.SlackBuild b/development/rust/rust.SlackBuild
index 6d20e8fa8f..f35888e519 100644
--- a/development/rust/rust.SlackBuild
+++ b/development/rust/rust.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=rust
PRGNAM2=cargo
-VERSION=${VERSION:-1.5.0}
+VERSION=${VERSION:-1.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,7 +70,7 @@ mv ${PRGNAM2}/bin/* $PKG/usr/bin/
mv ${PRGNAM2}/etc $PKG/usr/
mv ${PRGNAM2}/lib/* $PKG/usr/lib${LIBDIRSUFFIX}
cp -rf ${PRGNAM2}/share/* $PKG/usr/share
-
+cp ${PRGNAM}-std-${ARCH}-unknown-linux-gnu/lib/rustlib/${ARCH}-unknown-linux-gnu/lib/* $PKG/usr/lib${LIBDIRSUFFIX}
find -L $PKG -type d -exec chmod 755 {} \;
chmod 755 $PKG/usr/bin/*
diff --git a/development/rust/rust.info b/development/rust/rust.info
index ccb58f3254..b3699ca371 100644
--- a/development/rust/rust.info
+++ b/development/rust/rust.info
@@ -1,10 +1,10 @@
PRGNAM="rust"
-VERSION="1.5.0"
+VERSION="1.6.0"
HOMEPAGE="http://www.rust-lang.org"
-DOWNLOAD="https://static.rust-lang.org/dist/rust-1.5.0-i686-unknown-linux-gnu.tar.gz"
-MD5SUM="9f02673a3b0897ea81196fd30e685eea"
-DOWNLOAD_x86_64="https://static.rust-lang.org/dist/rust-1.5.0-x86_64-unknown-linux-gnu.tar.gz"
-MD5SUM_x86_64="689c69a7194e9fb2f96671e555bd2f7f"
+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"
REQUIRES=""
MAINTAINER="Dmitrii Sosedov"
EMAIL="dmitrii@sosedov.org"