Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

development/rust-opt: Updated for version 1.83.0. #9097

Merged
merged 1 commit into from
Dec 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion development/rust-opt/rust-opt.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=rust-opt
SRCNAM=rust
VERSION=${VERSION:-1.82.0}
VERSION=${VERSION:-1.83.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
14 changes: 7 additions & 7 deletions development/rust-opt/rust-opt.info
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PRGNAM="rust-opt"
VERSION="1.82.0"
VERSION="1.83.0"
HOMEPAGE="https://rust-lang.org"
DOWNLOAD="https://static.rust-lang.org/dist/2024-10-17/rust-1.82.0-i686-unknown-linux-gnu.tar.gz \
https://static.rust-lang.org/dist/2024-10-17/rust-1.82.0-arm-unknown-linux-gnueabihf.tar.gz"
MD5SUM="5d91b7e50cb4301ced86bbe396b14348 \
e7bc2eb0e03e7d394fe70c821f747bfb"
DOWNLOAD_x86_64="https://static.rust-lang.org/dist/2024-10-17/rust-1.82.0-x86_64-unknown-linux-gnu.tar.gz"
MD5SUM_x86_64="19da7fda722ad73801d16ac21db5f60e"
DOWNLOAD="https://static.rust-lang.org/dist/2024-11-28/rust-1.83.0-i686-unknown-linux-gnu.tar.gz \
https://static.rust-lang.org/dist/2024-11-28/rust-1.83.0-arm-unknown-linux-gnueabihf.tar.gz"
MD5SUM="97d3154de138b52cda874d7f27be5341 \
223ee192fde108111c0dbc01dc172869"
DOWNLOAD_x86_64="https://static.rust-lang.org/dist/2024-11-28/rust-1.83.0-x86_64-unknown-linux-gnu.tar.gz"
MD5SUM_x86_64="d373ff9365e094165f0e580a7713aa83"
REQUIRES=""
MAINTAINER="K. Eugene Carlson"
EMAIL="[email protected]"
2 changes: 1 addition & 1 deletion development/rust-opt/slack-desc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-opt:
rust-opt: rust-opt installs a limited set of up-to-date Rust stable binaries to
rust-opt: /opt/rust for use in SlackBuilds.
rust-opt:
rust-opt: See /usr/doc/rust-opt-1.82.0/README.sw for usage instructions.
rust-opt: See /usr/doc/rust-opt-1.83.0/README.sw for usage instructions.
rust-opt:
rust-opt:
rust-opt:
Expand Down