From 1b1d229bc9680258b00ba111e87c804b2105d16d Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Tue, 19 Sep 2023 20:16:38 +0200 Subject: [PATCH 1/3] rust-bootstrap: update to 1.72.1 --- 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 72b63733a36ec..9ad15ff7c03dd 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.72.0 +version=1.72.1 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=" - 53c0e2045078326fd2ac9e77900a34b4ced1545a489b2a438deaebd2150cf543 - 536c5ec1403b55045a502af1d6f8af192b560fbf9a24874bce6d59163fb8a38a" + ea26398c11cb97905ee167875dfe21f03f71ba38e7ee1da449c5d2b2b9c6c829 + dd3df561854dda237a961852104905819dc5e858f72f1d9105ac1a4c1f493f40" ;; 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=" - 5b5d7854a0d73368f15146c1aa47e4dbccf12762c93282f410a09a605929ce09 - 36f27513a6e4381f15b0cd14097c885af537f990cb6193cec3337c429367bf23" + df30342d3cc16c9688b6121301397489f2f07c2c8cbd074c74857cc70e61281b + 35d7f3099c801fc0899453318a538ec55b9a4641279943479912d7784236338b" ;; 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=" - 1f02cd6f6ed66f09ffa49a3dac139542e5f2a8f120cc150f4edf8833c7b2929d - 4df4dc1fd057ddf222c300d6c929f2850889511f3749f3d0da413e8536f8c006" + aa54389cd1b4a005987d3cbbcff0be89a09125803bd36c4fe0c4bb77e4a9272a + b0a5ad5cd5b3e16bf2a627e4f282ad02a2d05c83eb9f2c22bc63dca4f7ca569e" ;; # placeholders for user-supplied distfiles ppc64le) From 03ed90024647fdafe17516cb571905236d1af2d8 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Tue, 19 Sep 2023 20:17:21 +0200 Subject: [PATCH 2/3] cargo-bootstrap: update to 1.72.1 --- srcpkgs/cargo-bootstrap/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/cargo-bootstrap/template b/srcpkgs/cargo-bootstrap/template index 62d4bd7b03897..71c21ae221a58 100644 --- a/srcpkgs/cargo-bootstrap/template +++ b/srcpkgs/cargo-bootstrap/template @@ -1,6 +1,6 @@ # Template file for 'cargo-bootstrap' pkgname=cargo-bootstrap -version=1.72.0 +version=1.72.1 revision=1 short_desc="Bootstrap binaries of Rust package manager" maintainer="Orphaned " @@ -24,15 +24,15 @@ esac case "$XBPS_TARGET_MACHINE" in i686) distfiles="${_bootstrap_url}/cargo-${version}-i686-unknown-linux-gnu.tar.xz" - checksum="549eda5cda44750b0b2e6d3ce3f9c90c3a133b695e4882b4c6b93e54d6e8a73a" + checksum="4ab6165d56aca05a90681ccd2aab77c746b700e3fe76b093257294d2fede429d" ;; x86_64) distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-gnu.tar.xz" - checksum="4a401dfe7b3056dc0d42acbcd380b2b90f936577706ca74ef5327af0f5abd0a0" + checksum="64eb3dbc8aa1c2ee2e5f12cb4fd0a714219ffec9f503f7bbaac4c92d68017ad7" ;; x86_64-musl) distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-musl.tar.xz" - checksum="0edc4773dd9679904261d3a556306a0f152d229c21408622c892971da681cf01" + checksum="bb0df4909017dd2a144025c092710872aaf3db78cb01bb58bbeeb3269d4b6ce7" ;; # placeholders for user-supplied distfiles ppc64le) From 69b82dcf05404322410044b5d7550c650164d5dd Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Tue, 19 Sep 2023 20:17:52 +0200 Subject: [PATCH 3/3] rust: update to 1.72.1 --- srcpkgs/rust/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index a2dc1450570f2..708e04edbc7bb 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -8,7 +8,7 @@ # uploaded to https://repo-default.voidlinux.org/distfiles/ # pkgname=rust -version=1.72.0 +version=1.72.1 revision=1 hostmakedepends="curl pkg-config python3 tar cargo-bootstrap" makedepends="libffi-devel ncurses-devel libxml2-devel zlib-devel llvm15" @@ -18,7 +18,7 @@ maintainer="Enno Boland " license="MIT, Apache-2.0" homepage="https://www.rust-lang.org/" distfiles="https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz" -checksum=ea9d61bbb51d76b6ea681156f69f0e0596b59722f04414b01c6e100b4b5be3a1 +checksum=7f48845f6a52cdbb5d63fb0528fd5f520eb443275b55f98e328159f86568f895 lib32disabled=yes make_check=no # CBA for now python_version=3 # needed for python files in rust-src