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