-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstackit.rb
More file actions
40 lines (35 loc) · 1.45 KB
/
stackit.rb
File metadata and controls
40 lines (35 loc) · 1.45 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
# This file was generated by GoReleaser. DO NOT EDIT.
cask "stackit" do
desc "A command-line interface to manage STACKIT resources.
This CLI is in a beta state. More services and functionality will be supported soon."
homepage "https://github.com/stackitcloud/stackit-cli"
version "0.40.1"
livecheck do
skip "Auto-generated on release."
end
binary "stackit"
bash_completion "./completions/stackit.bash"
zsh_completion "./completions/stackit.zsh"
fish_completion "./completions/stackit.fish"
on_macos do
on_intel do
url "https://github.com/stackitcloud/stackit-cli/releases/download/v0.40.1/stackit-cli_0.40.1_darwin_amd64.tar.gz"
sha256 "d449c86f649b8b85b2060d4c7db424029739ec3fa30bc9a7d41553a1d5ca2749"
end
on_arm do
url "https://github.com/stackitcloud/stackit-cli/releases/download/v0.40.1/stackit-cli_0.40.1_darwin_arm64.tar.gz"
sha256 "b7b77e05807ab1e10a7d30d48c61faaa8abad4e6b0a1574dea94f5c0c5c2cd32"
end
end
on_linux do
on_intel do
url "https://github.com/stackitcloud/stackit-cli/releases/download/v0.40.1/stackit-cli_0.40.1_linux_amd64.tar.gz"
sha256 "7c5372dc6d7f2d95af2ec3e863f601fe7e30080dceebdbc7fb2c3f27a021902f"
end
on_arm do
url "https://github.com/stackitcloud/stackit-cli/releases/download/v0.40.1/stackit-cli_0.40.1_linux_arm64.tar.gz"
sha256 "f59afe9483b0009c9efad298364c248c24c2b65959d587d674d48742e35f4aa2"
end
end
# No zap stanza required
end