From 3b78a157f401163fb460815e44ec179eb912f4ef Mon Sep 17 00:00:00 2001 From: Govinda Fichtner Date: Sat, 19 Sep 2015 15:22:48 +0200 Subject: [PATCH] scw 1.5.0 update scw from 1.4.0 to 1.5.0 Closes Homebrew/homebrew#44136. Signed-off-by: Dominyk Tiller --- Formula/scw.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/scw.rb b/Formula/scw.rb index 89548063ab..e8a3793b6b 100644 --- a/Formula/scw.rb +++ b/Formula/scw.rb @@ -3,8 +3,8 @@ require "language/go" 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.4.0.tar.gz" - sha256 "ab7ee002be9557eb2b8075e3b0df340f5e379545152049f2512f1dc2b47b7b8a" + url "https://github.com/scaleway/scaleway-cli/archive/v1.5.0.tar.gz" + sha256 "00aa2de781f70614b2ac82bbeb173784c77d3f507d47fa1d0a0246073e56bd62" head "https://github.com/scaleway/scaleway-cli.git"