From 8b94ccf2639354be8a7c222d16b55129da8c9600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Aguessy?= Date: Tue, 16 Jan 2018 11:57:52 +0100 Subject: [PATCH] update awless to v0.1.9 --- Formula/awless.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/awless.rb b/Formula/awless.rb index 13ebcea..47ee4e8 100644 --- a/Formula/awless.rb +++ b/Formula/awless.rb @@ -1,5 +1,5 @@ class Awless < Formula - version = "v0.1.8" + version = "v0.1.9" 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 "e23d3691e61f4d7c4676a1b7234f81018bfc4a43e0dbde00bcad0ab0195554ca" => :sierra + sha256 "445395a4464ab14ff11efc019197479ee7a039b2d8b021b51449f4caa0e0d469" => :sierra end depends_on "go" => :build