rustup: update to 1.20.2

This commit is contained in:
Jan Christian Gruenhage 2019-10-21 11:59:19 +02:00 committed by Helmut Pozimski
parent bafda9dc89
commit ff182334b4

View file

@ -1,7 +1,7 @@
# Template file for 'rustup' # Template file for 'rustup'
pkgname=rustup pkgname=rustup
version=1.18.3 version=1.20.2
revision=2 revision=1
wrksrc="${pkgname}.rs-${version}" wrksrc="${pkgname}.rs-${version}"
build_style=cargo build_style=cargo
configure_args="--features no-self-update --bin rustup-init" configure_args="--features no-self-update --bin rustup-init"
@ -12,11 +12,11 @@ maintainer="Daniel Lee Ramírez <dleeram@protonmail.com>"
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-nursery/${pkgname}.rs/archive/${version}.tar.gz" distfiles="https://github.com/rust-lang-nursery/${pkgname}.rs/archive/${version}.tar.gz"
checksum=9a2ae2c85bbbfc838b25d86d049bc677532950d78765725beabb8a61df1c2710 checksum=4d47ef7468c615fd10fbb07a16c15754336263d7417ee1685dfbd6e3ec151084
pre_build() { pre_build() {
cargo update --package openssl-sys --precise 0.9.46 cargo update --package openssl-sys --precise 0.9.51
cargo update --package openssl --precise 0.10.22 cargo update --package openssl --precise 0.10.25
} }
do_install() { do_install() {