Skip to content

Commit

Permalink
update formula to v2.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Formula updater committed Aug 20, 2024
1 parent 8e84d65 commit 1a9aa09
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/zitadel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
class Zitadel < Formula
desc "Open source identity solution built for the container and cloud era"
homepage "https://zitadel.com"
version "v2.58.3"
version "v2.59.0"
license "Apache 2.0"

depends_on "go" => :optional
depends_on "git"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/zitadel/zitadel/releases/download/v2.58.3/zitadel-darwin-arm64.tar.gz"
sha256 "9df820d79b182f49e3a4a047fa8ee88f8cb6e3f3796d7d4493034bdf5e1cfdb2"
url "https://github.com/zitadel/zitadel/releases/download/v2.59.0/zitadel-darwin-arm64.tar.gz"
sha256 "712e88f0158fa93492b98082ea79d5bfad1bb0843aad029e71673c3c5cd201c9"

def install
bin.install "zitadel"
end
end
if Hardware::CPU.intel?
url "https://github.com/zitadel/zitadel/releases/download/v2.58.3/zitadel-darwin-amd64.tar.gz"
sha256 "78bef2eba86247cfd28682b93d7d8d0af90ed5d23a603a5c48e383c057f6682b"
url "https://github.com/zitadel/zitadel/releases/download/v2.59.0/zitadel-darwin-amd64.tar.gz"
sha256 "629de0ed2f0b778faccc4ef3b8492b584c83d86cc27eda02775f86d9e9dad79f"

def install
bin.install "zitadel"
Expand All @@ -32,16 +32,16 @@ def install

on_linux do
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/zitadel/zitadel/releases/download/v2.58.3/zitadel-linux-arm64.tar.gz"
sha256 "bbf01a33501a9d8eea6477e8392461b8268f33202bf4e2f3a168ca07d40e3183"
url "https://github.com/zitadel/zitadel/releases/download/v2.59.0/zitadel-linux-arm64.tar.gz"
sha256 "c2c16c861c86b55a8df4934c1ac8efd5b0caa4f18e124683fc63e7f594190788"

def install
bin.install "zitadel"
end
end
if Hardware::CPU.intel?
url "https://github.com/zitadel/zitadel/releases/download/v2.58.3/zitadel-linux-amd64.tar.gz"
sha256 "c434af581f8893c1865003a292e4d1a10acac342130b09700669a34abc31e07a"
url "https://github.com/zitadel/zitadel/releases/download/v2.59.0/zitadel-linux-amd64.tar.gz"
sha256 "4e6399069eacdc603f43537d1ab62303c630ab5d147aad39e653e7efa6332e4f"

def install
bin.install "zitadel"
Expand Down

0 comments on commit 1a9aa09

Please sign in to comment.