mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
261 B
Ruby
7 lines
261 B
Ruby
class ZapProxy < Cask
|
|
url 'https://zaproxy.googlecode.com/files/ZAP_2.2.1_Mac_OS_X.zip'
|
|
homepage 'https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project'
|
|
version '2.2.1'
|
|
sha1 'a948e4b03cb095d5b097c824268e756d92205096'
|
|
link 'OWASP ZAP.app'
|
|
end
|