From e80534f43d348f12c148618d045766630dca4479 Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 24 Apr 2023 19:54:42 +0530 Subject: [PATCH] rust-sccache: update to 0.4.2. --- srcpkgs/rust-sccache/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/rust-sccache/template b/srcpkgs/rust-sccache/template index ff1b3a4d27bf..5a4133d4d283 100644 --- a/srcpkgs/rust-sccache/template +++ b/srcpkgs/rust-sccache/template @@ -1,7 +1,7 @@ # Template file for 'rust-sccache' pkgname=rust-sccache -version=0.4.1 -revision=2 +version=0.4.2 +revision=1 build_style=cargo # 1. requires expensive extra feature 2. requires clang 3. requires libc make_check_args="-- --skip test_s3_invalid_args --skip test_sccache_command @@ -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=c2651cae8522bfad07ab58f8cd44886a4b47232c6e2b2e3be007825176b213b4 +checksum=5e4e2e0d3e14abc7a1698e3f873f9c7871c7f12d05bab4241fa38389881cdda9 case "$XBPS_TARGET_MACHINE" in x86_64*|i686*|arm*|aarch64*) ;;