From c4105e8dbcf97773834c2f381bdf82a1bd3ed24f Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Wed, 7 Feb 2024 18:21:29 +0100 Subject: [PATCH] sccache: 0.7.6 -> 0.7.7 --- sccache/.footprint | 1 - sccache/.signature | 8 ++++---- sccache/Pkgfile | 2 +- sccache/maintainer_clean_footprint | 6 ++++++ 4 files changed, 11 insertions(+), 6 deletions(-) create mode 100755 sccache/maintainer_clean_footprint diff --git a/sccache/.footprint b/sccache/.footprint index da10b6ab1..33a79ba1c 100644 --- a/sccache/.footprint +++ b/sccache/.footprint @@ -1,4 +1,3 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/sccache --rwxr-xr-x root/root usr/bin/sccache-dist diff --git a/sccache/.signature b/sccache/.signature index 92112ec45..6d5c1735e 100644 --- a/sccache/.signature +++ b/sccache/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3wRfm6ZCBwDVXSx00OE6/WFwrTAiwYp1TDleyhsLSXUCYvSLjCXWB7SZjhI0BSCghlF/aMIi53VxQxBIYGPX6gs= -SHA256 (Pkgfile) = d23a5c3081c4a3522dfc6a052295e9e6cdeafedd46f0a2f239dc43661babb4e6 -SHA256 (.footprint) = 075cd929ecb85ad14a889ceb6a2ed24451c1c27cbe759868505d0b691d93b7cb -SHA256 (sccache-v0.7.6.tar.gz) = c6ff8750516fe982c9e9c20fb80d27c41481a22bf9a5a2346cff05724110bd42 +RWSagIOpLGJF3+T/vU6dqlPrNP0v4cIttive+BHrH8W9g78te/CkmGGeMYy3H95gYPRzD/1SlF4IwkviGUH+wiJZTCSjpFzEewM= +SHA256 (Pkgfile) = 783458086026c50d119682b14e17d7ae9ab259b120a029b0e82d94544ce91860 +SHA256 (.footprint) = faf777b374273121eaa06a3f627d66169ce6db1948d7cd60994b641e88e88f09 +SHA256 (sccache-v0.7.7.tar.gz) = a5f5dacbc8232d566239fa023ce5fbc803ad56af2910fa1558b6e08e68e067e0 diff --git a/sccache/Pkgfile b/sccache/Pkgfile index 8ee02459b..48a5f565b 100644 --- a/sccache/Pkgfile +++ b/sccache/Pkgfile @@ -4,7 +4,7 @@ # Depends on: rust name=sccache -version=0.7.6 +version=0.7.7 release=1 source=(https://github.com/mozilla/sccache/archive/v$version/$name-v$version.tar.gz) diff --git a/sccache/maintainer_clean_footprint b/sccache/maintainer_clean_footprint new file mode 100755 index 000000000..518ab0d9d --- /dev/null +++ b/sccache/maintainer_clean_footprint @@ -0,0 +1,6 @@ +#!/bin/sh +rm -f footprint.in +mv .footprint footprint.in + +grep -v -E 'sccache-dist$' footprint.in > .footprint +rm -f footprint.in