From f7bfa888aee1eb74ab07df427437b9ef3de47f28 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Thu, 9 Jan 2025 21:45:10 +0100 Subject: [PATCH] rust-bootstrap: update to 1.84.1 --- srcpkgs/rust-bootstrap/template | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/srcpkgs/rust-bootstrap/template b/srcpkgs/rust-bootstrap/template index aa17a184aa6..534061b9c87 100644 --- a/srcpkgs/rust-bootstrap/template +++ b/srcpkgs/rust-bootstrap/template @@ -1,8 +1,7 @@ # Template file for 'rust-bootstrap' pkgname=rust-bootstrap -reverts="1.83.0_1" -version=1.82.0 -revision=2 +version=1.84.1 +revision=1 short_desc="Rust programming language bootstrap toolchain" maintainer="Orphaned " license="Apache-2.0 OR MIT" @@ -32,24 +31,24 @@ case "$XBPS_TARGET_MACHINE" in ${_bootstrap_url}/rustc-${version}-i686-unknown-linux-gnu.tar.xz ${_bootstrap_url}/rust-std-${version}-i686-unknown-linux-gnu.tar.xz" checksum=" - 92bab38ce88b7738fb62a1bccf496b1b2975fe984cc4fc506903a03ed37e1e4a - c7ebb02b6ca349999b3b7dce768efaca5e0d9060f55397523e11a64cd10a9405" + a32f9738bd721ecf864e3119ff64043c742e7e0e7094d324931785d4dfd24cc1 + b3fa601f227db66ee64825847d0b39aa2cfc37beff0f99c0b7a1bd9025864c42" ;; x86_64) distfiles=" ${_bootstrap_url}/rustc-${version}-x86_64-unknown-linux-gnu.tar.xz ${_bootstrap_url}/rust-std-${version}-x86_64-unknown-linux-gnu.tar.xz" checksum=" - 90b61494f5ccfd4d1ca9a5ce4a0af49a253ca435c701d9c44e3e44b5faf70cb8 - 2eca3d36f7928f877c334909f35fe202fbcecce109ccf3b439284c2cb7849594" + ae9e4c996707a7152443639bd09de49afdcc37830ff8561872e718b0600a4fcf + 553727eeee81f1b1e7f3c7b7fd023abfb62fe5aff7fe0b1c81d3b5b92ab8a474" ;; x86_64-musl) distfiles=" ${_bootstrap_url}/rustc-${version}-x86_64-unknown-linux-musl.tar.xz ${_bootstrap_url}/rust-std-${version}-x86_64-unknown-linux-musl.tar.xz" checksum=" - e08b8490246ae1b6278274f6dd0a648c590a42e0af6aaf220a030cdf1dadf30a - 1c99a4c81f51b687ba55746c7d3f19b5b860fe4eff604d3c7d803e08c9cc89bb" + fa899d104bfe55b78fd1af4f2eff710130fdb23aa07f22e2bdc5dbfc5f2f20ef + 415f838c11c5f15d18fc2f9a4bc9a07c489ba0a48b423f1f2020c2bb09e348fb" ;; # placeholders for user-supplied distfiles ppc64le)