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

19 lines
729 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'flash-player-debugger' do
version '22.0.0.209'
sha256 'e8a333f38f1cc385a0969f17479527f80550b71698e270cd05c8bb15521d4064'
# 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"
2015-01-30 03:37:10 +08:00
name 'Adobe Flash Player Debugger'
homepage 'https://www.adobe.com/support/flashplayer/downloads.html'
2015-01-30 03:37:10 +08:00
license :gratis
# 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',
]
2014-05-19 18:57:03 +08:00
end