From 02ce0028bd6cc826ebdaa06b62a67648c9d8d3f2 Mon Sep 17 00:00:00 2001 From: Porkepix Date: Thu, 13 Oct 2022 03:17:28 +0200 Subject: [PATCH] gator 3.9.2 Closes #113004. Signed-off-by: FX Coudert Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/gator.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gator.rb b/Formula/gator.rb index d4f83f13d0b..f6c7bce85b8 100644 --- a/Formula/gator.rb +++ b/Formula/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.9.1.tar.gz" - sha256 "4f7691aa7562b7ee5c707d6f322d2dc25ab06cf4784f6f9ca991ee27ec5b839e" + url "https://github.com/open-policy-agent/gatekeeper/archive/refs/tags/v3.9.2.tar.gz" + sha256 "8573ec1dc12999f49a608a982e464d9323d4f82ca446f6f5d88b8f2ecae32030" license "Apache-2.0" head "https://github.com/open-policy-agent/gatekeeper.git", branch: "master"