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

22 lines
1.1 KiB
Ruby

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: '25a5c623a510f8458e8f901ad1d9b62ac6d78cfe91cf231223ef8e48629e3a2b'
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