rust-sccache: update to 0.2.13

Required since version 0.2.12 would not build with libressl >= 3.0.0 anymore.
This commit is contained in:
Jürgen Buchmüller 2020-06-25 20:44:43 +02:00
parent 96f88522a4
commit 8c4387c94a

View file

@ -1,6 +1,6 @@
# Template file for 'rust-sccache'
pkgname=rust-sccache
version=0.2.12
version=0.2.13
revision=1
wrksrc="${pkgname/rust-/}-${version}"
build_style=cargo
@ -11,13 +11,8 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="Apache-2.0"
homepage="https://crates.io/crates/sccache"
distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate"
checksum=dfbf49fad5edeb3a1ead50a41eea2d115ce591342f5d8f6b60b00dd76bec3c49
checksum=34b8eaab25eb467e9796c2f3ad7524c8548bf3afed962a922dd0b40ed2472ef7
case "$XBPS_TARGET_MACHINE" in
ppc*) broken="ftbfs in ring" ;;
esac
pre_build() {
cargo update --package openssl-sys --precise 0.9.49
cargo update --package openssl:0.10.15 --precise 0.10.24
}