diff --git a/srcpkgs/rust-bootstrap/template b/srcpkgs/rust-bootstrap/template index d1025550e85..bb514c2f95b 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.70.0 +version=1.71.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=" - f89c90f80864f68e42b70d9c14984195629ed9894bb5cfe6c8a0f1140f7816ff - 0e5543c35196ca5b08f1b7e49fa3f3b671444d75648504cdbcfd854e2e7efd2d" + e7c9c943b727de4f978cc9366e5c42536992d52ad418ffb9015e836723fd75ca + 46976bf8297efc65556ccddfec395d5327fbe303f9dabffd104628a37cb1de6d" ;; 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=" - 7d891d3e9bc4f1151545c83cbe3bc6af9ed234388c45ca2e19641262f48615e2 - 0c0129717da1e27ccf2c56da950d2fe56973f71beec9e80ae6904b282d2f0ee9" + c293d906769671d1cd18e945671bbd14e0b8a41df5075c47f33e6086fc8a1558 + 98ae6530c3a41167e9d93d11ea078be98a02f6d809a06d0d51af3ce0f73150d7" ;; 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=" - 69a3ba1273aedaf7aadc91f6ccf59061eb00205c9c523f0b1f91ca14cfa2058c - 7ebaba08385d1ec87d0a27ca8b4e1eb454374da18ffa12621bd1578973754101" + abe1453c35d604a073e67ffc8c467b84dc0eca5c3a742d21b94794a047945197 + c91408683fe0918732525ec1e70263d3fc871ec8d15ae98768a1c6d7b9e3bff1" ;; # placeholders for user-supplied distfiles ppc64le)