Skip to content

Commit 4a0e9a3

Browse files
authored
Merge pull request #233144 from Homebrew/bump-openfga-1.9.3
openfga 1.9.3
2 parents 04e04e0 + f64021d commit 4a0e9a3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/o/openfga.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Openfga < Formula
22
desc "High performance and flexible authorization/permission engine"
33
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"
66
license "Apache-2.0"
77
head "https://github.com/openfga/openfga.git", branch: "main"
88

99
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)