Skip to content

Commit

Permalink
Merge pull request #196286 from Homebrew/bump-opa-0.70.0
Browse files Browse the repository at this point in the history
opa 0.70.0
  • Loading branch information
BrewTestBot authored Oct 31, 2024
2 parents 4b56a45 + be6ff0a commit 3619085
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/o/opa.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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"

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
Expand Down

0 comments on commit 3619085

Please sign in to comment.