Skip to content

Commit

Permalink
Merge pull request #178470 from Homebrew/bump-cargo-deny-0.15.0
Browse files Browse the repository at this point in the history
cargo-deny 0.15.0
  • Loading branch information
BrewTestBot authored Jul 25, 2024
2 parents 0c46621 + 6238285 commit 87db98b
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.24.tar.gz"
sha256 "e5cde78e62af26676c75875abe86119437b8e20537d7062111c423d05a1fc3d0"
url "https://github.com/EmbarkStudios/cargo-deny/archive/refs/tags/0.15.0.tar.gz"
sha256 "51a147bfb2c3886c6083ebc0087df711ba610c34f63b457a2190ff79acaa76fb"
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: "4c039bda8ba95e0ae05b0aaab0af16b86198ecce12cb7abb158478b77f571ec8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c53b600a47b0cf1d3d89992dcf6ac264949fab24675a2461f2d8f910d9855e79"
sha256 cellar: :any_skip_relocation, arm64_monterey: "187aaef5d4865d646b3a33b02b891e3864de75f825dce2f72458730fbf775209"
sha256 cellar: :any_skip_relocation, sonoma: "a47d018adf224f5304a4da97551c065fd5516bf8f569b573b705b56a61249024"
sha256 cellar: :any_skip_relocation, ventura: "a60bdbcc251d57ca0164b95d7b474461a9edee25bb813c530ece37de0a2e66d0"
sha256 cellar: :any_skip_relocation, monterey: "12a9f3a7474433dbf351362d0160a928f85fa054133199b0ab3e887f15f2b88b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1f652d8f35e2d5436e522e93dfdd2ab89d704099823eb4ec6aa7eccb08cf06df"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "593bc17ec17a0b9b5417e97790e227f77430794928bf68e9ec83b0acee2e8ffb"
sha256 cellar: :any_skip_relocation, arm64_ventura: "572bdfde59ec6d7bd1f219e4a20acc5a0de9616129d595654b879431e9a7fdac"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7ff2ef54d0dd684776e0ceae447a7dfd209204e93d24ca4b69f5744654c2b62f"
sha256 cellar: :any_skip_relocation, sonoma: "458847e29157b41f44c641954ca9e79dee1c93d53597488a9f67c0047048d197"
sha256 cellar: :any_skip_relocation, ventura: "d63cdc0fe35c5d33588b3f957deab4fdd15d85190cddc403e74e6d8b554c57c4"
sha256 cellar: :any_skip_relocation, monterey: "f7922bef5589a26b5bd93cda301f4e0647e55883dfc18035965a79a1e1511387"
sha256 cellar: :any_skip_relocation, x86_64_linux: "dbed2224f99d14a8c8381eb29b668b9c737fc18f164a841e79fd4e41890b1488"
end

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

0 comments on commit 87db98b

Please sign in to comment.