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.
21 lines
1.1 KiB
21 lines
1.1 KiB
cask 'flash-player-debugger-npapi' do
|
|
version '24.0.0.194'
|
|
sha256 '39d21af967b9fa4962b0af79e31278c880c97736d8ced3a4c72ff64a425fb32d'
|
|
|
|
# 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}_plugin_debug.dmg"
|
|
appcast 'http://fpdownload2.macromedia.com/get/flashplayer/update/current/xml/version_en_mac_pl.xml',
|
|
checkpoint: 'f621c439083bbb6bb5857e26c0d5e5c6b01a616617144f4c2ddf598c1ea6083b'
|
|
name 'Adobe Flash Player NPAPI (plugin for Safari and Firefox) content debugger'
|
|
homepage 'https://www.adobe.com/support/flashplayer/debug_downloads.html'
|
|
|
|
pkg 'Install Adobe Flash Player Debugger.app/Contents/Resources/Adobe Flash Player Debugger.pkg'
|
|
|
|
uninstall pkgutil: 'com.adobe.pkg.FlashPlayer',
|
|
delete: '/Library/Internet Plug-Ins/Flash Player.plugin'
|
|
|
|
zap delete: [
|
|
'~/Library/Caches/Adobe/Flash Player',
|
|
'~/Library/Logs/FlashPlayerInstallManager.log',
|
|
]
|
|
end
|
|
|