rust-sccache: update to 0.4.1.
This commit is contained in:
parent
64a30aef82
commit
ea3eda11cd
@ -1,18 +1,20 @@
|
|||||||
# Template file for 'rust-sccache'
|
# Template file for 'rust-sccache'
|
||||||
pkgname=rust-sccache
|
pkgname=rust-sccache
|
||||||
version=0.3.3
|
version=0.4.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
# fails in musl
|
# 1. requires expensive extra feature 2. requires clang 3. requires libc
|
||||||
make_check_args="-- --skip dist::pkg::toolchain_imp::test_ldd_parse_v2_30"
|
make_check_args="-- --skip test_s3_invalid_args --skip test_sccache_command
|
||||||
|
--skip dist::pkg::toolchain_imp::test_ldd_parse_v2_30"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="openssl-devel"
|
makedepends="openssl-devel"
|
||||||
short_desc="Sccache is a ccache-like tool"
|
short_desc="Sccache is a ccache-like tool"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
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"
|
||||||
|
changelog="https://github.com/mozilla/sccache/releases"
|
||||||
distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate"
|
distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate"
|
||||||
checksum=6aae524ce9e447b7dbe9d43918827ede44d77591f820d843738d14b4f6195a4d
|
checksum=c2651cae8522bfad07ab58f8cd44886a4b47232c6e2b2e3be007825176b213b4
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*|i686*|arm*|aarch64*) ;;
|
x86_64*|i686*|arm*|aarch64*) ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user