Skip to content

Commit 8467205

Browse files
committed
Brew formula update for stream-cli version v1.7.0
1 parent 403697d commit 8467205

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

stream-cli.rb

Lines changed: 9 additions & 9 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.6.0"
8+
version "1.7.0"
99

1010
on_macos do
1111
if Hardware::CPU.arm?
12-
url "https://github.com/GetStream/stream-cli/releases/download/v1.6.0/stream-cli_Darwin_arm64.tar.gz"
13-
sha256 "033ae789949d5215305ccb6f562f5695d21e582bfdda85aa305194aeef2f1035"
12+
url "https://github.com/GetStream/stream-cli/releases/download/v1.7.0/stream-cli_Darwin_arm64.tar.gz"
13+
sha256 "d346c3a9cf417a9077fa62d5323137f26d71897db0616f6e72ae9df71736ef2e"
1414

1515
def install
1616
bin.install "stream-cli"
1717
end
1818
end
1919
if Hardware::CPU.intel?
20-
url "https://github.com/GetStream/stream-cli/releases/download/v1.6.0/stream-cli_Darwin_x86_64.tar.gz"
21-
sha256 "eee3c71d3e54c8ba42f800d917d7e3338892dc9b5434e5eda9626e8b26ce0c4a"
20+
url "https://github.com/GetStream/stream-cli/releases/download/v1.7.0/stream-cli_Darwin_x86_64.tar.gz"
21+
sha256 "de9d3aa0462483474990c8e6bf80b69ab90f72e1242453a866b5e3b0b78a7be0"
2222

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

2929
on_linux do
3030
if Hardware::CPU.intel?
31-
url "https://github.com/GetStream/stream-cli/releases/download/v1.6.0/stream-cli_Linux_x86_64.tar.gz"
32-
sha256 "02a4c06321f4c76ccc68ae743e6a13de289ca46ed256d034a2e36f0289a3296e"
31+
url "https://github.com/GetStream/stream-cli/releases/download/v1.7.0/stream-cli_Linux_x86_64.tar.gz"
32+
sha256 "3ece13b2b7d5e86de6d730f135f23c5e5cbb72a6cac00e9e1cca1f49d1428501"
3333

3434
def install
3535
bin.install "stream-cli"
3636
end
3737
end
3838
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
39-
url "https://github.com/GetStream/stream-cli/releases/download/v1.6.0/stream-cli_Linux_arm64.tar.gz"
40-
sha256 "2691dd05341fdd043ef0d6804cd9e0f4a7ccbe0ff1b555c7c69d001800ee4f18"
39+
url "https://github.com/GetStream/stream-cli/releases/download/v1.7.0/stream-cli_Linux_arm64.tar.gz"
40+
sha256 "518b11ee9e0bfcf3085f891ae883f49516b9e9cf2e5774e6b520e9bed8de46f9"
4141

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

0 commit comments

Comments
 (0)