cask 'flash-player-debugger' do version '22.0.0.192' sha256 '053faf272fee690cb1afe124de0cee5e5f8878e1a01072c2d2a63390e55248c1' # 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" name 'Adobe Flash Player Debugger' homepage 'https://www.adobe.com/support/flashplayer/downloads.html' 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', ] end