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.82.0. #8444

Closed
wants to merge 1 commit into from
Closed
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
3 changes: 1 addition & 2 deletions 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.81.0}
VERSION=${VERSION:-1.82.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -97,7 +97,6 @@ llvm-tools-preview,\
rls-preview,\
rust-analysis-$TRIPLET,\
rust-analyzer-preview,\
rust-demangler-preview,\
rust-docs,\
rust-docs-json-preview,\
rustfmt-preview
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.81.0"
VERSION="1.82.0"
HOMEPAGE="https://rust-lang.org"
DOWNLOAD="https://static.rust-lang.org/dist/2024-09-05/rust-1.81.0-i686-unknown-linux-gnu.tar.gz \
https://static.rust-lang.org/dist/2024-09-05/rust-1.81.0-arm-unknown-linux-gnueabihf.tar.gz"
MD5SUM="17c9062310acc6905232c55d1fd4dc94 \
177921ce4cafdb298c639d43501552dc"
DOWNLOAD_x86_64="https://static.rust-lang.org/dist/2024-09-05/rust-1.81.0-x86_64-unknown-linux-gnu.tar.gz"
MD5SUM_x86_64="4e96c5101dbae0d2f55f052e862a7bf9"
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"
REQUIRES=""
MAINTAINER="K. Eugene Carlson"
EMAIL="kvngncrlsn@gmail.com"
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.81.0/README.sw for usage instructions.
rust-opt: See /usr/doc/rust-opt-1.82.0/README.sw for usage instructions.
rust-opt:
rust-opt:
rust-opt:
Expand Down