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"