From ea99a8130b258176e8bb18b852be95d33f9180a2 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Thu, 12 Oct 2017 16:25:01 +0000 Subject: [PATCH] iron-functions: add 0.2.68 bottle. --- Formula/iron-functions.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/iron-functions.rb b/Formula/iron-functions.rb index 551724a7ea1..026ff3eba66 100644 --- a/Formula/iron-functions.rb +++ b/Formula/iron-functions.rb @@ -4,6 +4,13 @@ class IronFunctions < Formula url "https://github.com/iron-io/functions/archive/0.2.68.tar.gz" sha256 "81700463d0ded0966cc69261112eba9d479c31dbd4006e38243ef8f818a70f69" + bottle do + cellar :any_skip_relocation + sha256 "cd5e796945b3bfae759d28ff32b64ef4a41c2442241dd49ec1da14ad42063a5d" => :high_sierra + sha256 "6ca9ad0df6b6d17ddfe0b357ed0af5cace0d23575a4336615b2381812138fd95" => :sierra + sha256 "575c789703ce06c4d2c70000e170729665419ac3e5d9cf4891487cdfaaaf3289" => :el_capitan + end + depends_on "dep" => :build depends_on "go" => :build