You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
735 B
17 lines
735 B
cask 'flash-player-debugger' do
|
|
version '23.0.0.185'
|
|
sha256 '2d0faacfa637eef76c9c78f2b250e01f5f3d29cb4d09ea3bd493c0f70e3b9102'
|
|
|
|
# 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"
|
|
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
|
|
|