Skip to content

Commit

Permalink
Merge pull request #167208 from Homebrew/crate-nounzip
Browse files Browse the repository at this point in the history
formulae(.crate): make implicit `nounzip` explicit
  • Loading branch information
BrewTestBot authored Mar 27, 2024
2 parents c397e20 + b2aeb80 commit 5aef674
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Formula/c/cargo-llvm-cov.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Formula/c/cargo-outdated.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Formula/d/deno.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Formula/o/oakc.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Formula/p/pngquant.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 5aef674

Please sign in to comment.