diff options
| author | BrewTestBot | 2015-03-13 14:04:29 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-13 14:04:48 +0000 |
| commit | b3500983bb90595f0d34ff792bc2f3e8c66bbe2c (patch) | |
| tree | 8aa68a07532c479056c08a131b85a779653f0081 /Library | |
| parent | 952f2cf4aa3401f77bac90a02c6f892feacc1355 (diff) | |
| download | homebrew-b3500983bb90595f0d34ff792bc2f3e8c66bbe2c.tar.bz2 | |
rdate: add 1.5 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rdate.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/rdate.rb b/Library/Formula/rdate.rb index 80e32c002..0056b6222 100644 --- a/Library/Formula/rdate.rb +++ b/Library/Formula/rdate.rb @@ -3,6 +3,13 @@ class Rdate < Formula url "http://www.aelius.com/njh/rdate/rdate-1.5.tar.gz" sha256 "6e800053eaac2b21ff4486ec42f0aca7214941c7e5fceedd593fa0be99b9227d" + bottle do + cellar :any + sha256 "d962e91795117120254eaf32a2aa2e8ece278878fc993e4b34af6f64c259fcf7" => :yosemite + sha256 "8d6ddfab85875845287bedd1dc1db43f3f589d2e6987ca5a369bc228805818c4" => :mavericks + sha256 "3cb827a2d8c308da387d6eff74c64e3ec4dc049e1960511ce14fe60a5f267c9c" => :mountain_lion + end + def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
