mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/rust: Updated for version 1.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c0194da9ac
commit
83d9e06335
3 changed files with 7 additions and 7 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=rust
|
||||
PRGNAM2=cargo
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
VERSION=${VERSION:-1.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="rust"
|
||||
VERSION="1.3.0"
|
||||
VERSION="1.4.0"
|
||||
HOMEPAGE="http://www.rust-lang.org"
|
||||
DOWNLOAD="https://static.rust-lang.org/dist/rust-1.3.0-i686-unknown-linux-gnu.tar.gz"
|
||||
MD5SUM="005c24ef1270601fe849ab90d4a7856a"
|
||||
DOWNLOAD_x86_64="https://static.rust-lang.org/dist/rust-1.3.0-x86_64-unknown-linux-gnu.tar.gz"
|
||||
MD5SUM_x86_64="e0278e985b39aed31c8aa6f3e5ec1110"
|
||||
DOWNLOAD="https://static.rust-lang.org/dist/rust-1.4.0-i686-unknown-linux-gnu.tar.gz"
|
||||
MD5SUM="b42d46eb27ade85c6c755e88f4f3c7fb"
|
||||
DOWNLOAD_x86_64="https://static.rust-lang.org/dist/rust-1.4.0-x86_64-unknown-linux-gnu.tar.gz"
|
||||
MD5SUM_x86_64="feb985e707709b4afc616d33c69e857e"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dmitrii Sosedov"
|
||||
EMAIL="dmitrii@sosedov.org"
|
||||
|
|
|
@ -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: Sep 17, 2015
|
||||
rust: Release date: Oct 29, 2015
|
||||
rust:
|
||||
|
|
Loading…
Reference in a new issue