From 6d0e2453da60bd126ed4f6d0fa3675a86e166991 Mon Sep 17 00:00:00 2001 From: psykose Date: Sat, 28 Sep 2024 13:43:40 +0200 Subject: [PATCH] main/sccache: update to 0.8.2 --- main/sccache/template.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/sccache/template.py b/main/sccache/template.py index 03fb52a537..2a67aa4c77 100644 --- a/main/sccache/template.py +++ b/main/sccache/template.py @@ -1,6 +1,6 @@ pkgname = "sccache" -pkgver = "0.8.1" -pkgrel = 1 +pkgver = "0.8.2" +pkgrel = 0 build_style = "cargo" make_build_args = [] make_install_args = [] @@ -18,7 +18,7 @@ license = "Apache-2.0" url = "https://github.com/mozilla/sccache" source = f"{url}/archive/refs/tags/v{pkgver}.tar.gz" -sha256 = "30b951b49246d5ca7d614e5712215cb5f39509d6f899641f511fb19036b5c4e5" +sha256 = "2b3e0ef8902fe7bcdcfccf393e29f4ccaafc0194cbb93681eaac238cdc9b94f8" # fails due to comparing ldd output to a glibc bin options = ["!check"]