-
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.63.0"
on_macos do
on_intel do
sha256 "1fb0f23ebc52d5c42ef428964d40c83274e516caf0574638edebda1b1adbacc8"
url "https://github.com/stackitcloud/stackit-cli/releases/download/v#{version}/stackit-cli_#{version}_darwin_amd64.tar.gz"
end
on_arm do
sha256 "71912051bfeb16cde3167aa544cf605f0dcb2947ea2e5e4f826c4bca146c409e"
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 "4e19b017df851267c1f566a86190ee2da2ba2b81b9ce4d4db1733772dd83be39"
url "https://github.com/stackitcloud/stackit-cli/releases/download/v#{version}/stackit-cli_#{version}_linux_amd64.tar.gz"
end
on_arm do
sha256 "2aa1c31494f94d72f4c698d8cc893d22e951991df13f121afc5b3eec4b7a0de5"
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