mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
262 B
Ruby
7 lines
262 B
Ruby
class ZapProxy < Cask
|
|
url 'https://zaproxy.googlecode.com/files/OWASP_ZAP_2.1.0_OSX.zip'
|
|
homepage 'https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project'
|
|
version '2.1.0'
|
|
sha1 '86ebdb90e56a25ce49cd3421252a6c4c147d7d27'
|
|
link 'OWASP ZAP.app'
|
|
end
|