From 760996a1ad0f6d6f9ef31cf7bf43302315574959 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 24 May 2023 15:24:57 +0530 Subject: [PATCH] rust-sccache: update to 0.5.0. --- 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 5a4133d4d283..1bb94e60fa18 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.4.2 +version=0.5.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=5e4e2e0d3e14abc7a1698e3f873f9c7871c7f12d05bab4241fa38389881cdda9 +checksum=3db6d5761c32de3be83b04f6c83c6fb00eed26cac8ce48bc456586127a18ad32 case "$XBPS_TARGET_MACHINE" in x86_64*|i686*|arm*|aarch64*) ;;