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

20 lines
929 B
Ruby

cask 'flash-player-debugger' do
version '24.0.0.221'
sha256 'f5df68ed57d7104cac8eff3542ac923150273361c097de18206f80f13a2dac93'
# 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