rustup: update to 1.25.2
This commit is contained in:
parent
0dfa9af03e
commit
958f9bb2b8
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'rustup'
|
||||
pkgname=rustup
|
||||
version=1.25.1
|
||||
version=1.25.2
|
||||
revision=1
|
||||
# rustup doesn't recognize this target
|
||||
archs="~armv*-musl"
|
||||
|
@ -14,8 +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"
|
||||
distfiles="https://github.com/rust-lang/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=4d062c77b08309bd212f22dd7da1957c1882509c478e57762f34ec4fb2884c9a
|
||||
changelog="https://github.com/rust-lang/rustup/raw/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/rust-lang/rustup/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=dc9bb5d3dbac5cea9afa9b9c3c96fcf644a1e7ed6188a6b419dfe3605223b5f3
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*|i686*|arm*|aarch64*)
|
||||
|
|
Loading…
Reference in New Issue