From ba21d3fbc778106a81a9ef17e78569804054fec7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 9 May 2024 21:29:36 +0000 Subject: [PATCH 1/2] gator 3.16.0 --- Formula/g/gator.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gator.rb b/Formula/g/gator.rb index 27c1ab9e8bc40..181a5ddedfd18 100644 --- a/Formula/g/gator.rb +++ b/Formula/g/gator.rb @@ -1,8 +1,8 @@ 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" From be66ebe811dfb9af02ed8975f8b02bf5725cbf97 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 9 May 2024 22:26:56 +0000 Subject: [PATCH 2/2] gator: update 3.16.0 bottle. --- Formula/g/gator.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gator.rb b/Formula/g/gator.rb index 181a5ddedfd18..1585f75ca6aac 100644 --- a/Formula/g/gator.rb +++ b/Formula/g/gator.rb @@ -7,13 +7,13 @@ class Gator < Formula 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