Skip to content

Commit 0960433

Browse files
committed
Brew formula update for stream-cli version v1.4.4
1 parent b6bc420 commit 0960433

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

stream-cli.rb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
class StreamCli < Formula
66
desc "Manage your Stream applications easily."
77
homepage "https://github.com/GetStream/stream-cli"
8-
version "1.4.3"
8+
version "1.4.4"
99

1010
on_macos do
11-
if Hardware::CPU.intel?
12-
url "https://github.com/GetStream/stream-cli/releases/download/v1.4.3/stream-cli_Darwin_x86_64.tar.gz"
13-
sha256 "9c7884ce8de9f42e017a4f5059e574c78bc7c583629bcea0b579aff0587bfb8f"
11+
if Hardware::CPU.arm?
12+
url "https://github.com/GetStream/stream-cli/releases/download/v1.4.4/stream-cli_Darwin_arm64.tar.gz"
13+
sha256 "0a9f6c6c0bfdc9ffafde8c24f15d7857fdbb8cadf34ca1a3ffe8120c1d64b7fe"
1414

1515
def install
1616
bin.install "stream-cli"
1717
end
1818
end
19-
if Hardware::CPU.arm?
20-
url "https://github.com/GetStream/stream-cli/releases/download/v1.4.3/stream-cli_Darwin_arm64.tar.gz"
21-
sha256 "0515502eca297a2a21ac77cf54229d354a6124802b2ba6928396f53bd3375d14"
19+
if Hardware::CPU.intel?
20+
url "https://github.com/GetStream/stream-cli/releases/download/v1.4.4/stream-cli_Darwin_x86_64.tar.gz"
21+
sha256 "c3d89fb2d17a0e16b3d618e1b7f8a6d23ddaffa98049fa3fcc67fcbd000e65ac"
2222

2323
def install
2424
bin.install "stream-cli"
@@ -28,16 +28,16 @@ def install
2828

2929
on_linux do
3030
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
31-
url "https://github.com/GetStream/stream-cli/releases/download/v1.4.3/stream-cli_Linux_arm64.tar.gz"
32-
sha256 "396ad92766a0d930dfe42229bdb63f9e2ad2c27035c916048c61033830473913"
31+
url "https://github.com/GetStream/stream-cli/releases/download/v1.4.4/stream-cli_Linux_arm64.tar.gz"
32+
sha256 "3bb8f3bf025a156584cb8f33c2438ed005d7fa649b316f01580074ef135e8283"
3333

3434
def install
3535
bin.install "stream-cli"
3636
end
3737
end
3838
if Hardware::CPU.intel?
39-
url "https://github.com/GetStream/stream-cli/releases/download/v1.4.3/stream-cli_Linux_x86_64.tar.gz"
40-
sha256 "b1d7d749e470609270fc8a532befe35a7bb6d799e0a6fb45e8b2ba7d6d6e4453"
39+
url "https://github.com/GetStream/stream-cli/releases/download/v1.4.4/stream-cli_Linux_x86_64.tar.gz"
40+
sha256 "5c09ff9de306b33f3ce21664df367faf97fed02bcd5aff421fdd8f74c755a180"
4141

4242
def install
4343
bin.install "stream-cli"

0 commit comments

Comments
 (0)