From 7c3df5862e6abae4d9029775f4ee24709da9e57f Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Tue, 26 Mar 2024 09:38:44 -0400 Subject: [PATCH 1/5] cargo-llvm-cov: make implicit `nounzip` explicit Signed-off-by: Michael Cho --- Formula/c/cargo-llvm-cov.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/cargo-llvm-cov.rb b/Formula/c/cargo-llvm-cov.rb index 0f0a80f411204..d1059aa749ce3 100644 --- a/Formula/c/cargo-llvm-cov.rb +++ b/Formula/c/cargo-llvm-cov.rb @@ -2,7 +2,7 @@ class CargoLlvmCov < Formula desc "Cargo subcommand to easily use LLVM source-based code coverage" homepage "https://github.com/taiki-e/cargo-llvm-cov" # cannot use github tarball due to https://github.com/taiki-e/cargo-llvm-cov/pull/152#issuecomment-1107055622 - url "https://static.crates.io/crates/cargo-llvm-cov/cargo-llvm-cov-0.6.8.crate" + url "https://static.crates.io/crates/cargo-llvm-cov/cargo-llvm-cov-0.6.8.crate", using: :nounzip sha256 "c1cb94e7d372c775b5376a75a41419fd9ecf729cc2ab6f0d99727e29a3d1ceb3" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/taiki-e/cargo-llvm-cov.git", branch: "main" From 18d62347725c8121b33188de70717bbdc46578e2 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Tue, 26 Mar 2024 09:39:06 -0400 Subject: [PATCH 2/5] cargo-outdated: make implicit `nounzip` explicit Signed-off-by: Michael Cho --- Formula/c/cargo-outdated.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/cargo-outdated.rb b/Formula/c/cargo-outdated.rb index 5f47f7b22a864..cca12debaa008 100644 --- a/Formula/c/cargo-outdated.rb +++ b/Formula/c/cargo-outdated.rb @@ -6,7 +6,7 @@ class CargoOutdated < Formula # pulls same source from crates.io. v0.15.0+ is needed to avoid an older unsupported libgit2. # We can switch back to GitHub releases when upstream decides to upload. # Issue ref: https://github.com/kbknapp/cargo-outdated/issues/388 - url "https://static.crates.io/crates/cargo-outdated/cargo-outdated-0.15.0.crate" + url "https://static.crates.io/crates/cargo-outdated/cargo-outdated-0.15.0.crate", using: :nounzip sha256 "0641d14a828fe7dcf73e6df54d31ce19d4def4654d6fa8ec709961e561658a4d" license "MIT" head "https://github.com/kbknapp/cargo-outdated.git", branch: "master" From 2f7e3d0c6263faaf0b71923eddaaae3e44e5a261 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Tue, 26 Mar 2024 09:40:57 -0400 Subject: [PATCH 3/5] deno: make implicit `nounzip` explicit Signed-off-by: Michael Cho --- Formula/d/deno.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/d/deno.rb b/Formula/d/deno.rb index fe302df894f74..7be515af53059 100644 --- a/Formula/d/deno.rb +++ b/Formula/d/deno.rb @@ -45,7 +45,7 @@ class Deno < Formula # Use the version of `v8` crate at: https://github.com/denoland/deno/blob/v#{version}/Cargo.lock # Search for 'name = "v8"' (without single quotes). resource "rusty_v8" do - url "https://static.crates.io/crates/v8/v8-0.85.0.crate" + url "https://static.crates.io/crates/v8/v8-0.85.0.crate", using: :nounzip sha256 "ec8e09551fa5c3500b47f08912b4a39e07ae20a3874051941408fbd52e3e5190" end From 24dd667fa924d9e0a2285d237137885af171b504 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Tue, 26 Mar 2024 09:41:30 -0400 Subject: [PATCH 4/5] oakc: make implicit `nounzip` explicit Signed-off-by: Michael Cho --- Formula/o/oakc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/o/oakc.rb b/Formula/o/oakc.rb index ece54b1924b96..1345aad85cf01 100644 --- a/Formula/o/oakc.rb +++ b/Formula/o/oakc.rb @@ -1,7 +1,7 @@ class Oakc < Formula desc "Portable programming language with a compact intermediate representation" homepage "https://github.com/adam-mcdaniel/oakc" - url "https://static.crates.io/crates/oakc/oakc-0.6.1.crate" + url "https://static.crates.io/crates/oakc/oakc-0.6.1.crate", using: :nounzip sha256 "1f4a90a3fd5c8ae32cb55c7a38730b6bfcf634f75e6ade0fd51c9db2a2431683" license "Apache-2.0" head "https://github.com/adam-mcdaniel/oakc.git", branch: "develop" From b2aeb80d870af3d5c2e559e7f64e06e5178ba91d Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Tue, 26 Mar 2024 09:41:52 -0400 Subject: [PATCH 5/5] pngquant: make implicit `nounzip` explicit Signed-off-by: Michael Cho --- Formula/p/pngquant.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/pngquant.rb b/Formula/p/pngquant.rb index 4755e1a4dfc4e..534e897d938f3 100644 --- a/Formula/p/pngquant.rb +++ b/Formula/p/pngquant.rb @@ -1,7 +1,7 @@ class Pngquant < Formula desc "PNG image optimizing utility" homepage "https://pngquant.org/" - url "https://static.crates.io/crates/pngquant/pngquant-3.0.3.crate" + url "https://static.crates.io/crates/pngquant/pngquant-3.0.3.crate", using: :nounzip sha256 "68a12bdd8825f9989f4ee9a6ab0b42727dae57728b939ef63453366697a07232" license :cannot_represent head "https://github.com/kornelski/pngquant.git", branch: "main"