Skip to content

Commit 1e6dcbe

Browse files
committed
ldeep 1.0.87
1 parent 3cec744 commit 1e6dcbe

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

Formula/l/ldeep.rb

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ class Ldeep < Formula
33

44
desc "LDAP enumeration utility"
55
homepage "https://github.com/franc-pentest/ldeep"
6-
url "https://files.pythonhosted.org/packages/e3/92/2914cb11ae0a1ee1aca4c6e7c5036c3ce83d0b20613ba13e9519e00cecdb/ldeep-1.0.86.tar.gz"
7-
sha256 "4baeea7d1bcaa29867214c47992b2108c5ad0bb7cd09f82ca1c9270d538ae1f7"
6+
url "https://files.pythonhosted.org/packages/28/4d/54d97255db812fc2a4ba2f166a1468ae6e8c17e2c29ee9ec70d6611fca6c/ldeep-1.0.87.tar.gz"
7+
sha256 "b9349b8883fa6257c70ae75af9851340cad2ef40216231c02bd0ea7f88921eff"
88
license "MIT"
99
head "https://github.com/franc-pentest/ldeep.git", branch: "master"
1010

11-
no_autobump! because: :requires_manual_review
12-
1311
bottle do
1412
sha256 cellar: :any_skip_relocation, arm64_sequoia: "82bf16581a7e37876280738dbc31a2e17d697d05078b65aff8b7b5d6d0c8c871"
1513
sha256 cellar: :any_skip_relocation, arm64_sonoma: "83461409b70bf0a9152c2fb620d8c7779febb0315304ceeb0d745242adfab8ad"
@@ -66,13 +64,13 @@ class Ldeep < Formula
6664
end
6765

6866
resource "pycryptodome" do
69-
url "https://files.pythonhosted.org/packages/44/e6/099310419df5ada522ff34ffc2f1a48a11b37fc6a76f51a6854c182dbd3e/pycryptodome-3.22.0.tar.gz"
70-
sha256 "fd7ab568b3ad7b77c908d7c3f7e167ec5a8f035c64ff74f10d47a4edd043d723"
67+
url "https://files.pythonhosted.org/packages/8e/a6/8452177684d5e906854776276ddd34eca30d1b1e15aa1ee9cefc289a33f5/pycryptodome-3.23.0.tar.gz"
68+
sha256 "447700a657182d60338bab09fdb27518f8856aecd80ae4c6bdddb67ff5da44ef"
7169
end
7270

7371
resource "pycryptodomex" do
74-
url "https://files.pythonhosted.org/packages/ba/d5/861a7daada160fcf6b0393fb741eeb0d0910b039ad7f0cd56c39afdd4a20/pycryptodomex-3.22.0.tar.gz"
75-
sha256 "a1da61bacc22f93a91cbe690e3eb2022a03ab4123690ab16c46abb693a9df63d"
72+
url "https://files.pythonhosted.org/packages/c9/85/e24bf90972a30b0fcd16c73009add1d7d7cd9140c2498a68252028899e41/pycryptodomex-3.23.0.tar.gz"
73+
sha256 "71909758f010c82bc99b0abf4ea12012c98962fbf0583c2164f8b84533c2e4da"
7674
end
7775

7876
resource "six" do

0 commit comments

Comments
 (0)