mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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:
parent
96f88522a4
commit
8c4387c94a
1 changed files with 2 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rust-sccache'
|
# Template file for 'rust-sccache'
|
||||||
pkgname=rust-sccache
|
pkgname=rust-sccache
|
||||||
version=0.2.12
|
version=0.2.13
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname/rust-/}-${version}"
|
wrksrc="${pkgname/rust-/}-${version}"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
@ -11,13 +11,8 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://crates.io/crates/sccache"
|
homepage="https://crates.io/crates/sccache"
|
||||||
distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate"
|
distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate"
|
||||||
checksum=dfbf49fad5edeb3a1ead50a41eea2d115ce591342f5d8f6b60b00dd76bec3c49
|
checksum=34b8eaab25eb467e9796c2f3ad7524c8548bf3afed962a922dd0b40ed2472ef7
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc*) broken="ftbfs in ring" ;;
|
ppc*) broken="ftbfs in ring" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
cargo update --package openssl-sys --precise 0.9.49
|
|
||||||
cargo update --package openssl:0.10.15 --precise 0.10.24
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue