Skip to content

Commit db25e31

Browse files
authored
Merge pull request #197107 from Homebrew/bump-openfga-1.8.0
openfga 1.8.0
2 parents 87ab1ab + 5ca74f3 commit db25e31

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.7.0.tar.gz"
5-
sha256 "98725b8b9564010c3a4a176180d83a07fbd4f6a51fb087829b5e87eb13d27cb5"
4+
url "https://github.com/openfga/openfga/archive/refs/tags/v1.8.0.tar.gz"
5+
sha256 "23634d23f30dc4a15cf050c73e4ae9ea6be53522951c185b30c369ab7c27be94"
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: "df3430b35a16c032d735149be0e0372285b270f3fe826dec216dd7fe45f34cbf"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "df3430b35a16c032d735149be0e0372285b270f3fe826dec216dd7fe45f34cbf"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "df3430b35a16c032d735149be0e0372285b270f3fe826dec216dd7fe45f34cbf"
13-
sha256 cellar: :any_skip_relocation, sonoma: "dd06c3e9800ca6e57aaf25ea25b134584e1bc1a1a7efbda24c5b1552ba21581e"
14-
sha256 cellar: :any_skip_relocation, ventura: "dd06c3e9800ca6e57aaf25ea25b134584e1bc1a1a7efbda24c5b1552ba21581e"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1b38267700278b18e67c80267d7b35cc6e3d0bfebc7a595e57402fe26ea3becd"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "193c6efe91c0ea17adc25fd51437b5beeb6db968da8d506e3c5835ec8acfb113"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "193c6efe91c0ea17adc25fd51437b5beeb6db968da8d506e3c5835ec8acfb113"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "193c6efe91c0ea17adc25fd51437b5beeb6db968da8d506e3c5835ec8acfb113"
13+
sha256 cellar: :any_skip_relocation, sonoma: "ceb5aab455fbde2afdd1d45e47e208b015d6fdae63117efca652a80ab776ae25"
14+
sha256 cellar: :any_skip_relocation, ventura: "ceb5aab455fbde2afdd1d45e47e208b015d6fdae63117efca652a80ab776ae25"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a143e3604873ff5a001a0f8fb70842361cb93af23d69ef094a4e6b09b108b7f6"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)