From 8eeaa611f15628ba86e8b49f46baa0e5540dd802 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 23 Jan 2024 12:57:50 +0530 Subject: [PATCH] rust-sccache: update to 0.7.6. --- srcpkgs/rust-sccache/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rust-sccache/template b/srcpkgs/rust-sccache/template index de5c158986e24..077cb09af399a 100644 --- a/srcpkgs/rust-sccache/template +++ b/srcpkgs/rust-sccache/template @@ -1,6 +1,6 @@ # Template file for 'rust-sccache' pkgname=rust-sccache -version=0.7.4 +version=0.7.6 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=5dbaf24b76b223c3b6f0cbf352838475bf58b21bc27f808cad87e5db8a42b1ff +checksum=5f6b00cd9ab2d2401e7cd8e3f1794375e0af4ea570f1148cfadb2850f9085a3e case "$XBPS_TARGET_MACHINE" in x86_64*|i686*|arm*|aarch64*) ;;