rustup: update to 1.21.1.
This commit is contained in:
parent
7ec74bbe84
commit
f581a931bf
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rustup'
|
||||
pkgname=rustup
|
||||
version=1.20.2
|
||||
revision=4
|
||||
version=1.21.1
|
||||
revision=1
|
||||
build_style=cargo
|
||||
configure_args="--features no-self-update --bin rustup-init"
|
||||
hostmakedepends="perl pkg-config"
|
||||
|
@ -11,7 +11,7 @@ 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=28207ee4c2d66840ca903df152b23b916326a5d3eeb643a1de0f24a16afa4209
|
||||
checksum=3dd54cb15313ff01c930ad4e36326f7d60caadd2d6707790d83bea26fbb8bbe1
|
||||
|
||||
pre_build() {
|
||||
cargo update --package openssl-sys --precise 0.9.53
|
||||
|
|
Loading…
Reference in New Issue