-
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.59.0"
on_macos do
on_intel do
url "https://github.com/stackitcloud/stackit-cli/releases/download/v#{version}/stackit-cli_#{version}_darwin_amd64.tar.gz"
sha256 "d887f762b7e6dda025c7b438b56a17151fee14fef971341a32692f6f287b98b6"
end
on_arm do
url "https://github.com/stackitcloud/stackit-cli/releases/download/v#{version}/stackit-cli_#{version}_darwin_arm64.tar.gz"
sha256 "eee5baaba45ef10d7debe93addecfc8ee39b41862858fd2abb97e1291be3c61e"
end
end
on_linux do
on_intel do
url "https://github.com/stackitcloud/stackit-cli/releases/download/v#{version}/stackit-cli_#{version}_linux_amd64.tar.gz"
sha256 "fa915851b9eb667d755087710b3322665f4fcacb2d4afe0e416d672b49195cbc"
end
on_arm do
url "https://github.com/stackitcloud/stackit-cli/releases/download/v#{version}/stackit-cli_#{version}_linux_arm64.tar.gz"
sha256 "369194d9fa4543a651da4b33aefbb176e1be6791431f52ac31baf7f4ad684c21"
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