Skip to content

Commit

Permalink
Merge pull request #210365 from Homebrew/ldeep-1.0.84
Browse files Browse the repository at this point in the history
ldeep 1.0.84
  • Loading branch information
BrewTestBot authored Mar 10, 2025
2 parents cb58010 + 9f21c03 commit 8c0c748
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1766,7 +1766,6 @@ lcm
lcov
ld-find-code-refs
ldc
ldeep
ldns
leaf-proxy
leakcanary-shark
Expand Down
20 changes: 10 additions & 10 deletions Formula/l/ldeep.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ class Ldeep < Formula

desc "LDAP enumeration utility"
homepage "https://github.com/franc-pentest/ldeep"
url "https://files.pythonhosted.org/packages/df/bb/20c9cfaf741443caf16266e62023b820f5c25f35874e73955025a23ec6c6/ldeep-1.0.81.tar.gz"
sha256 "5f71796e3d046f4443827d3d6089a2cec8cee28231989d74b8096c18c322e7be"
url "https://files.pythonhosted.org/packages/50/d1/03642f7fc3c1d71be0f319266f64002b6a3515d87675a5f06302147915ca/ldeep-1.0.84.tar.gz"
sha256 "6f04e50bf4424512d775d3e0e065744d563bfc4ba812faf874f639954efdb1be"
license "MIT"
head "https://github.com/franc-pentest/ldeep.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "64c07c121fbde67eba314206e295940771995f7d23f52bab5e1a4e98a3e8ef51"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e3a24f34338a07bd85325b029217a6b9a58433327bfb56dcabef7db172d31ecb"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0824780cfffc541097b75a339a261d49a64e118460ec349f325cb5c8629bbe8e"
sha256 cellar: :any_skip_relocation, sonoma: "5651bbf6f8d4ce1c1d216064b0c846f737835f119b0e777e1b76d370725e5cdd"
sha256 cellar: :any_skip_relocation, ventura: "9a6ab01e22af79b54f9e547b6f603583b64fc0f83f6daf3d422486e784a651ec"
sha256 cellar: :any_skip_relocation, x86_64_linux: "fa049d5e1f1e2cc49a8e00c177f61928fc807075d1bd21c507d5ae36dcbce512"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b835c13f23f0846ac6761be28e37fc18b576b0347486dbc16aea0812bcabd741"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "43459970f69ef0d8a2e391c3a71db936e954778a9776604ef2b40393d501dd16"
sha256 cellar: :any_skip_relocation, arm64_ventura: "375dd7343696f91299fffc23f59427a397144ce2e891d4d1ac88f232566b8990"
sha256 cellar: :any_skip_relocation, sonoma: "fa793d9c6098a52d67a87b3105da861fd0af5b0867d236b6f70a450548194eaa"
sha256 cellar: :any_skip_relocation, ventura: "fb9d4ad6677f70c42884cdc45da5f2399f74600459c31be3b37330783fb07c69"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3438f69c8db8b60df934daf6866a09966f24bc47b6f33da58762b4097d3e00da"
end

depends_on "cryptography"
Expand All @@ -33,8 +33,8 @@ class Ldeep < Formula
end

resource "decorator" do
url "https://files.pythonhosted.org/packages/66/0c/8d907af351aa16b42caae42f9d6aa37b900c67308052d10fdce809f8d952/decorator-5.1.1.tar.gz"
sha256 "637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330"
url "https://files.pythonhosted.org/packages/43/fa/6d96a0978d19e17b68d634497769987b16c8f4cd0a7a05048bec693caa6b/decorator-5.2.1.tar.gz"
sha256 "65f266143752f734b0a7cc83c46f4618af75b8c5911b00ccb61d0ac9b6da0360"
end

resource "dnspython" do
Expand Down

0 comments on commit 8c0c748

Please sign in to comment.