rust-sccache: update to 0.5.3.

This commit is contained in:
icp 2023-05-24 15:24:57 +05:30 committed by classabbyamp
parent 988f83fe90
commit efb9d4e5a4

View File

@ -1,6 +1,6 @@
# Template file for 'rust-sccache'
pkgname=rust-sccache
version=0.4.2
version=0.5.3
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=5e4e2e0d3e14abc7a1698e3f873f9c7871c7f12d05bab4241fa38389881cdda9
checksum=4b9f745761d99969cb885e41e3ec4dacc99598e21a8d07a51d5028a26acb5cc3
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|arm*|aarch64*) ;;