diff options
Diffstat (limited to 'Library/Formula/gnu-time.rb')
| -rw-r--r-- | Library/Formula/gnu-time.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/gnu-time.rb b/Library/Formula/gnu-time.rb index cc803b14e..8e48511ae 100644 --- a/Library/Formula/gnu-time.rb +++ b/Library/Formula/gnu-time.rb @@ -6,6 +6,13 @@ class GnuTime < Formula mirror 'http://ftp.gnu.org/gnu/time/time-1.7.tar.gz' sha1 'dde0c28c7426960736933f3e763320680356cc6a' + bottle do + cellar :any + sha1 "601a630e1fb6892b0c78f75bbfcf92bbc5ddedf3" => :yosemite + sha1 "1e503175234b796789f2b1b5ea0b12cd40b26997" => :mavericks + sha1 "cb53342bb927e6977df940b6ca8517d0a2c845f3" => :mountain_lion + end + option "with-default-names", "Do not prepend 'g' to the binary" # Fixes issue with main returning void rather than int |
