Skip to content

Commit be9eeb5

Browse files
authored
Merge pull request #256116 from Homebrew/bump-gitleaks-8.30.0
gitleaks 8.30.0
2 parents 355c45e + a086c6e commit be9eeb5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/gitleaks.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Gitleaks < Formula
22
desc "Audit git repos for secrets"
33
homepage "https://gitleaks.io/"
4-
url "https://github.com/gitleaks/gitleaks/archive/refs/tags/v8.29.1.tar.gz"
5-
sha256 "d48deb58ae629e35d4913a3e6bf015255c5698610d513a46272cb0f98c8c65bd"
4+
url "https://github.com/gitleaks/gitleaks/archive/refs/tags/v8.30.0.tar.gz"
5+
sha256 "606b3ce45d1e64d28ac7729ee03480a8ee2c5e5a5c5122844bd9516f3cc1bcf3"
66
license "MIT"
77
head "https://github.com/gitleaks/gitleaks.git", branch: "master"
88

@@ -15,12 +15,12 @@ class Gitleaks < Formula
1515
end
1616

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "3b84e3fb2b6f567da8a60933032093a5a280a64826600de74bb4193751f9e52d"
19-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3b84e3fb2b6f567da8a60933032093a5a280a64826600de74bb4193751f9e52d"
20-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b84e3fb2b6f567da8a60933032093a5a280a64826600de74bb4193751f9e52d"
21-
sha256 cellar: :any_skip_relocation, sonoma: "3f0f82a809fc87afc88b284b1f7fd7d77b0f545dff44fe172c777a22d50c0592"
22-
sha256 cellar: :any_skip_relocation, arm64_linux: "a05773c2e35c9ae7f1d863f04689ed36653bddad1b9a1f86a69400549586c15d"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6b5a1c945695dc713025b9a8196ee80f8d471e1dbdab37b9b04e8be210d8defd"
18+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "3b69222165e3992ec827f799080c99da6ddfb83b67a1cadb0279b5c1ed50dac4"
19+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3b69222165e3992ec827f799080c99da6ddfb83b67a1cadb0279b5c1ed50dac4"
20+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b69222165e3992ec827f799080c99da6ddfb83b67a1cadb0279b5c1ed50dac4"
21+
sha256 cellar: :any_skip_relocation, sonoma: "a3be0014a6a247423522c3e26074156aca20cecc640fe9bccef25d656b981c82"
22+
sha256 cellar: :any_skip_relocation, arm64_linux: "03376dcde440d60bc146b0ceb6dc2d66387a73467ffdf0101dccda76c45dabcd"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "569062400847b102f3c71673d130c11ec634b46fb656642f47b576b0bd5f3293"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)