Skip to content

Commit

Permalink
Merge pull request #178604 from Homebrew/bump-openfga-1.5.7
Browse files Browse the repository at this point in the history
openfga 1.5.7
  • Loading branch information
BrewTestBot committed Jul 27, 2024
2 parents 45c5ae1 + 7efbb83 commit 03a5ef8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/o/openfga.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Openfga < Formula
desc "High performance and flexible authorization/permission engine"
homepage "https://openfga.dev/"
url "https://github.com/openfga/openfga/archive/refs/tags/v1.5.6.tar.gz"
sha256 "04b75e5437cdcfc41c661e1e1605047d41dfddedc42254e2ec91e74434a7b928"
url "https://github.com/openfga/openfga/archive/refs/tags/v1.5.7.tar.gz"
sha256 "cbe756e2b1c65368751282b515df47ce828ca728b61733dc3fadd974fd8d596e"
license "Apache-2.0"
head "https://github.com/openfga/openfga.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e87640285a3c230308f9d45849a62c8070c27ab72237166ccaf33fd4724acef1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f938cd1a0f6cba8c9c5112f9f879e676adb1eb40a9b845210f61bd3fc6abfede"
sha256 cellar: :any_skip_relocation, arm64_monterey: "85875b4731a287547632b10b593537a944f235a86d9d1aa392ded1172d305bfc"
sha256 cellar: :any_skip_relocation, sonoma: "b713531d019ea5fade1457fc92aab972d3c30464ed1d6e00d6aafbf6c0c2510f"
sha256 cellar: :any_skip_relocation, ventura: "3f0c17ff249f809c81014749d30949bd510c0e438811caf3cc61e4155c0f72e1"
sha256 cellar: :any_skip_relocation, monterey: "e90c99675fafcfe364418ed51adf56079bb022266d861e5619cab890abfb14f0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4110741da8fb0c2bada1624b52f317790c4f308e4a36e8fbf0369ecfc83ef93d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e23d5cac060543e40507ffde78603b09344c2dee505c6a5bb4202394928dadb6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3ea6b153875926325599c986a470066a2c32c17d3e63effc0472c92a9c6868ee"
sha256 cellar: :any_skip_relocation, arm64_monterey: "06ff3ba48d80c6f76743894e036e86791a56db427d44ce09b72a82fcf603dc66"
sha256 cellar: :any_skip_relocation, sonoma: "385742018b01ee31ab60b6acd083571826447abb12e013dbb9d63427762f0892"
sha256 cellar: :any_skip_relocation, ventura: "dcc7f6c1eb4a8b1c3896a87cceb0e83dcdc171e6c19b2340d0caca9a0a1260fb"
sha256 cellar: :any_skip_relocation, monterey: "8129b7f9ce46566d006b7fbecd8c80acb4899a2914205ad06a43816cdfe400b0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e66fee57c1f2063b2df6364fc9a5ae5816a4ec361606098778e8258b721eca87"
end

depends_on "go" => :build
Expand Down

0 comments on commit 03a5ef8

Please sign in to comment.