From a90b13b02f17d69e1a8ad3d2e272366977e7708e Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Thu, 14 Dec 2017 13:19:52 +0000 Subject: [PATCH] genometools: add 1.5.10 bottle. --- Formula/genometools.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/genometools.rb b/Formula/genometools.rb index fad586add5..3e62877b8c 100644 --- a/Formula/genometools.rb +++ b/Formula/genometools.rb @@ -5,6 +5,13 @@ class Genometools < Formula sha256 "0208591333b74594bc219fb67f5a29b81bb2ab872f540c408ac1743716274e6a" head "https://github.com/genometools/genometools.git" + bottle do + cellar :any + sha256 "41b8f4a189050f98d0f78c3972d8efb095a2eea8400c486eb6d785a3f89cadae" => :high_sierra + sha256 "b081ac73906f972a1858d86070d6d79ad3985e703f347c1fe49b0511e15e0232" => :sierra + sha256 "06a7a3d2450c7c6538f2005d12135e8a26e2d086fc6f1d5867e9fe03fcce9833" => :el_capitan + end + depends_on "pkg-config" => :build depends_on "cairo" depends_on "pango"