rust-sccache: update to 0.4.1.

This commit is contained in:
icp 2023-03-22 11:59:59 +05:30 committed by classabbyamp
parent 64a30aef82
commit ea3eda11cd

View File

@ -1,18 +1,20 @@
# Template file for 'rust-sccache'
pkgname=rust-sccache
version=0.3.3
version=0.4.1
revision=1
build_style=cargo
# fails in musl
make_check_args="-- --skip dist::pkg::toolchain_imp::test_ldd_parse_v2_30"
# 1. requires expensive extra feature 2. requires clang 3. requires libc
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"
makedepends="openssl-devel"
short_desc="Sccache is a ccache-like tool"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="Apache-2.0"
homepage="https://crates.io/crates/sccache"
changelog="https://github.com/mozilla/sccache/releases"
distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate"
checksum=6aae524ce9e447b7dbe9d43918827ede44d77591f820d843738d14b4f6195a4d
checksum=c2651cae8522bfad07ab58f8cd44886a4b47232c6e2b2e3be007825176b213b4
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|arm*|aarch64*) ;;