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

19 lines
727 B
Ruby

cask 'flash-player-debugger' do
version '21.0.0.213'
sha256 '892ceaccb40dc69e49ae0ec4922e6108555d5a28b2ffec2d9e51e0a1e5b3aab2'
# macromedia.com was verified as official when first introduced to the cask
url "https://fpdownload.macromedia.com/pub/flashplayer/updaters/#{version.to_i}/flashplayer_#{version.to_i}_sa_debug.dmg"
name 'Adobe Flash Player Debugger'
homepage 'https://www.adobe.com/support/flashplayer/downloads.html'
license :gratis
# 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