Nmap 6.40
Closes Homebrew/homebrew#21657. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
bc1caae969
commit
3ee86c703f
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue