-
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
/
Copy pathstackit.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.64.0"
on_macos do
on_intel do
sha256 "82325119618eb64405aa0ae03b4cd0e565d5a6f6611328625451f4aec57a22c2"
url "https://github.com/stackitcloud/stackit-cli/releases/download/v#{version}/stackit-cli_#{version}_darwin_amd64.tar.gz"
end
on_arm do
sha256 "39f175b8b3aa3be0d0cf02d2ba75ab7026601a6075f3a99c44af96c1663cb07b"
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 "208e37049a7e6063de5e2a913c0c383593ce645dc511032cf122d57b2ff9ac15"
url "https://github.com/stackitcloud/stackit-cli/releases/download/v#{version}/stackit-cli_#{version}_linux_amd64.tar.gz"
end
on_arm do
sha256 "c55f932be62f4eadaf9370aa652a2caf22408ba1b3b845a35dbcacd274487e40"
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