diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/nmap.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/nmap.rb b/Library/Formula/nmap.rb index 456fd93a2..2e0b7730b 100644 --- a/Library/Formula/nmap.rb +++ b/Library/Formula/nmap.rb @@ -6,6 +6,12 @@ class Nmap < Formula url "http://nmap.org/dist/nmap-6.45.tar.bz2" sha1 "3a634d319c57f6d93e5ccb69b45c133690d437e1" + bottle do + sha1 "15741e8fb3f58776fd1245782585d832fe08c1bf" => :mavericks + sha1 "76ab79880f2ad3db2f965645aa8665d69442f137" => :mountain_lion + sha1 "276181d845c199735c559031acb893b5b27de561" => :lion + end + depends_on "openssl" conflicts_with 'ndiff', :because => 'both install `ndiff` binaries' |
