sccache: 0.7.6 -> 0.7.7

This commit is contained in:
Tim Biermann 2024-02-07 18:21:29 +01:00
parent 0d67955e35
commit c4105e8dbc
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 11 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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