mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/rust: Updated for version 1.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7cdd5d384e
commit
f6cc4ffb8c
2 changed files with 6 additions and 6 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=rust
|
||||
PRGNAM2=cargo
|
||||
VERSION=${VERSION:-1.6.0}
|
||||
VERSION=${VERSION:-1.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue