From 4b0e0d4f2be831bfa08590637ae42bec70cfa7f3 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Fri, 8 Mar 2019 18:44:01 +0000 Subject: [PATCH] glooctl: add 0.8.6 bottle. --- Formula/glooctl.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/glooctl.rb b/Formula/glooctl.rb index 1aa4ee1259..ab9a72597b 100644 --- a/Formula/glooctl.rb +++ b/Formula/glooctl.rb @@ -5,6 +5,13 @@ class Glooctl < Formula :tag => "v0.8.6", :revision => "42a89574813b066fb096b289ebebbe412d9cf5a8" + bottle do + cellar :any_skip_relocation + sha256 "eccb9830426ec262b4180d2edfb2fa252130a4099f40f893dddf63b251e79869" => :mojave + sha256 "d3bcc7485ea82efc8301f9f9edc573b6b231e241896debe511c66d73013ffd82" => :high_sierra + sha256 "6096ea921583052fc5ae3a30309a10917f33c1c42a56bf8461afd8d07abb3e38" => :sierra + end + depends_on "dep" => :build depends_on "go" => :build