mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
rustup: update to 1.20.2
This commit is contained in:
parent
bafda9dc89
commit
ff182334b4
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rustup'
|
||||
pkgname=rustup
|
||||
version=1.18.3
|
||||
revision=2
|
||||
version=1.20.2
|
||||
revision=1
|
||||
wrksrc="${pkgname}.rs-${version}"
|
||||
build_style=cargo
|
||||
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"
|
||||
homepage="https://www.rustup.rs"
|
||||
distfiles="https://github.com/rust-lang-nursery/${pkgname}.rs/archive/${version}.tar.gz"
|
||||
checksum=9a2ae2c85bbbfc838b25d86d049bc677532950d78765725beabb8a61df1c2710
|
||||
checksum=4d47ef7468c615fd10fbb07a16c15754336263d7417ee1685dfbd6e3ec151084
|
||||
|
||||
pre_build() {
|
||||
cargo update --package openssl-sys --precise 0.9.46
|
||||
cargo update --package openssl --precise 0.10.22
|
||||
cargo update --package openssl-sys --precise 0.9.51
|
||||
cargo update --package openssl --precise 0.10.25
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue