Skip to content

Commit 771c0cf

Browse files
committed
Brew cask update for stream-cli version v1.8.3
1 parent ecb31ac commit 771c0cf

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

Casks/stream-cli.rb

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# This file was generated by GoReleaser. DO NOT EDIT.
2+
cask "stream-cli" do
3+
name "stream-cli"
4+
desc "Manage your Stream applications easily."
5+
homepage "https://github.com/GetStream/stream-cli"
6+
version "1.8.3"
7+
8+
livecheck do
9+
skip "Auto-generated on release."
10+
end
11+
12+
binary "stream-cli"
13+
14+
on_macos do
15+
on_intel do
16+
url "https://github.com/GetStream/stream-cli/releases/download/v#{version}/stream-cli_Darwin_x86_64.tar.gz"
17+
sha256 "107db2d19c5169d8b393aed8b6251c4a509ee4b387d7b5f4ece788c3ad2a68f0"
18+
end
19+
on_arm do
20+
url "https://github.com/GetStream/stream-cli/releases/download/v#{version}/stream-cli_Darwin_arm64.tar.gz"
21+
sha256 "60de89d9dbad25d8487a53cf661059ba134ab769af60dcbe8ae3478817685f60"
22+
end
23+
end
24+
25+
on_linux do
26+
on_intel do
27+
url "https://github.com/GetStream/stream-cli/releases/download/v#{version}/stream-cli_Linux_x86_64.tar.gz"
28+
sha256 "f71cc837c72801bb53295a4cde1f12b3558b23397e1eb53cb7ad17cd1f8787de"
29+
end
30+
on_arm do
31+
url "https://github.com/GetStream/stream-cli/releases/download/v#{version}/stream-cli_Linux_arm64.tar.gz"
32+
sha256 "be3cbbc2daa284fa2c2aeb4c5fee2da77989c668b214324d94d8afd60eb35f05"
33+
end
34+
end
35+
36+
# No zap stanza required
37+
end

0 commit comments

Comments
 (0)