From 344f678c44784b00ded9b7ff91a3a7bfeb5a3e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Wed, 28 Apr 2021 10:49:58 +0200 Subject: [PATCH] rustup: update to 1.24.1. --- srcpkgs/rustup/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/rustup/template b/srcpkgs/rustup/template index e4f985f74ec4..cb92bd1d3925 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"