remind: add 03.01.13 bottle.

This commit is contained in:
BrewTestBot 2015-01-07 16:32:15 +00:00 committed by Jack Nagel
parent 5c443a9e43
commit 5f44370618

View file

@ -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"