mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rustup: update to 1.27.1
This commit is contained in:
parent
9b04f7c1ae
commit
b3cc4c2140
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rustup'
|
# Template file for 'rustup'
|
||||||
pkgname=rustup
|
pkgname=rustup
|
||||||
version=1.27.0
|
version=1.27.1
|
||||||
revision=1
|
revision=1
|
||||||
# rustup doesn't recognize this target
|
# rustup doesn't recognize this target
|
||||||
archs="~armv*-musl"
|
archs="~armv*-musl"
|
||||||
|
@ -16,7 +16,7 @@ license="Apache-2.0, MIT"
|
||||||
homepage="https://www.rustup.rs"
|
homepage="https://www.rustup.rs"
|
||||||
changelog="https://raw.githubusercontent.com/rust-lang/rustup/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=3d331ab97d75b03a1cc2b36b2f26cd0a16d681b79677512603f2262991950ad1
|
checksum=f5ba37f2ba68efec101198dca1585e6e7dd7640ca9c526441b729a79062d3b77
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*|i686*|arm*|aarch64*)
|
x86_64*|i686*|arm*|aarch64*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue