From 92f8c1d26131de618a72c03d9401889fb75ca8b3 Mon Sep 17 00:00:00 2001 From: Maxime Lavandier Date: Fri, 20 Apr 2018 18:30:52 +0200 Subject: [PATCH] scw 1.16 Closes #26891. Signed-off-by: commitay --- Formula/scw.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/scw.rb b/Formula/scw.rb index 6e4d640068..1cd078ccae 100644 --- a/Formula/scw.rb +++ b/Formula/scw.rb @@ -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