Added Zap Proxy cask

This commit is contained in:
Manfred Touron 2013-05-14 12:07:18 +02:00
parent d345131ef7
commit 98cd51a584
1 changed files with 7 additions and 0 deletions

7
Casks/zap-proxy.rb Normal file
View File

@ -0,0 +1,7 @@
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 :app, 'OWASP ZAP.app'
end