aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-04-13 11:06:16 +0100
committerMike McQuaid2014-04-13 12:09:43 +0100
commite2f6fe9b4bc7cadaa6a8c488193ae233a5a4f1e7 (patch)
tree3b27863280619018979e56dc379b658016393bff /Library/Formula
parent5f18a9e342826d254e8a5920a241f61b4aef0727 (diff)
downloadhomebrew-e2f6fe9b4bc7cadaa6a8c488193ae233a5a4f1e7.tar.bz2
nmap: add 6.45 bottle.
Closes #28368. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/nmap.rb6
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'