scw 1.16
Closes #26891. Signed-off-by: commitay <commitay@users.noreply.github.com>
This commit is contained in:
parent
e113380513
commit
92f8c1d261
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class Scw < Formula
|
||||
desc "Manage BareMetal Servers from command-line (as easily as with Docker)"
|
||||
homepage "https://github.com/scaleway/scaleway-cli"
|
||||
url "https://github.com/scaleway/scaleway-cli/archive/v1.14.tar.gz"
|
||||
sha256 "8d1c0cd9db51ceb18c819ce52d277897622a227b02abd8a566dacc3523dcda2c"
|
||||
url "https://github.com/scaleway/scaleway-cli/archive/v1.16.tar.gz"
|
||||
sha256 "bda49f5b33a3214aabbb69a51284fc6ca73110cacecbd8ff3edc0749a44cbced"
|
||||
head "https://github.com/scaleway/scaleway-cli.git"
|
||||
|
||||
bottle do
|
||||
|
@ -22,7 +22,7 @@ class Scw < Formula
|
|||
|
||||
system "go", "build", "-o", "#{bin}/scw", "-v", "-ldflags", "-X github.com/scaleway/scaleway-cli/pkg/scwversion.GITCOMMIT=homebrew", "github.com/scaleway/scaleway-cli/cmd/scw/"
|
||||
|
||||
bash_completion.install "src/github.com/scaleway/scaleway-cli/contrib/completion/bash/scw"
|
||||
bash_completion.install "src/github.com/scaleway/scaleway-cli/contrib/completion/bash/scw.bash"
|
||||
zsh_completion.install "src/github.com/scaleway/scaleway-cli/contrib/completion/zsh/_scw"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue