diff --git a/srcpkgs/rust-bootstrap/template b/srcpkgs/rust-bootstrap/template index 89ecc44089f..775a98215b1 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.86.0 +version=1.88.0 revision=1 short_desc="Rust programming language bootstrap toolchain" maintainer="Orphaned " @@ -24,31 +24,31 @@ case "$XBPS_TARGET_MACHINE" in esac # hardcode platform triplets -# because this info isn't avaialble here without hacky workarounds +# because this info isn't available here without hacky workarounds case "$XBPS_TARGET_MACHINE" in i686) distfiles=" ${_bootstrap_url}/rustc-${version}-i686-unknown-linux-gnu.tar.xz ${_bootstrap_url}/rust-std-${version}-i686-unknown-linux-gnu.tar.xz" checksum=" - 976f4604d949d722738a9fe95313035226571128396e942b0fc678180be487b0 - ce9f0fa4b0760730e26bf315cebe099f0b883436e095c5fc4b94ba20bd9f121a" + 91feab28a2ba348840b15017303f43847974c75b443ea37b330ecb3d80c01007 + ced56f7ab86496f6eb42d356841f9d0b625159eba65afd1913f232bb66d4b7e0" ;; 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=" - 4438b809ce4a083af31ed17aeeedcc8fc60ccffc0625bef1926620751b6989d7 - 67be7184ea388d8ce0feaf7fdea46f1775cfc2970930264343b3089898501d37" + b049fd57fce274d10013e2cf0e05f215f68f6580865abc52178f66ae9bf43fd8 + 36d7eacf46bd5199cb433e49a9ed9c9b380d82f8a0ebc05e89b43b51c070c955" ;; 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=" - e1c7258b97f0e14ccd8f30ce7d48ca6de08ddcd44bc867e6782c239796fa0f6e - 8313c108da105181d27a5a0190ab46d1ac5b3e32bb5b2e7e0a41b7b5d353cba6" + 58c2003a5e1c3f03e0b3b59677866d212b19d2d74473f63e52f60244fc062a76 + 0c42b63c18a6343851e0f27aeb5cff73146c86fc95bc4e2bf51b726c4311249e" ;; # placeholders for user-supplied distfiles ppc64le)