rustup: update to 1.24.1.
This commit is contained in:
parent
cdd949f046
commit
6905f7a6a6
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rustup'
|
# Template file for 'rustup'
|
||||||
pkgname=rustup
|
pkgname=rustup
|
||||||
version=1.23.1
|
version=1.24.1
|
||||||
revision=3
|
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,7 +14,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=0203231bfe405ee1c7d5e7e1c013b9b8a2dc87fbd8474e77f500331d8c26365f
|
checksum=e69bce5a4b1abe05489b19d2906c258b27f70ff8b13f59e5932527ae6b77c6a6
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
RUSTUP="target/${RUST_TARGET}/release/rustup-init"
|
RUSTUP="target/${RUST_TARGET}/release/rustup-init"
|
||||||
|
|
Loading…
Reference in a new issue