Skip to content

Commit

Permalink
Merge pull request #171313 from Homebrew/bump-gator-3.16.0
Browse files Browse the repository at this point in the history
gator 3.16.0
  • Loading branch information
BrewTestBot authored May 9, 2024
2 parents 7dc4792 + be66ebe commit 3e6971b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/g/gator.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Gator < Formula
desc "CLI Utility for Open Policy Agent Gatekeeper"
homepage "https://open-policy-agent.github.io/gatekeeper/website/docs/gator"
url "https://github.com/open-policy-agent/gatekeeper/archive/refs/tags/v3.15.1.tar.gz"
sha256 "6134ad53f29b7746847851ae41743f8011e2a83fcdf67ac35f11855cbdcbc9e1"
url "https://github.com/open-policy-agent/gatekeeper/archive/refs/tags/v3.16.0.tar.gz"
sha256 "b59743b2096034f967296093c59cbf80c87fb815740d3d1c466efece732ee78e"
license "Apache-2.0"
head "https://github.com/open-policy-agent/gatekeeper.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1225c02783995b778c32dd0a5664b351ccf5e6d87a4451cd2f34ed0752c7b8ec"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6f8ce2f9a11716a1681fa107bfbb13317e1971e7cffb836ef6ed008f4bdc13d7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7d5bf793c7666ec64e5d270c51231f840696ecc09f3ebfabd9a33d9ec21dabf2"
sha256 cellar: :any_skip_relocation, sonoma: "edd3978deb30a6a8c1b759f81949f09b3dabba5266410aa408ebea98a13c33e8"
sha256 cellar: :any_skip_relocation, ventura: "970b0ab03ab4dfe8ccf0cbfba4caede0743562c495af82bd9407464ed2bfd2b7"
sha256 cellar: :any_skip_relocation, monterey: "7480670933e43e69df98902ec703713c7ea5f54b61791732be289985a0356d11"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9122a037794127e0f001b417078e67542c5f67ffce57fb5927e80541400ea326"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5a4537da8219c4cabb8b19df6430b4a3957921d67a576c2822dea2079125c95"
sha256 cellar: :any_skip_relocation, arm64_ventura: "eca96dc786f3210027e8911c49e7893cbe7aa1075e37719a94bd6775d54644c5"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7c3d6e205af541b62804b2b71689a8ce8d932ba3b26e7c5f80a2db16871a4254"
sha256 cellar: :any_skip_relocation, sonoma: "cd6a850df13a6a8b05f2f46112ba2412a50c90e5e31ecb3129a160e7289fffdc"
sha256 cellar: :any_skip_relocation, ventura: "a13bbc8e6ac7f4484698809bade570bf787792c5ab142f6913a62647a8039916"
sha256 cellar: :any_skip_relocation, monterey: "f5f7367549caf08e924a56025e81c85748f7ae851f93b73140a04aa2c9e18585"
sha256 cellar: :any_skip_relocation, x86_64_linux: "65c2f278ffdbfc270c83f5bd4f50a4334da1e887dbcc29e5d320530287c8bd5f"
end

depends_on "go" => :build
Expand Down

0 comments on commit 3e6971b

Please sign in to comment.