From 6433c9783c9f09d75e2da696f91b837ae49a2cab Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Thu, 8 Feb 2024 15:30:13 +0100 Subject: [PATCH] rust-bootstrap: update to 1.76.0 --- srcpkgs/rust-bootstrap/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/rust-bootstrap/template b/srcpkgs/rust-bootstrap/template index 8ba03009955..6a192e750e5 100644 --- a/srcpkgs/rust-bootstrap/template +++ b/srcpkgs/rust-bootstrap/template @@ -1,6 +1,6 @@ # Template file for 'rust-bootstrap' pkgname=rust-bootstrap -version=1.75.0 +version=1.76.0 revision=1 short_desc="Rust programming language bootstrap toolchain" maintainer="Orphaned " @@ -31,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=" - a39aed533c63b4da6c0d9f30e76d7290ed5b3be2e66bde43d02764d7b50d382f - 42c0aba08ddcad191c84adcb5b6479b4599b9e4656e4e2b6d3ed5b46fa4a04fb" + e52ff92c605284b049e88912343a0f1c9c4cef7cc4a501d4e8f1ab9e4d9b1d7e + 78fb0859beb4f18af7227af3f09f0218169ca38c7751865e40d78d697ca190fc" ;; 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=" - 2824ba4045acdddfa436da4f0bb72807b64a089aa2e7c9a66ca1a3a571114ce7 - 136b132199f7bbda2aa0bbff6d1e6ae7d5fca2994a2f2a432a5e99de224b6314" + 9fadfcf71bc6a0ddfd026b9624163faf1c5689dd4a1f7cc1f857167ade4aa6eb + e41150b52d923a3bbe166c4ecc5719f56576274b0d034d764768aee279ae2063" ;; 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=" - 692c9e78bca24010f4eb8d8a02febd8f55463ef8aa49975a780c4124f10abe5e - 3728f2d2266b5c87fe2a7ae9c46fc43d06f8c855d7d0f141de6bcd24b43ae919" + 3669762d7ee90d06bc3b532e15fc29e7918b40b85c93ea314b98d6cad18f435b + 995bda2aeff09ecbda9a1892a6c47beb087e99c9be924dc8fa6416f6813f4edc" ;; # placeholders for user-supplied distfiles ppc64le)