sccache: 0.5.2 -> 0.5.3

This commit is contained in:
Tim Biermann 2023-06-04 21:58:25 +02:00
parent 45487d6d7c
commit aef4559c36
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35+KWWFzQYWsDEcxCaCtLh7jId+ekZv6Uk9z4Ga3BnLrtakc4YRaxTpvjR9Z+k0I1nkjml+fGJo5YazwlrpeKQo=
SHA256 (Pkgfile) = fc1a956d340fa259278cfdfd9e2853deaa326ffbf86f4194e2168d77338b8001
RWSagIOpLGJF34MsKfIQghMK+T1T/QZMRncpB5/WgaUDo81kImZ9ZVx+auJVrmvzYalVpNvf8mIitoHbIQKt89eRge0IsQKINAw=
SHA256 (Pkgfile) = 71c0245025fdfd28b158657137c1677729b63b135a246c6bb7400233da60560d
SHA256 (.footprint) = 075cd929ecb85ad14a889ceb6a2ed24451c1c27cbe759868505d0b691d93b7cb
SHA256 (sccache-v0.5.2.tar.gz) = d70e17f7405c2c427ed2df7978797ca337668070d051087b466b460fa676c61e
SHA256 (sccache-v0.5.3.tar.gz) = 3b1dc8827aa1391161341031e8b9b28e8ab2ce9c508202efe29ff1722d67662b

View File

@ -4,7 +4,7 @@
# Depends on: rust
name=sccache
version=0.5.2
version=0.5.3
release=1
source=(https://github.com/mozilla/sccache/archive/v$version/$name-v$version.tar.gz)
@ -17,7 +17,7 @@ build() {
export LDFLAGS+=' -lzstd'
cargo build --manifest-path $name-$version/Cargo.toml --release \
--features all --features native-zlib,dist-server,all
--features native-zlib,dist-server,all
cargo install --path $name-$version --root $PKG/usr --no-track \
--frozen --offline --features native-zlib,dist-server,all
}