aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/rust/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra/rust/abuild')
-rw-r--r--repos/extra/rust/abuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/repos/extra/rust/abuild b/repos/extra/rust/abuild
index f0e7d4fb..aa2f3fd7 100644
--- a/repos/extra/rust/abuild
+++ b/repos/extra/rust/abuild
@@ -1,9 +1,9 @@
name=rust
-version=1.84.1
+version=1.85.0
##cat src/stage0.txt
-export _date=2024-11-28
-export _rustc=1.83.0
+export _date=2025-01-09
+export _rustc=1.84.0
export _cargo=$_rustc
##
@@ -13,7 +13,6 @@ source="https://static.rust-lang.org/dist/${name}c-$version-src.tar.xz
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
fix-linux_musl_base.patch
- fix-bootstrap.patch
libressl.patch
fix-curl.patch"
build_dir=${name}c-$version-src
@@ -89,5 +88,6 @@ EOF
rm -rf $PKG/usr/lib/rustlib/src/ \
$PKG/usr/share/zsh \
+ $PKG/etc/bash_completion.d \
$PKG/usr/lib/rustlib/uninstall.sh
}