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

19 lines
727 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'flash-player-debugger' do
2016-02-10 18:29:24 +08:00
version '20.0.0.306'
sha256 '58597d6c602ed51ad2f6c2faba97ef06264bc6466d9a27aa95584845710444b8'
# macromedia.com was verified as official when first introduced to the cask
url "https://fpdownload.macromedia.com/pub/flashplayer/updaters/#{version.to_i}/flashplayer_#{version.to_i}_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