rust-sccache: update to 0.7.2.

This commit is contained in:
icp 2023-11-04 15:28:41 +05:30 committed by classabbyamp
parent 247b4309d5
commit e03177642d

View File

@ -1,7 +1,7 @@
# Template file for 'rust-sccache'
pkgname=rust-sccache
version=0.5.4
revision=2
version=0.7.2
revision=1
build_style=cargo
# 1. requires expensive extra feature 2. requires clang 3. requires libc
make_check_args="-- --skip test_s3_invalid_args --skip test_sccache_command
@ -14,7 +14,7 @@ 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=b1211a5c7a6dcbb1ef3fab4f3b0f194f05d9ee3a65f7001a908fda5ed61732ad
checksum=ce2069a366083dc5f1f6f9be7e512b8ce0d09a3e0b22fee94bd1ee40f02a2ec5
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|arm*|aarch64*) ;;