Skip to content

Commit

Permalink
development/rust-opt: Updated for version 1.82.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pghvlaans committed Oct 20, 2024
1 parent 42d67aa commit 16435e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
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

0 comments on commit 16435e1

Please sign in to comment.