-
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.61.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 "260892f4d62b9007e653dd332d59cd2646a26c8b8b4ca07f6452b5916d16af36"
end
on_arm do
url "https://github.com/stackitcloud/stackit-cli/releases/download/v#{version}/stackit-cli_#{version}_darwin_arm64.tar.gz"
sha256 "2d17f3e485e4f88c44ef97efc9ae140849c8423e603afd3522af0da539c946cd"
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 "ee3123a7abeba59e4f99e57194451db1a103e09bfeef62cc58e358e23a2b1aaf"
end
on_arm do
url "https://github.com/stackitcloud/stackit-cli/releases/download/v#{version}/stackit-cli_#{version}_linux_arm64.tar.gz"
sha256 "d75dc454ba03e4443a437d59d906fa61b214674aabde71deb9b56cf7cb4a291d"
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