homebrew-cask/Casks/flash-player-debugger.rb

20 lines
929 B
Ruby
Raw Normal View History

cask 'flash-player-debugger' do
version '25.0.0.148'
sha256 '324e169d34ea9d848b51dd4e4d37bd3877e5960e8fc93115559c331e8892a27a'
# macromedia.com was verified as official when first introduced to the cask
url "https://fpdownload.macromedia.com/pub/flashplayer/updaters/#{version.major}/flashplayer_#{version.major}_sa_debug.dmg"
appcast 'http://fpdownload2.macromedia.com/get/flashplayer/update/current/xml/version_en_mac_pep.xml',
checkpoint: '039e9f829f3af629cd2e2cd0c1d19606c40a22310b8e7f281222b1d2ad60faf0'
name 'Adobe Flash Player projector content debugger'
homepage 'https://www.adobe.com/support/flashplayer/debug_downloads.html'
# Renamed to avoid conflict with flash-player.
app 'Flash Player.app', target: 'Flash Player Debugger.app'
zap delete: [
'~/Library/Caches/Adobe/Flash Player',
'~/Library/Logs/FlashPlayerInstallManager.log',
]
end