rustup: update to 1.24.3.

This commit is contained in:
Kartik Singh 2021-08-30 23:37:55 +05:30 committed by Érico Nogueira Rolim
parent bd5dc10372
commit 6a624a58f0

View file

@ -1,7 +1,7 @@
# Template file for 'rustup' # Template file for 'rustup'
pkgname=rustup pkgname=rustup
version=1.24.1 version=1.24.3
revision=2 revision=1
# rustup doesn't recognize this target # rustup doesn't recognize this target
archs="~armv*-musl" archs="~armv*-musl"
build_style=cargo build_style=cargo
@ -15,7 +15,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="Apache-2.0, MIT" license="Apache-2.0, MIT"
homepage="https://www.rustup.rs" homepage="https://www.rustup.rs"
distfiles="https://github.com/rust-lang/${pkgname}/archive/${version}.tar.gz" distfiles="https://github.com/rust-lang/${pkgname}/archive/${version}.tar.gz"
checksum=e69bce5a4b1abe05489b19d2906c258b27f70ff8b13f59e5932527ae6b77c6a6 checksum=24a8cede4ccbbf45ab7b8de141d92f47d1881bb546b3b9180d5a51dc0622d0f6
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|arm*|aarch64*) x86_64*|i686*|arm*|aarch64*)