mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
rustup: update to 1.27.0
This commit is contained in:
parent
dc5ffcc0f1
commit
0e3e947afc
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rustup'
|
||||
pkgname=rustup
|
||||
version=1.26.0
|
||||
revision=2
|
||||
version=1.27.0
|
||||
revision=1
|
||||
# rustup doesn't recognize this target
|
||||
archs="~armv*-musl"
|
||||
build_style=cargo
|
||||
|
@ -14,9 +14,9 @@ short_desc="Rust toolchain installer"
|
|||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||
license="Apache-2.0, MIT"
|
||||
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"
|
||||
checksum=6f20ff98f2f1dbde6886f8d133fe0d7aed24bc76c670ea1fca18eb33baadd808
|
||||
checksum=3d331ab97d75b03a1cc2b36b2f26cd0a16d681b79677512603f2262991950ad1
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*|i686*|arm*|aarch64*)
|
||||
|
|
Loading…
Add table
Reference in a new issue