|
1 | 1 | class Openfga < Formula |
2 | 2 | desc "High performance and flexible authorization/permission engine" |
3 | 3 | homepage "https://openfga.dev/" |
4 | | - url "https://github.com/openfga/openfga/archive/refs/tags/v1.9.2.tar.gz" |
5 | | - sha256 "9e7b575675d4b544a6bdcaa4d4b1e44f0ac8100fb505115b9e3ea651a55a8bfa" |
| 4 | + url "https://github.com/openfga/openfga/archive/refs/tags/v1.9.3.tar.gz" |
| 5 | + sha256 "a1ffd29f022a3129e5d20b13e73e41e466627d1f4d9d088e7bc4a73c85079981" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/openfga/openfga.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2090cbee19bd5d5f4b26cebec8d6f2670fcee70cf7f9eb3d1e4e810585073113" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb7b610d297661521e9ccaefa83dd652905a1161254a9afec29f04c54ce74244" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "c8cb485cd45d3bb5e2a4d584a5e4c37aaf41a39c853e97e12efba4398096db29" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "0aa78653e0d70e693bded82a3fed6b39a190a104d4074f18ab9abd7322aba6c4" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "748e62ab9b8f3e656398d2faab110cabc8e03fea08583d7f6716e01cdfa81c20" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "659540d3fcc2a7a3dc96b1eafed729a1aac1efccf34928218698ebb39ae0c0cf" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0f6f7db9b305bc80d2c1508b8e9a0950ce488abcd1b7aaa4845379507ec900ce" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e38c8e050539e6cb56b58f3707e3316305615015e2d446576b826d32da4103e" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "68f9fcf45e28f11f7b750e03b9ba54738d20c762ae4e80a33a90f3d7c851da48" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "126d3585015d48a1058cced9ad15bb3b979de5cc61ab17c3a4c94eb5b63d7c50" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "c55743bfdcc3395d34439d3c14ee270a7daf004adfee82ebcd388d81bab04104" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "bee2a262d05fe96ba5a473b303e7ebf6692e7481e0887db3c7d3caf416b15a0a" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments