rust-sccache: update to 0.5.4.

This commit is contained in:
icp 2023-06-29 15:45:18 +05:30 committed by Duncan Overbruck
parent 124064a28d
commit 3b36943923

View File

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