aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/remind.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/remind.rb')
-rw-r--r--Library/Formula/remind.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/remind.rb b/Library/Formula/remind.rb
index 4fe6ba3de..772465559 100644
--- a/Library/Formula/remind.rb
+++ b/Library/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"