diff options
| author | BrewTestBot | 2015-01-01 16:31:30 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-01-01 16:47:51 +0000 | 
| commit | 30f4c0e36298ee12f45e34f4daf46cc4ab2a0c06 (patch) | |
| tree | e0021e638257694b32babf2cadcf6849ba2ac26a | |
| parent | fde89b4737536e2bc34bb539e041f848491fa717 (diff) | |
| download | homebrew-30f4c0e36298ee12f45e34f4daf46cc4ab2a0c06.tar.bz2 | |
dateutils: add 0.2.5 bottle.
| -rw-r--r-- | Library/Formula/dateutils.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/dateutils.rb b/Library/Formula/dateutils.rb index a398eedfc..c89b9bde5 100644 --- a/Library/Formula/dateutils.rb +++ b/Library/Formula/dateutils.rb @@ -3,6 +3,13 @@ class Dateutils < Formula    url "https://bitbucket.org/hroptatyr/dateutils/downloads/dateutils-0.2.5.tar.xz"    sha1 "47f2ba469daff7586d47473f54a77848b724ba45" +  bottle do +    cellar :any +    sha1 "bcacbd417ff8109bd9bd73aaa0397e7738cda974" => :yosemite +    sha1 "aea972b1c122db46172d6e37fbfd3fd015fa7bdc" => :mavericks +    sha1 "628ce464741daf92af6dd31d8c93bb012324ae87" => :mountain_lion +  end +    def install      system "./configure", "--disable-dependency-tracking",                            "--disable-silent-rules", | 
