diff options
author | Gene Carlson <kvngncrlsn@gmail.com> | 2023-06-13 20:20:18 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-15 21:33:46 +0700 |
commit | fb76233d1c86caace8caf8e8e5fe0dc356d2cd11 (patch) | |
tree | 07b73f202becd33609ad3ab5cb362fef999509af /development/rust16 | |
parent | 1b072a859a04085f73aec498f34216ec3bd0634c (diff) |
development/rust16: Updated for version 1.69.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/rust16')
-rw-r--r-- | development/rust16/rust16.SlackBuild | 2 | ||||
-rw-r--r-- | development/rust16/rust16.info | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/development/rust16/rust16.SlackBuild b/development/rust16/rust16.SlackBuild index 654b816c632a7..34c1ec23184c3 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.68.2} +VERSION=${VERSION:-1.69.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/rust16/rust16.info b/development/rust16/rust16.info index a81f007c62df9..ad435b1e4f7d1 100644 --- a/development/rust16/rust16.info +++ b/development/rust16/rust16.info @@ -1,12 +1,12 @@ PRGNAM="rust16" -VERSION="1.68.2" +VERSION="1.69.0" HOMEPAGE="https://rust-lang.org" -DOWNLOAD="https://static.rust-lang.org/dist/2023-03-28/rust-1.68.2-i686-unknown-linux-gnu.tar.gz \ - https://static.rust-lang.org/dist/2023-03-28/rust-1.68.2-arm-unknown-linux-gnueabihf.tar.gz" -MD5SUM="ceeeb627c251543b2c7c82e700f184fe \ - 29d96f426f480496ed9b0a805f8bb07c" -DOWNLOAD_x86_64="https://static.rust-lang.org/dist/2023-03-28/rust-1.68.2-x86_64-unknown-linux-gnu.tar.gz" -MD5SUM_x86_64="08a0d1d1380e633134a1a8be877c176a" +DOWNLOAD="https://static.rust-lang.org/dist/2023-04-20/rust-1.69.0-i686-unknown-linux-gnu.tar.gz \ + https://static.rust-lang.org/dist/2023-04-20/rust-1.69.0-arm-unknown-linux-gnueabihf.tar.gz" +MD5SUM="0d4793166e2b080869ae51896cf4491f \ + e3dcec04df7703c3f81e68b5ea443dac" +DOWNLOAD_x86_64="https://static.rust-lang.org/dist/2023-04-20/rust-1.69.0-x86_64-unknown-linux-gnu.tar.gz" +MD5SUM_x86_64="36b4ff5b35b12f0d1f616937aa659fc0" REQUIRES="" MAINTAINER="K. Eugene Carlson" EMAIL="kvngncrlsn@gmail.com" |