From d34b3d8e7e216816066de3e151f7c11faabb15e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Aguessy?= Date: Wed, 29 Nov 2017 16:02:22 -0800 Subject: [PATCH] update awless to v0.1.8 --- Formula/awless.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/awless.rb b/Formula/awless.rb index 24aef6b..13ebcea 100644 --- a/Formula/awless.rb +++ b/Formula/awless.rb @@ -1,5 +1,5 @@ class Awless < Formula - version = "v0.1.7" + version = "v0.1.8" desc "The Mighty CLI for AWS" homepage "https://github.com/wallix/awless" @@ -10,7 +10,7 @@ class Awless < Formula bottle do root_url "https://github.com/wallix/homebrew-awless/releases/download/#{version}" cellar :any_skip_relocation - sha256 "d4ffd751fcd8a24cd0726a546a4047b80edb0481305dd614dcc6caf5d5c79b00" => :sierra + sha256 "e23d3691e61f4d7c4676a1b7234f81018bfc4a43e0dbde00bcad0ab0195554ca" => :sierra end depends_on "go" => :build