ports/contrib (3.6): sccache: 0.2.15 -> 0.3.0
commit 39919b96d1a705fc30543c4c258079b8a578e312 Author: Tim Biermann <tbier@posteo.de> Date: Tue May 31 23:18:49 2022 +0200 sccache: 0.2.15 -> 0.3.0 diff --git a/sccache/.signature b/sccache/.signature index 1370545db..10a15e784 100644 --- a/sccache/.signature +++ b/sccache/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35xWZpsAww35DdG9wZwLhoK47JnThAa+R5Nc10SKnv5o0wbf3E8Pi/TpJttBlcKq3kNIFOqvDv+xjAcu9oCYrw8= -SHA256 (Pkgfile) = 505456222b42f778ee57c390e28fe64d013185684dc98ad46c2c7628c5e036e9 +RWSagIOpLGJF3064KBQEKFr/sYS+1XV96MvWUkHqUVN5Cf2vNuW8HtEOIl+sBBnZTq/7w4ZEs6jdbHA7yhTDj5fODrctg2xCaAk= +SHA256 (Pkgfile) = 64d4174953de4fc32e7b1e4269e64928150b04d2b4c2c81a1cde3ea68887524f SHA256 (.footprint) = faf777b374273121eaa06a3f627d66169ce6db1948d7cd60994b641e88e88f09 -SHA256 (sccache-v0.2.15.tar.gz) = 7dbe71012f9b0b57d8475de6b36a9a3b4802e44a135e886f32c5ad1b0eb506e0 +SHA256 (sccache-v0.3.0.tar.gz) = 26585447d07f67d0336125816680a2a5f7381065a03de3fd423a3b5c41eb637c diff --git a/sccache/Pkgfile b/sccache/Pkgfile index cb5257b42..edab8a777 100644 --- a/sccache/Pkgfile +++ b/sccache/Pkgfile @@ -4,8 +4,8 @@ # Depends on: rust name=sccache -version=0.2.15 -release=2 +version=0.3.0 +release=1 source=(https://github.com/mozilla/sccache/archive/v$version/$name-v$version.tar.gz) build() { @@ -13,14 +13,8 @@ build() { mkdir "$PKGMK_SOURCE_DIR/rust" || true export CARGO_HOME="$PKGMK_SOURCE_DIR/rust" - # warning: package `futures v0.3.9` in Cargo.lock is yanked in registry - cargo update --manifest-path $name-$version/Cargo.toml --package futures:0.3.9 - - cargo fetch --manifest-path $name-$version/Cargo.toml --locked - - cargo build --manifest-path $name-$version/Cargo.toml --release --frozen \ + cargo build --manifest-path $name-$version/Cargo.toml --release \ --features all --features native-zlib - - cargo install --path $name-$version --root $PKG/usr --frozen --no-track --offline \ + cargo install --path $name-$version --root $PKG/usr --no-track \ --features all --features native-zlib }
participants (1)
-
crux@crux.nu