Skip to content

Commit

Permalink
Brew formula update for zed version v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
authzedbot committed Nov 7, 2024
1 parent 46866b1 commit dfe05b9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/zed.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
class Zed < Formula
desc "command-line client for managing SpiceDB"
homepage "https://github.com/authzed/zed"
version "0.22.0"
version "0.23.0"
license "Apache-2.0"

depends_on "go" => :build

on_macos do
on_intel do
url "https://github.com/authzed/zed/releases/download/v0.22.0/zed_0.22.0_darwin_amd64.tar.gz"
sha256 "d54dcbea293e03ba9e9b1f30029d0361bf7bc5a7c6b6ef3950a4b0d2e60a9d0c"
url "https://github.com/authzed/zed/releases/download/v0.23.0/zed_0.23.0_darwin_amd64.tar.gz"
sha256 "1c1b5291f9567d8c8d6182093d9a69474c05c5f85f71885675de572e2f03b738"

def install
if build.head?
Expand All @@ -26,8 +26,8 @@ def install
end
end
on_arm do
url "https://github.com/authzed/zed/releases/download/v0.22.0/zed_0.22.0_darwin_arm64.tar.gz"
sha256 "961fbb44f09c9056e156030cdb0aab4c5a7b5ab013986be7b8d6d776d7e6eb0e"
url "https://github.com/authzed/zed/releases/download/v0.23.0/zed_0.23.0_darwin_arm64.tar.gz"
sha256 "5653d39a2efa113a5e453ad719c465a680e47f58255d3de99ab0ea66609c550b"

def install
if build.head?
Expand All @@ -44,8 +44,8 @@ def install
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/authzed/zed/releases/download/v0.22.0/zed_0.22.0_linux_amd64_gnu.tar.gz"
sha256 "d0cec51f1e9a96f5d8f285c568f670b53b13d3fbaca8a98602ad216ecbd3f85f"
url "https://github.com/authzed/zed/releases/download/v0.23.0/zed_0.23.0_linux_amd64_gnu.tar.gz"
sha256 "8dafa3382bfc36b8fea4330624a1027cc4dac49382527ba92f23e94843ab4b36"

def install
if build.head?
Expand All @@ -60,8 +60,8 @@ def install
end
on_arm do
if Hardware::CPU.is_64_bit?
url "https://github.com/authzed/zed/releases/download/v0.22.0/zed_0.22.0_linux_arm64_gnu.tar.gz"
sha256 "defc600619d3a0cf4a4560e6b3850a9b4bf268e9cbc94ac3754bd80a19fd8139"
url "https://github.com/authzed/zed/releases/download/v0.23.0/zed_0.23.0_linux_arm64_gnu.tar.gz"
sha256 "e251e93b0ab97d4acf504910f995fd59922b0b94e3057e55fbc3bfbd31ad7828"

def install
if build.head?
Expand Down

0 comments on commit dfe05b9

Please sign in to comment.