rdedup: update rust-openssl dependencies

This commit is contained in:
Johannes 2019-06-13 19:04:18 +02:00
parent 5926e99463
commit 068a1f55b1

View file

@ -13,3 +13,8 @@ homepage="https://github.com/dpc/rdedup"
distfiles="https://github.com/dpc/rdedup/archive/rdedup-v${version}.tar.gz"
checksum=5e7c09c40897cd2f2635e8c213c2ff0f5c4d7ceccbd22980cd4cb0a16f3dfc28
nocross="error: failed to run custom build command for libloading v0.5.0"
pre_build() {
cargo update --package openssl-sys --precise 0.9.46
cargo update --package openssl --precise 0.10.22
}