Skip to content

Commit

Permalink
Merge pull request #195718 from Homebrew/bump-cargo-udeps-0.1.52
Browse files Browse the repository at this point in the history
cargo-udeps 0.1.52
  • Loading branch information
BrewTestBot authored Oct 27, 2024
2 parents 58ef04b + a60c09e commit cf386b6
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions Formula/c/cargo-udeps.rb
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
class CargoUdeps < Formula
desc "Find unused dependencies in Cargo.toml"
homepage "https://github.com/est31/cargo-udeps"
url "https://github.com/est31/cargo-udeps/archive/refs/tags/v0.1.50.tar.gz"
sha256 "e06e0f735e4d966693be51abe3421ce3fd05459002e03ba85f474f1f5be24823"
url "https://github.com/est31/cargo-udeps/archive/refs/tags/v0.1.52.tar.gz"
sha256 "d74e262ed4d53f584447bdc8ffc02d37bbef4484b2b4413186d7f8b255bfe5ed"
license any_of: ["Apache-2.0", "MIT"]

bottle do
sha256 cellar: :any, arm64_sequoia: "39e4fdee0996d01225194b344dd7f8985a1a61fe3e5064bcb2395c4716227b14"
sha256 cellar: :any, arm64_sonoma: "ff6fe7b0b7dd42ba7242cbb656cb0a30c0dbe7fe08c632c2f3ef7e5635c219d2"
sha256 cellar: :any, arm64_ventura: "22ee1a8517c86e233eb581a246a1dddee5382bc18f58b70d23d0a57115268e9c"
sha256 cellar: :any, arm64_monterey: "ab599874702f48a34cf64b05b573a0b8ed5264526ba29291db6d9f119ccb9712"
sha256 cellar: :any, sonoma: "7a72b74218eeb222426c56ed52ccf1efa6c7250fa19ea408002fe23ab06c93d4"
sha256 cellar: :any, ventura: "98466772166292d1c0327c8b9b1712b4f5b97d57383bf37b6149a19d549ce384"
sha256 cellar: :any, monterey: "815c4d0d59392b5fb469617706b3e81b013b08fd378fc9e69b980660a3a36ffd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bfbc1ac3a110359a52a4ac5968633547c765582adcee37ce485ba21ae62c32a9"
sha256 cellar: :any, arm64_sequoia: "dd03d0c81354a4825c40bc113c6a36e01fde8586c126574db9b38a61fac33533"
sha256 cellar: :any, arm64_sonoma: "7b1ff2f6d5f693f5acd562e0f065e6a25f753162d11b41f139739b12ef28ac92"
sha256 cellar: :any, arm64_ventura: "0c16fe1dd6b9f9335d833c21bd6a6167fb2a8da4e22506a572a16e69ec6e1ce1"
sha256 cellar: :any, sonoma: "1d5de8fa27cd8df34cbf793ae9498a5c2fd6f04044cfd6cbfe80c483a65bd3ad"
sha256 cellar: :any, ventura: "334abe9cdd96a3a81e47b17d81737036f801c8d79838c9c955db99b3a7e9b827"
sha256 cellar: :any_skip_relocation, x86_64_linux: "26f3b56f9d41283f711376765990805865ebbcb89687e7fe9cae281dc49ba888"
end

depends_on "rust" => :build
depends_on "rustup" => :test
depends_on "libgit2@1.7"
depends_on "libgit2"
depends_on "libssh2"
depends_on "openssl@3"

Expand Down Expand Up @@ -69,7 +67,7 @@ def check_binary_linkage(binary, library)
end

[
Formula["libgit2@1.7"].opt_lib/shared_library("libgit2"),
Formula["libgit2"].opt_lib/shared_library("libgit2"),
Formula["libssh2"].opt_lib/shared_library("libssh2"),
Formula["openssl@3"].opt_lib/shared_library("libssl"),
Formula["openssl@3"].opt_lib/shared_library("libcrypto"),
Expand Down

0 comments on commit cf386b6

Please sign in to comment.