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
729 B
17 lines
729 B
cask 'flash-player-debugger' do
|
|
version '23.0.0.185'
|
|
sha256 'f1a7b29230bee1a8125d005d69becc9d6a63e7192291c5478b1f1f5e68d3e9b0'
|
|
|
|
# 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.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
|
|
|