From 068a1f55b12239e500f83d1bd60aa09b634418dc Mon Sep 17 00:00:00 2001 From: Johannes Date: Thu, 13 Jun 2019 19:04:18 +0200 Subject: [PATCH] rdedup: update rust-openssl dependencies --- srcpkgs/rdedup/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/rdedup/template b/srcpkgs/rdedup/template index 5b7c5a9520f..351259b7030 100644 --- a/srcpkgs/rdedup/template +++ b/srcpkgs/rdedup/template @@ -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 +}