-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstackit.rb
More file actions
42 lines (35 loc) · 1.42 KB
/
stackit.rb
File metadata and controls
42 lines (35 loc) · 1.42 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
# This file was generated by GoReleaser. DO NOT EDIT.
cask "stackit" do
version "0.62.0"
on_macos do
on_intel do
sha256 "b073504f4a6c303b85443d05bdff516afa58e829cb6a8a021a5d352d1ecd70ba"
url "https://github.com/stackitcloud/stackit-cli/releases/download/v#{version}/stackit-cli_#{version}_darwin_amd64.tar.gz"
end
on_arm do
sha256 "db1d65171166377dce1c9a8333325493f4d9751a26586c587e06235b28836e86"
url "https://github.com/stackitcloud/stackit-cli/releases/download/v#{version}/stackit-cli_#{version}_darwin_arm64.tar.gz"
end
end
on_linux do
on_intel do
sha256 "b382d9d04950c3279db7721970b3112a82eab6823b96d1f49f24b0ba59bc26a2"
url "https://github.com/stackitcloud/stackit-cli/releases/download/v#{version}/stackit-cli_#{version}_linux_amd64.tar.gz"
end
on_arm do
sha256 "4a336451ca68c94558011e8e08026dc3d0fdca5d45fc6e04a1c479b9ddefe518"
url "https://github.com/stackitcloud/stackit-cli/releases/download/v#{version}/stackit-cli_#{version}_linux_arm64.tar.gz"
end
end
name "stackit"
desc "A command-line interface to manage STACKIT resources."
homepage "https://github.com/stackitcloud/stackit-cli"
livecheck do
skip "Auto-generated on release."
end
binary "stackit"
bash_completion "./completions/stackit.bash"
fish_completion "./completions/stackit.fish"
zsh_completion "./completions/stackit.zsh"
# No zap stanza required
end