Update burp-suite to 1.7.28 (#40814)

This commit is contained in:
commitay 2017-11-16 13:20:14 +10:00 committed by GitHub
parent d7fd507a9f
commit 2ba691ff95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -1,20 +1,20 @@
cask 'burp-suite' do
version '1.7.27'
sha256 'eb215ee1a453634685d5ec302ccd9c07031869ca72c9f2cce10cc8dd6c9989a2'
version '1.7.28'
sha256 'ba1aad6c20104db4d14d4bc6b48302d4099ffac3180942b0b090831b25df76f8'
url "https://portswigger.net/burp/releases/download?product=free&version=#{version}&type=macosx"
appcast 'https://portswigger.net/burp/freereleasesarchive',
checkpoint: '90e7612ec2b3f962f086bb85b9e9402731b9cfbb367b30f09e24d12e54e63bc8'
url "https://portswigger.net/burp/releases/download?product=community&version=#{version}&type=macosx"
appcast 'https://portswigger.net/burp/releasesarchive/community',
checkpoint: '3689c040408fdc1cbd6c302f00b65a8f04494c091da120f5a2300cac68395bd3'
name 'Burp Suite'
homepage 'https://portswigger.net/burp/'
installer script: {
executable: 'Burp Suite Free Edition Installer.app/Contents/MacOS/JavaApplicationStub',
executable: 'Burp Suite Community Edition Installer.app/Contents/MacOS/JavaApplicationStub',
args: ['-q'],
sudo: true,
}
uninstall delete: '/Applications/Burp Suite Free Edition.app'
uninstall delete: '/Applications/Burp Suite Community Edition.app'
zap trash: '~/.BurpSuite'
end