diff --git a/Formula/gator.rb b/Formula/gator.rb index 3ddbb515ffe..631d8e18456 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.10.0.tar.gz" - sha256 "cfe47f54738bcd648de94be6fedf182858771fa6938a609cfa416a72a54a7682" + url "https://github.com/open-policy-agent/gatekeeper/archive/refs/tags/v3.11.0.tar.gz" + sha256 "cccdd43e1414a32acb6569e79747e66bb296db28a82f48303c878b797c742cb9" license "Apache-2.0" head "https://github.com/open-policy-agent/gatekeeper.git", branch: "master"