From 5f44370618a16a47545f5d1eec363931d14908f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Wed, 7 Jan 2015 16:32:15 +0000 Subject: [PATCH] remind: add 03.01.13 bottle. --- Formula/remind.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/remind.rb b/Formula/remind.rb index 4fe6ba3de2..7724655599 100644 --- a/Formula/remind.rb +++ b/Formula/remind.rb @@ -3,6 +3,13 @@ class Remind < Formula url "http://www.roaringpenguin.com/files/download/remind-03.01.13.tar.gz" sha1 "dce46b2334b3849255feffe6cba4973f3c883647" + bottle do + cellar :any + sha1 "ee048bc3c2eb39262f1fe94d8dbd3304a4f97bbf" => :yosemite + sha1 "6a4e041a257941eeb118b08a6455fd0438673845" => :mavericks + sha1 "c25f747a6cc96e133325746e1fa8ac4ae05855bc" => :mountain_lion + end + def install # Remove unnecessary sleeps when running on Apple inreplace "configure", "sleep 1", "true"