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

20 lines
768 B
Ruby
Raw Normal View History

cask :v1 => 'flash-player-debugger' do
version '18.0.0.241'
sha256 '316d6584edd55e33c17929afd645827bf2696fe3b2601aead58698f04fdbfc7c'
# macromedia.com is the official download host per the vendor homepage
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
tags :vendor => 'Adobe'
# Renamed to avoid conflict with flash-player.
2014-09-16 00:05:34 +08:00
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