Skip to content

Commit f1f9c61

Browse files
authored
Merge pull request Homebrew#228903 from Homebrew/bump-exploitdb-2025-07-03
exploitdb 2025-07-03
2 parents 2203a06 + 9ca745f commit f1f9c61

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/e/exploitdb.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ class Exploitdb < Formula
22
desc "Database of public exploits and corresponding vulnerable software"
33
homepage "https://www.exploit-db.com/"
44
url "https://gitlab.com/exploit-database/exploitdb.git",
5-
tag: "2025-06-27",
6-
revision: "97a1ee1350b2f92aafc9a94f92508c101a514b7a"
5+
tag: "2025-07-03",
6+
revision: "83f6bce1ba1b5d4ef669fc9c5434c577d05b3ea4"
77
license "GPL-2.0-or-later"
88
head "https://gitlab.com/exploit-database/exploitdb.git", branch: "main"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6bef62f08708d75ce135198a4cb4873ef255a4fbd05b32fa0d41d7736fbca1d6"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "15b890b53c0a75cfe0323a044ac5c176afa5369b5ec75e64363a15777a5e2b49"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c1203e1b890ace927600099fc17071864bf2c319a2b7fc7cabdda097c6cf64ae"
14-
sha256 cellar: :any_skip_relocation, sonoma: "7991352d85120c83388158c1e2dd5f5597b006f0acf424ca482c6c044d620a4f"
15-
sha256 cellar: :any_skip_relocation, ventura: "21bde5e90372eec393fcda81e1cf55ebd7378a41f05a9f41271b4557e9be30f1"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "1475710415c900fabde17920c738d637b3a5cd220c384fec44c5d89bdf178048"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "33600c5211c1274e2514912cd28bb31c9820f8e99388a9ea54d054a02967be5d"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c4064f950165552ed594386e71e2dd8c0e5297ebfd5a857c2c35f715a20364e3"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea3b34ed8b2b73c4cba766071b1dfea77fd3d3a6bb6321c6ca0fce5586d94371"
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "d6b59c33a82f886711224a0d7c64064128c89b4f9b3699e9b0281ae0a1b118aa"
14+
sha256 cellar: :any_skip_relocation, sonoma: "ec574681aef37a43433a6be6b0d282aae7a5acb26040141decbf20058e3a6873"
15+
sha256 cellar: :any_skip_relocation, ventura: "71d12e62555ab20a54872b4a46ca2be273d17482f213888d75f41fb0090c8dfd"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "cda2a747bcbe6a28c3a85f914fa8238a32a6b27ba8e2ae04bde42d14874f2fd7"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4a7b5cc6253b90afacf6967690db21988690232402e1e09a9b1a229908dd3073"
1818
end
1919

2020
def install

0 commit comments

Comments
 (0)