mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/rust: Updated for version 1.16.0 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
83adff90ec
commit
42cc4d2e19
2 changed files with 9 additions and 8 deletions
|
@ -3,6 +3,7 @@
|
||||||
# Slackware build script for rust
|
# Slackware build script for rust
|
||||||
|
|
||||||
# Copyright 2014-2015 Dmitrii Sosedov, United States
|
# Copyright 2014-2015 Dmitrii Sosedov, United States
|
||||||
|
# Copyright 2017 Andrew Clemons, Wellington New Zealand
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +25,7 @@
|
||||||
|
|
||||||
PRGNAM=rust
|
PRGNAM=rust
|
||||||
PRGNAM2=cargo
|
PRGNAM2=cargo
|
||||||
VERSION=${VERSION:-1.10.0}
|
VERSION=${VERSION:-1.16.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="rust"
|
PRGNAM="rust"
|
||||||
VERSION="1.10.0"
|
VERSION="1.16.0"
|
||||||
HOMEPAGE="http://www.rust-lang.org"
|
HOMEPAGE="http://www.rust-lang.org"
|
||||||
DOWNLOAD="https://static.rust-lang.org/dist/rust-1.10.0-i686-unknown-linux-gnu.tar.gz"
|
DOWNLOAD="https://static.rust-lang.org/dist/rust-1.16.0-i686-unknown-linux-gnu.tar.gz"
|
||||||
MD5SUM="dd388a54391503b4a59994635e58ac80"
|
MD5SUM="52393f468be6797d8bf66bbc51d5ad6e"
|
||||||
DOWNLOAD_x86_64="https://static.rust-lang.org/dist/rust-1.10.0-x86_64-unknown-linux-gnu.tar.gz"
|
DOWNLOAD_x86_64="https://static.rust-lang.org/dist/rust-1.16.0-x86_64-unknown-linux-gnu.tar.gz"
|
||||||
MD5SUM_x86_64="5dbaf4968ff32ea09fe69741d3f031e9"
|
MD5SUM_x86_64="5effa7068c26151029432466235089a9"
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Dmitrii Sosedov"
|
MAINTAINER="Andrew Clemons"
|
||||||
EMAIL="dmitrii@sosedov.org"
|
EMAIL="andrew.clemons@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue