Update owasp-zap.rb

Updated for 2.4.1 and the ZAP downloads have moved to GitHub
This commit is contained in:
psiinon 2015-08-07 09:47:37 +01:00 committed by Victor Popkov
parent 26c4d91fec
commit 5e5caa793a
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
cask :v1 => 'owasp-zap' do
version '2.4.0'
sha256 'd8e296cc09908f7df9970ac6f701191bf7ccdff628d95194196a58689f8186be'
version '2.4.1'
sha256 '98c9cab401dd95c021ee32cf4030aa63a64f08a82c6fe0d2493663e3c6e1c5a3'
# sourceforge.net is the official download host per the vendor homepage
url "http://downloads.sourceforge.net/sourceforge/zaproxy/ZAP_#{version}_Mac_OS_X.dmg"
# github.com is the official download host per the vendor homepage
url "https://github.com/zaproxy/zaproxy/releases/download/#{version}/ZAP_#{version}_MAC_OS_X.dmg"
name 'OWASP Zed Attack Proxy'
name 'OWASP ZAP'
name 'ZAP'