aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/rust/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra/rust/abuild')
-rwxr-xr-xrepos/extra/rust/abuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/repos/extra/rust/abuild b/repos/extra/rust/abuild
index d87d671f..35acd41b 100755
--- a/repos/extra/rust/abuild
+++ b/repos/extra/rust/abuild
@@ -1,9 +1,9 @@
name=rust
-version=1.83.0
+version=1.84.0
##cat src/stage0.txt
-export _date=2024-10-17
-export _rustc=1.82.0
+export _date=2024-11-28
+export _rustc=1.83.0
export _cargo=$_rustc
##
@@ -11,7 +11,8 @@ release=1
source="https://static.rust-lang.org/dist/${name}c-$version-src.tar.xz
https://static.rust-lang.org/dist/$_date/rust-std-$_rustc-x86_64-unknown-linux-musl.tar.xz::noextract
https://static.rust-lang.org/dist/$_date/rustc-$_rustc-x86_64-unknown-linux-musl.tar.xz::noextract
- https://static.rust-lang.org/dist/$_date/cargo-$_cargo-x86_64-unknown-linux-musl.tar.xz::noextract"
+ https://static.rust-lang.org/dist/$_date/cargo-$_cargo-x86_64-unknown-linux-musl.tar.xz::noextract
+ fix-bootstrap.patch"
#fix-curl.patch"
build_dir=${name}c-$version-src
keep_static=1