Skip to content

Commit 8c0c748

Browse files
authored
Merge pull request #210365 from Homebrew/ldeep-1.0.84
ldeep 1.0.84
2 parents cb58010 + 9f21c03 commit 8c0c748

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.github/autobump.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,6 @@ lcm
17661766
lcov
17671767
ld-find-code-refs
17681768
ldc
1769-
ldeep
17701769
ldns
17711770
leaf-proxy
17721771
leakcanary-shark

Formula/l/ldeep.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ class Ldeep < Formula
33

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

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "64c07c121fbde67eba314206e295940771995f7d23f52bab5e1a4e98a3e8ef51"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e3a24f34338a07bd85325b029217a6b9a58433327bfb56dcabef7db172d31ecb"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0824780cfffc541097b75a339a261d49a64e118460ec349f325cb5c8629bbe8e"
15-
sha256 cellar: :any_skip_relocation, sonoma: "5651bbf6f8d4ce1c1d216064b0c846f737835f119b0e777e1b76d370725e5cdd"
16-
sha256 cellar: :any_skip_relocation, ventura: "9a6ab01e22af79b54f9e547b6f603583b64fc0f83f6daf3d422486e784a651ec"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "fa049d5e1f1e2cc49a8e00c177f61928fc807075d1bd21c507d5ae36dcbce512"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b835c13f23f0846ac6761be28e37fc18b576b0347486dbc16aea0812bcabd741"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "43459970f69ef0d8a2e391c3a71db936e954778a9776604ef2b40393d501dd16"
14+
sha256 cellar: :any_skip_relocation, arm64_ventura: "375dd7343696f91299fffc23f59427a397144ce2e891d4d1ac88f232566b8990"
15+
sha256 cellar: :any_skip_relocation, sonoma: "fa793d9c6098a52d67a87b3105da861fd0af5b0867d236b6f70a450548194eaa"
16+
sha256 cellar: :any_skip_relocation, ventura: "fb9d4ad6677f70c42884cdc45da5f2399f74600459c31be3b37330783fb07c69"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3438f69c8db8b60df934daf6866a09966f24bc47b6f33da58762b4097d3e00da"
1818
end
1919

2020
depends_on "cryptography"
@@ -33,8 +33,8 @@ class Ldeep < Formula
3333
end
3434

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

4040
resource "dnspython" do

0 commit comments

Comments
 (0)