Skip to content

Commit 8ac623a

Browse files
authored
Merge pull request #203767 from Homebrew/bump-gator-3.18.2
gator 3.18.2
2 parents 0269ee0 + a96c6d4 commit 8ac623a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/gator.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Gator < Formula
22
desc "CLI Utility for Open Policy Agent Gatekeeper"
33
homepage "https://open-policy-agent.github.io/gatekeeper/website/docs/gator"
4-
url "https://github.com/open-policy-agent/gatekeeper/archive/refs/tags/v3.18.1.tar.gz"
5-
sha256 "7ee5a70d14c4356791ffbbc846766d487ea81af3d1bd990b1b78e219d6bcb7dc"
4+
url "https://github.com/open-policy-agent/gatekeeper/archive/refs/tags/v3.18.2.tar.gz"
5+
sha256 "a69607832b6662aff8f67cbceb5a94a243a02ba085e5ee462e9a2a4c2eb762cf"
66
license "Apache-2.0"
77
head "https://github.com/open-policy-agent/gatekeeper.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "50078539a568f876774df083584a2e7295833b5b931f60c0c54099523a7efb8f"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "50078539a568f876774df083584a2e7295833b5b931f60c0c54099523a7efb8f"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "50078539a568f876774df083584a2e7295833b5b931f60c0c54099523a7efb8f"
13-
sha256 cellar: :any_skip_relocation, sonoma: "f343cfa6ae5f90c9701162155b633db890d9df22adc820f96c6169d47b79baa1"
14-
sha256 cellar: :any_skip_relocation, ventura: "f343cfa6ae5f90c9701162155b633db890d9df22adc820f96c6169d47b79baa1"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7574f268f864ae42986a31f06e5f2ffd2c1fa8653ae16d5cdadf5dcb641cfd76"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c18c3b094a401672a34c76e35a5267b7f883f52019929b854db1e09d139d0047"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c18c3b094a401672a34c76e35a5267b7f883f52019929b854db1e09d139d0047"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "c18c3b094a401672a34c76e35a5267b7f883f52019929b854db1e09d139d0047"
13+
sha256 cellar: :any_skip_relocation, sonoma: "d9e5c868f7dc38ee1a1093cc9830d526b9024f94889a702429a2e257d4954339"
14+
sha256 cellar: :any_skip_relocation, ventura: "d9e5c868f7dc38ee1a1093cc9830d526b9024f94889a702429a2e257d4954339"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1dbd7183d077102821d9a48e7860eb781914f87f528fb2eeaaea3a7d718d5132"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)