From 04499c31208cb2dfe036ca230d1d6e35e617e951 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Thu, 26 Jan 2017 22:06:09 +0000 Subject: [PATCH] qt@5.7: add 5.7.1 bottle. --- Formula/qt@5.7.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/qt@5.7.rb b/Formula/qt@5.7.rb index befbdc2226..37d3344672 100644 --- a/Formula/qt@5.7.rb +++ b/Formula/qt@5.7.rb @@ -8,6 +8,12 @@ class QtAT57 < Formula sha256 "46ebca977deb629c5e69c2545bc5fe13f7e40012e5e2e451695c583bd33502fa" head "https://code.qt.io/qt/qt5.git", :branch => "5.7", :shallow => false + bottle do + sha256 "e8eb4c729e6c3a788c982a740efc95bc96c0055ae929c5662b603bbd7a5a76b0" => :sierra + sha256 "c1a3f9d43de1cf014060b6d66575ae97e6ae77d9102c28971884a7b28a654e0e" => :el_capitan + sha256 "a5fe56be34bf03a68d0c42aae04d381ce1254cd3e72959793af33f4800f602ec" => :yosemite + end + keg_only "Older version of qt5" option "with-docs", "Build documentation"