diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-03-24 20:35:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-24 20:35:19 +0700 |
commit | 42cc4d2e19a7da791e9621c1d44f9a8f3c186f98 (patch) | |
tree | bff7261f493581d1a7b65e3b8c78e433caff88c5 /development/rust/rust.SlackBuild | |
parent | 83adff90ec9628064a0faa445e55830d3c97547d (diff) |
development/rust: Updated for version 1.16.0 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/rust/rust.SlackBuild')
-rw-r--r-- | development/rust/rust.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/rust/rust.SlackBuild b/development/rust/rust.SlackBuild index 28b465c9f9d05..5371758206ca2 100644 --- a/development/rust/rust.SlackBuild +++ b/development/rust/rust.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for rust # Copyright 2014-2015 Dmitrii Sosedov, United States +# Copyright 2017 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +25,7 @@ PRGNAM=rust PRGNAM2=cargo -VERSION=${VERSION:-1.10.0} +VERSION=${VERSION:-1.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |