diff options
| author | Michael Ford | 2013-08-04 16:43:15 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-04 21:10:34 -0700 |
| commit | 87db0996bd9e692efcdb5fc23e6333e07551e061 (patch) | |
| tree | eb2c4b178a2785e4787904d7cb48b38eb16f66b2 /Library/Formula | |
| parent | 4b853932011be88ddcc4af46fc7c7285df0d14f3 (diff) | |
| download | homebrew-87db0996bd9e692efcdb5fc23e6333e07551e061.tar.bz2 | |
Nmap 6.40
Closes #21657.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/nmap.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/nmap.rb b/Library/Formula/nmap.rb index 673e4628e..b911e0128 100644 --- a/Library/Formula/nmap.rb +++ b/Library/Formula/nmap.rb @@ -1,9 +1,9 @@ require 'formula' class Nmap < Formula - homepage 'http://nmap.org/6/' - url 'http://nmap.org/dist/nmap-6.25.tar.bz2' - sha1 '769943a1a5c10f67bf9738e26da42b3312db752f' + homepage 'http://nmap.org/' + url 'http://nmap.org/dist/nmap-6.40.tar.bz2' + sha1 'ee1bec1bb62045c7c1fc69ff183b2ae9b97bd0eb' head 'https://guest:@svn.nmap.org/nmap/', :using => :svn |
