rust-sccache: update to 0.8.0.

This commit is contained in:
icp 2024-05-08 19:15:19 +05:30 committed by Piraty
parent 7d1fa617fd
commit 04866745f8

View File

@ -1,6 +1,6 @@
# Template file for 'rust-sccache'
pkgname=rust-sccache
version=0.7.7
version=0.8.0
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=578f230c68caf909e056db3be748acfe19cd7e5bc5b985a27e4e63b826b9777c
checksum=46219a9dde9e4758942ea2e5b729dca286469eb323ae61bf2662824426453892
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|arm*|aarch64*) ;;