From a2b0ceeee2b8a070df2ed6a005c687ed29757958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Aguessy?= Date: Fri, 13 Apr 2018 10:10:46 +0200 Subject: [PATCH] update awless to v0.1.10 --- Formula/awless.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/awless.rb b/Formula/awless.rb index d13279d..dae5f08 100644 --- a/Formula/awless.rb +++ b/Formula/awless.rb @@ -1,5 +1,5 @@ class Awless < Formula - version = "v0.1.9" + version = "v0.1.10" 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 "445395a4464ab14ff11efc019197479ee7a039b2d8b021b51449f4caa0e0d469" => :sierra + sha256 "4587e2e11e297107702258808ae7dacf2b97c8f41c621e24131748c0b61d66ee" => :sierra end depends_on "go" => :build