diff options
author | Gene Carlson <kvngncrlsn@gmail.com> | 2023-03-14 11:34:23 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-15 11:48:48 +0700 |
commit | beff3b814602cb8d8bef01bf0468e3f22a26a78a (patch) | |
tree | 36c53c4fe98f2a4b12b473c1a307737f1b64d560 /development | |
parent | ef5e33be40522530bbd29ac244d7f7123e8df911 (diff) |
development/rust16: Updated for version 1.67.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/rust16/README | 4 | ||||
-rw-r--r-- | development/rust16/rust16.SlackBuild | 2 | ||||
-rw-r--r-- | development/rust16/rust16.info | 14 |
3 files changed, 10 insertions, 10 deletions
diff --git a/development/rust16/README b/development/rust16/README index 558f43c0e01a4..6c51b2b401723 100644 --- a/development/rust16/README +++ b/development/rust16/README @@ -15,5 +15,5 @@ fi rust16 is not intended as a substitute for rustup or for the Slackware rust package in terms of rust development purposes. -Separate downloads are available for i686 and x86_64. -current users can -safely ignore rust16 as a dependency. +Separate downloads are available for i686 and x86_64. -current users may +be able to ignore rust16 as a dependency for some packages. diff --git a/development/rust16/rust16.SlackBuild b/development/rust16/rust16.SlackBuild index d9c0aa4193d57..0eba6dfac3b38 100644 --- a/development/rust16/rust16.SlackBuild +++ b/development/rust16/rust16.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rust16 SRCNAM=rust -VERSION=${VERSION:-1.66.1} +VERSION=${VERSION:-1.67.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/rust16/rust16.info b/development/rust16/rust16.info index 0e0caf8b56bad..21494185d19f1 100644 --- a/development/rust16/rust16.info +++ b/development/rust16/rust16.info @@ -1,12 +1,12 @@ PRGNAM="rust16" -VERSION="1.66.1" +VERSION="1.67.1" HOMEPAGE="https://rust-lang.org" -DOWNLOAD="https://static.rust-lang.org/dist/2023-01-10/rust-1.66.1-i686-unknown-linux-gnu.tar.gz \ - https://static.rust-lang.org/dist/2023-01-10/rust-1.66.1-arm-unknown-linux-gnueabihf.tar.gz" -MD5SUM="f834f22e3a03b50499d6cfe738285ebb \ - 613c6932cddbc17567777fe9152e3828" -DOWNLOAD_x86_64="https://static.rust-lang.org/dist/2023-01-10/rust-1.66.1-x86_64-unknown-linux-gnu.tar.gz" -MD5SUM_x86_64="4c09996d0c917950f80fdbd106e8f7db" +DOWNLOAD="https://static.rust-lang.org/dist/2023-02-09/rust-1.67.1-i686-unknown-linux-gnu.tar.gz \ + https://static.rust-lang.org/dist/2023-02-09/rust-1.67.1-arm-unknown-linux-gnueabihf.tar.gz" +MD5SUM="925a743973266757648ec19f75585a2a \ + 06d6ec2ecda9ce3c32a322d039b3e9c5" +DOWNLOAD_x86_64="https://static.rust-lang.org/dist/2023-02-09/rust-1.67.1-x86_64-unknown-linux-gnu.tar.gz" +MD5SUM_x86_64="8fd860b0d3420529bdb03a42043b8897" REQUIRES="" MAINTAINER="K. Eugene Carlson" EMAIL="kvngncrlsn@gmail.com" |