rdedup: update rust-openssl dependencies
This commit is contained in:
parent
5926e99463
commit
068a1f55b1
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue