1 cask :v1 => 'adobe-air' do
3 sha256 :no_check # required as upstream package is updated in-place
5 url "http://airdownload.adobe.com/air/mac/download/#{version}/AdobeAIR.dmg"
7 homepage 'https://get.adobe.com/air/'
10 installer :script => 'Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer',
14 uninstall :script => {
15 :executable => 'Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer',
16 :args => %w[-uninstall]
19 '~/Library/Application Support/Adobe/AIR',
20 '~/Library/Caches/com.adobe.air.ApplicationInstaller',
22 :rmdir => '~/Library/Application Support/Adobe/'