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

20 lines
925 B
Ruby

cask 'flash-player-debugger' do
version '28.0.0.161'
sha256 'c78179b37e8e685e0a179ab9ea9b9d90d7d8b8fd1c3730887ec9efc73ce38043'
# 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: '9328b81a03aa632970cd96be9f1d58a573a5e376debed48a59ab76e186e9786f'
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 trash: [
'~/Library/Caches/Adobe/Flash Player',
'~/Library/Logs/FlashPlayerInstallManager.log',
]
end