mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 22:16:33 -06:00
7 lines
195 B
Ruby
7 lines
195 B
Ruby
class Nmap < Cask
|
|
url 'http://nmap.org/dist/nmap-6.40-2.dmg'
|
|
homepage 'http://nmap.org/'
|
|
version '6.40-2'
|
|
sha1 'b2ba6f05be432c4e8158cd3d2aafc38d11cf1172'
|
|
install 'nmap-6.40-2.mpkg'
|
|
end
|