summaryrefslogtreecommitdiff
path: root/sccache
diff options
context:
space:
mode:
authorDanny Rawlins <contact@romster.me>2021-02-14 12:15:11 +1100
committerDanny Rawlins <contact@romster.me>2021-02-14 12:16:10 +1100
commitb8bde50d278b19e67430b31bf1dd6c4638b25065 (patch)
treef7214118149aa9e4f8a0f7de9015a03ec90fe2c3 /sccache
parent1139fffe928b4e5ea17f2f7ea7e31909dd57c441 (diff)
downloadcontrib-b8bde50d278b19e67430b31bf1dd6c4638b25065.tar.gz
contrib-b8bde50d278b19e67430b31bf1dd6c4638b25065.tar.xz
sccache: rebuild as package futures v0.3.9 got yanked from registry
Diffstat (limited to 'sccache')
-rw-r--r--sccache/.signature4
-rw-r--r--sccache/Pkgfile5
2 files changed, 6 insertions, 3 deletions
diff --git a/sccache/.signature b/sccache/.signature
index 10301c629..1370545db 100644
--- a/sccache/.signature
+++ b/sccache/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF36r8KVcIwLKMzLClO8g2U1PIY2yq72F3B0kmhLT5ApI9rJfG1PozCV4NeYaBqKKCncXVIhTTuRuTgm5slRJaUw8=
-SHA256 (Pkgfile) = cf1634ecad29ca27cb319c6c950a3ce74bc234868cb67f4f930c860742e5aa86
+RWSagIOpLGJF35xWZpsAww35DdG9wZwLhoK47JnThAa+R5Nc10SKnv5o0wbf3E8Pi/TpJttBlcKq3kNIFOqvDv+xjAcu9oCYrw8=
+SHA256 (Pkgfile) = 505456222b42f778ee57c390e28fe64d013185684dc98ad46c2c7628c5e036e9
SHA256 (.footprint) = faf777b374273121eaa06a3f627d66169ce6db1948d7cd60994b641e88e88f09
SHA256 (sccache-v0.2.15.tar.gz) = 7dbe71012f9b0b57d8475de6b36a9a3b4802e44a135e886f32c5ad1b0eb506e0
diff --git a/sccache/Pkgfile b/sccache/Pkgfile
index ab89d1d82..cb5257b42 100644
--- a/sccache/Pkgfile
+++ b/sccache/Pkgfile
@@ -5,7 +5,7 @@
name=sccache
version=0.2.15
-release=1
+release=2
source=(https://github.com/mozilla/sccache/archive/v$version/$name-v$version.tar.gz)
build() {
@@ -13,6 +13,9 @@ 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 \

Generated by cgit