From 3d743e876bd65f5d7a2ec5d711433c04b02719f0 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Wed, 18 Dec 2019 09:07:10 +0000 Subject: [PATCH] flint: add 2.5.2 bottle. --- Formula/flint.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/flint.rb b/Formula/flint.rb index 407387abf8..625b640d8c 100644 --- a/Formula/flint.rb +++ b/Formula/flint.rb @@ -5,6 +5,13 @@ class Flint < Formula sha256 "cbf1fe0034533c53c5c41761017065f85207a1b770483e98b2392315f6575e87" head "https://github.com/wbhart/flint2.git", :branch => "trunk" + bottle do + cellar :any + sha256 "f6df4b3a018320efc58b97580af06979ade00007812c6deb83ba150911f1bff9" => :catalina + sha256 "464d909acc9801c865e85023ab33db1abea9e9a28f81808979d7650370d67417" => :mojave + sha256 "952ffcbee931dc8554a69b2828b6ac0293e3981223762eeff0dabab42e365d0a" => :high_sierra + end + depends_on "gmp" depends_on "mpfr"