aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2015-01-07 16:32:15 +0000
committerJack Nagel2015-01-12 21:08:35 -0500
commitbdd06aa23f8612a9f85e8fd2017e1d9762014817 (patch)
treea7230fc3f3bf8017a425695c777b06e764a57295 /Library
parent316fe7e574312b604e01fe5ca880e6c80a2795ee (diff)
downloadhomebrew-bdd06aa23f8612a9f85e8fd2017e1d9762014817.tar.bz2
remind: add 03.01.13 bottle.
Diffstat (limited to 'Library')
-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"