Skip to content

Commit 88d391b

Browse files
authored
Merge pull request #219996 from Homebrew/bump-cariddi-1.4.0
cariddi 1.4.0
2 parents 6f15d23 + 479a691 commit 88d391b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/cariddi.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Cariddi < Formula
22
desc "Scan for endpoints, secrets, API keys, file extensions, tokens and more"
33
homepage "https://github.com/edoardottt/cariddi"
4-
url "https://github.com/edoardottt/cariddi/archive/refs/tags/v1.3.6.tar.gz"
5-
sha256 "9f903443bcc78c9c4133a51c154a7f2bcec3968792fe66d5e4c19803ef5b6f06"
4+
url "https://github.com/edoardottt/cariddi/archive/refs/tags/v1.4.0.tar.gz"
5+
sha256 "db50276b36a0b6f83abc77f59ca9470134ef6072986b440f5f352263afb4458e"
66
license "GPL-3.0-or-later"
77
head "https://github.com/edoardottt/cariddi.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "894378d05f9d4477e241766e38f750d69c6fcee0655d4ef1528bf8fa838e16ca"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "894378d05f9d4477e241766e38f750d69c6fcee0655d4ef1528bf8fa838e16ca"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "894378d05f9d4477e241766e38f750d69c6fcee0655d4ef1528bf8fa838e16ca"
13-
sha256 cellar: :any_skip_relocation, sonoma: "4f9fbe00baf1a022dd67b426a757c8e4abbb8e3ab247728b4f28a1de13c0638a"
14-
sha256 cellar: :any_skip_relocation, ventura: "4f9fbe00baf1a022dd67b426a757c8e4abbb8e3ab247728b4f28a1de13c0638a"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "94101fae87842104aa9e9eabcfe8193da6b68578ce4dfe8f490b99d20986eb49"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "72378cd86fb4b44f6ba32ede5f4f31bd11ad52f11f1515e3db994db9b7f66ff8"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "72378cd86fb4b44f6ba32ede5f4f31bd11ad52f11f1515e3db994db9b7f66ff8"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "72378cd86fb4b44f6ba32ede5f4f31bd11ad52f11f1515e3db994db9b7f66ff8"
13+
sha256 cellar: :any_skip_relocation, sonoma: "4c16b0df1d4a70365a076fbcae25c2d8e7f1e278c134d9f04007dabe87fdd976"
14+
sha256 cellar: :any_skip_relocation, ventura: "4c16b0df1d4a70365a076fbcae25c2d8e7f1e278c134d9f04007dabe87fdd976"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f4e6f2287e2a6b7a4a567e9d150be472128108e5180d14592fc9b358346dd7f5"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)