Skip to content

Commit

Permalink
Merge pull request Homebrew#160449 from BrewTestBot/bump-cargo-deny-0…
Browse files Browse the repository at this point in the history
….14.4

cargo-deny 0.14.4
  • Loading branch information
BrewTestBot authored Jan 19, 2024
2 parents 5863b6f + 126ff66 commit 5be9eaf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/cargo-deny.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class CargoDeny < Formula
desc "Cargo plugin for linting your dependencies"
homepage "https://github.com/EmbarkStudios/cargo-deny"
url "https://github.com/EmbarkStudios/cargo-deny/archive/refs/tags/0.14.3.tar.gz"
sha256 "7de9e0e55f353a7396ca2d93645ec11ce14675749752c938fe2f63b68dc84e48"
url "https://github.com/EmbarkStudios/cargo-deny/archive/refs/tags/0.14.4.tar.gz"
sha256 "4bdccefd935e6284c77365ab0704664426317646ffb0f343ae5c25fda8eb5677"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/EmbarkStudios/cargo-deny.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "91d5661fc938bb7894a0aa3db2bdc69db917cd83164527a24ca34040f6c8017a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0cdfae471d68e221b3aca50e6de62829b78925fd0d78bfdfae4329157645b52e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "99304d7fbf7a78f35ee76b07e2abfb702931fc739f37ac94349c0a02329604c7"
sha256 cellar: :any_skip_relocation, sonoma: "5f92a68101c54427b96f2c4a0077267899a31744c39a53f5e03a518a702f8b54"
sha256 cellar: :any_skip_relocation, ventura: "bf0ca42365a4d6d12281321d59800ca2730a1a83c246815b66d3a80aee8e5a13"
sha256 cellar: :any_skip_relocation, monterey: "d79e86b311472b0445afe15c5b5451955426e47a8869d9b03b7a2bed567f3fc9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8a8aef0c5084e7afd055639cb0f7d04158939e6227bac130fdd0e7f484bb5477"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "168eff8eab3a2ce4236b3f06a592b379ef6cf2f502ceeddc2bca18d1c59d8a7f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "14a3d65bf1f6f4a02f7c71c46dfbf31f267525abb89561c189845b3cdbe86ca2"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4a226678e58986d98262fc6dce14d9b8c422fa21f2454e77084467781631b726"
sha256 cellar: :any_skip_relocation, sonoma: "8b03113f35e061dac5dc3bdda843268601a2e20a61ec5847c65b5a416e5d216c"
sha256 cellar: :any_skip_relocation, ventura: "e70dca29d9cb1a064b2859129b1d6952092e0aad845473a30419b04254c79b85"
sha256 cellar: :any_skip_relocation, monterey: "d082ac87b10abd90ef49a59a135a937082d8669735b636f45316272739876185"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e61bcadf63997b1c0d31d5389a119c8c92f0601d190c9545240f5d4b2b71e772"
end

depends_on "pkg-config" => :build
Expand Down

0 comments on commit 5be9eaf

Please sign in to comment.