We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07029e commit cc95303Copy full SHA for cc95303
Formula/o/opa.rb
@@ -1,8 +1,8 @@
1
class Opa < Formula
2
desc "Open source, general-purpose policy engine"
3
homepage "https://www.openpolicyagent.org"
4
- url "https://github.com/open-policy-agent/opa/archive/refs/tags/v1.4.2.tar.gz"
5
- sha256 "ef85e8a0f9f4804dc4578fa26fc0cedcac6a1efedb2b8f0291f6fefe5139861b"
+ url "https://github.com/open-policy-agent/opa/archive/refs/tags/v1.5.0.tar.gz"
+ sha256 "e1745bc2dbf73d5e17f9360f7f9224e74555a9b907af7fca2c28e4dbfeb9e1be"
6
license "Apache-2.0"
7
head "https://github.com/open-policy-agent/opa.git", branch: "main"
8
0 commit comments