rustup: update to 1.27.0

This commit is contained in:
Marcin Puc 2024-03-11 19:18:28 +01:00 committed by cinerea0
parent dc5ffcc0f1
commit 0e3e947afc

View file

@ -1,7 +1,7 @@
# Template file for 'rustup' # Template file for 'rustup'
pkgname=rustup pkgname=rustup
version=1.26.0 version=1.27.0
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
@ -14,9 +14,9 @@ short_desc="Rust toolchain installer"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>" 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"
changelog="https://github.com/rust-lang/rustup/raw/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/rust-lang/rustup/master/CHANGELOG.md"
distfiles="https://github.com/rust-lang/rustup/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/rust-lang/rustup/archive/refs/tags/${version}.tar.gz"
checksum=6f20ff98f2f1dbde6886f8d133fe0d7aed24bc76c670ea1fca18eb33baadd808 checksum=3d331ab97d75b03a1cc2b36b2f26cd0a16d681b79677512603f2262991950ad1
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|arm*|aarch64*) x86_64*|i686*|arm*|aarch64*)