From 4459913d7e0f0a7d5470b37d0f1588aeead33a1e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 31 Oct 2024 21:46:34 +0000 Subject: [PATCH 1/2] opa 0.70.0 --- Formula/o/opa.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/opa.rb b/Formula/o/opa.rb index 1081df141cd8..c2b712ae15f0 100644 --- a/Formula/o/opa.rb +++ b/Formula/o/opa.rb @@ -1,8 +1,8 @@ class Opa < Formula desc "Open source, general-purpose policy engine" homepage "https://www.openpolicyagent.org" - url "https://github.com/open-policy-agent/opa/archive/refs/tags/v0.69.0.tar.gz" - sha256 "1048675edb03e3d6c72a95d9fe3334eb17b63296d0bf8c1b220bd70602877b3a" + url "https://github.com/open-policy-agent/opa/archive/refs/tags/v0.70.0.tar.gz" + sha256 "c28ce33bbf1ccc4f70625f467bfcb70d91fa4431d82c96e6be39642659007e31" license "Apache-2.0" head "https://github.com/open-policy-agent/opa.git", branch: "main" From be6ff0a9cc01729c7fff76dae66a2de4fb99d095 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:16:02 +0000 Subject: [PATCH 2/2] opa: update 0.70.0 bottle. --- Formula/o/opa.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/opa.rb b/Formula/o/opa.rb index c2b712ae15f0..188fb141dde5 100644 --- a/Formula/o/opa.rb +++ b/Formula/o/opa.rb @@ -7,12 +7,12 @@ class Opa < Formula head "https://github.com/open-policy-agent/opa.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7e83db47e02982c3fa24a8354fdd7b654c593953d9d4ec04b4d5376ea511e1f8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f1561f1c7bfce6411cb8e0ee109cacc77d0446c9373084de77eec41300ace9c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e0af7005edaef4b73acb66603a3718e9ba354d9f9179ca4cad32d4acd89c2c83" - sha256 cellar: :any_skip_relocation, sonoma: "c4e536e222d36fef62b07922d2f8e6e343b8876133a1fed3605c8ac409267aea" - sha256 cellar: :any_skip_relocation, ventura: "616febbc5474c059029fce73fc3585a7919e2d364284bcd6ffda9fe3016de579" - sha256 cellar: :any_skip_relocation, x86_64_linux: "97eb07c1e015110e89ab1e26851ce13c70e417ea124f2b590af2dfd6f4bceb06" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c06a9c205764380f858dec35ab880eed0fbba9449fee628b93a637ce5196e437" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f9e9a5fcb0e08dbedcbdfda95fb5c7dad02a088fe9f10504f11c107feb906d9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4393483a5aacb7b5f2125cb3ebef1d1c0bede51f28a35ee8580f690ba0a53b98" + sha256 cellar: :any_skip_relocation, sonoma: "ea9d58ed26f0f7607001b4b724bae97429cf403af2879165c9a18eca42855ad2" + sha256 cellar: :any_skip_relocation, ventura: "260d5c8945c9e7048c9f968ac7cc2e41e2a1000e6343fa2aed6138faf4046747" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b6266e73113ccdcfe0a3b0afaa186281379fa5222894d35eab10b0b2766f4ebd" end depends_on "go" => :build