From 3b3694392313b99ae448ca03865c736ca074a3c4 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 29 Jun 2023 15:45:18 +0530 Subject: [PATCH] rust-sccache: update to 0.5.4. --- 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 f16c5ebf604..aaae926466a 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.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*) ;;