diff --git a/srcpkgs/rustup/template b/srcpkgs/rustup/template index e4f985f74ec..cb92bd1d392 100644 --- a/srcpkgs/rustup/template +++ b/srcpkgs/rustup/template @@ -1,7 +1,7 @@ # Template file for 'rustup' pkgname=rustup -version=1.23.1 -revision=3 +version=1.24.1 +revision=1 # rustup doesn't recognize this target archs="~armv*-musl" build_style=cargo @@ -14,7 +14,7 @@ maintainer="Jan Christian Grünhage " license="Apache-2.0, MIT" homepage="https://www.rustup.rs" distfiles="https://github.com/rust-lang/${pkgname}/archive/${version}.tar.gz" -checksum=0203231bfe405ee1c7d5e7e1c013b9b8a2dc87fbd8474e77f500331d8c26365f +checksum=e69bce5a4b1abe05489b19d2906c258b27f70ff8b13f59e5932527ae6b77c6a6 post_build() { RUSTUP="target/${RUST_TARGET}/release/rustup-init"