diff options
| author | Mike McQuaid | 2014-02-22 22:42:31 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-02-22 22:44:30 +0000 |
| commit | 6f6044d3ce1e878a6a74e8a1c0673e69a7b47631 (patch) | |
| tree | 6c3a458de4577c20faf98c84468fc60351e01a1b /Library/Formula/findutils.rb | |
| parent | 738a27d2286d7863edb0348fb5452ed3e7df9042 (diff) | |
| download | homebrew-6f6044d3ce1e878a6a74e8a1c0673e69a7b47631.tar.bz2 | |
findutils: add bottle.
Diffstat (limited to 'Library/Formula/findutils.rb')
| -rw-r--r-- | Library/Formula/findutils.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/findutils.rb b/Library/Formula/findutils.rb index 540f9acc3..53ed5583a 100644 --- a/Library/Formula/findutils.rb +++ b/Library/Formula/findutils.rb @@ -6,6 +6,12 @@ class Findutils < Formula mirror 'http://ftp.gnu.org/gnu/findutils/findutils-4.4.2.tar.gz' sha1 'e8dd88fa2cc58abffd0bfc1eddab9020231bb024' + bottle do + sha1 "aa891bdc442314c4aeb3f1a14d9b3d5ebe037332" => :mavericks + sha1 "8c75b59f6e8e39246879f3dadca6007f7147e3f0" => :mountain_lion + sha1 "bc7e41186d3a3610a417b4dd5fd9a874f9b21c58" => :lion + end + option 'default-names', "Do not prepend 'g' to the binary" def install |
