-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathstream-cli.rb
More file actions
43 lines (35 loc) · 1.3 KB
/
stream-cli.rb
File metadata and controls
43 lines (35 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# This file was generated by GoReleaser. DO NOT EDIT.
cask "stream-cli" do
version "1.10.0"
on_macos do
on_intel do
url "https://github.com/GetStream/stream-cli/releases/download/v#{version}/stream-cli_Darwin_x86_64.tar.gz"
sha256 "df0bab05b27c5d6abe2cee03ecf21786bb9251cd4b593504845b2a978e911fca"
end
on_arm do
url "https://github.com/GetStream/stream-cli/releases/download/v#{version}/stream-cli_Darwin_arm64.tar.gz"
sha256 "31caceeea60529e71f7ac45ca9101d22e400c1807a6ed7c57e5eb3b14cb366ca"
end
end
on_linux do
on_intel do
url "https://github.com/GetStream/stream-cli/releases/download/v#{version}/stream-cli_Linux_x86_64.tar.gz"
sha256 "3649056af12cbbef7fc8c4f680f03b7fee7179b36ee7aeba68e300ae31e821d6"
end
on_arm do
url "https://github.com/GetStream/stream-cli/releases/download/v#{version}/stream-cli_Linux_arm64.tar.gz"
sha256 "220871acc6c1f49899afaee6c42f4b30e59da1495f09fe755a1179bd34470771"
end
end
name "stream-cli"
desc "Manage your Stream applications easily."
homepage "https://github.com/GetStream/stream-cli"
livecheck do
skip "Auto-generated on release."
end
binary "stream-cli"
postflight do
system "xattr", "-dr", "com.apple.quarantine", "#{staged_path}"
end
# No zap stanza required
end