|
1 | 1 | class Opa < Formula |
2 | 2 | desc "Open source, general-purpose policy engine" |
3 | 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" |
| 4 | + url "https://github.com/open-policy-agent/opa/archive/refs/tags/v1.5.0.tar.gz" |
| 5 | + sha256 "e1745bc2dbf73d5e17f9360f7f9224e74555a9b907af7fca2c28e4dbfeb9e1be" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/open-policy-agent/opa.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a94e39a49537a87e5bfb1f6e636e6025a2ce0508cb1dbc012cb32217fac4430e" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "67bda8251f5644ad1b7fc569214ec337d0855944ea233999052d9e4e8ac18eb2" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "7997283fbbfe5e6279802b65abbada40ac18ba32b64df574fd7f8fa9aa728487" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "2415cda5c0cae247f4811ac846023f4667049c751ad1705d82123a823124287f" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "ff4ee8bc1ff6ca7f79bda12ed80f63c737f03ac8ed2db4b2a68528693cd67000" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "143dbba475e0de49c178e5701315ff883ef76a01e87c814e06bb5c61969cb180" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "305f7ce5b2947ffa6a97e810249cdd9bf483a791b234d484e9b0728d5d481aad" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0895d4bdd3b0c3630bde9ddce7c5aa3bcecfe4cedc4600da037581b899a02a2d" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "d3030092ad6973215c3307cbc19372185a1ad54206b368f5be0cdc12afe2e337" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "9b3150311f80ffbcffe511c6caab7831b81cad06a9a4471ccb243397676034ba" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "028ebe629df0270b4b96e314f20d5a21417db6bd6c21cd67cbb8f85d3e3f2aaa" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "fa5ce0d669e0910bb70ae65d703a6d5bb7b44cc3c0ccf7c9cb9c9ef20f21e381" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments