homebrew-cask/Casks/adobe-air.rb

15 lines
378 B
Ruby
Raw Normal View History

class AdobeAir < Cask
2013-10-09 11:05:56 +08:00
url 'http://airdownload.adobe.com/air/mac/download/3.9/AdobeAIR.dmg'
homepage 'https://get.adobe.com/air/'
2013-10-09 11:05:56 +08:00
version '3.9'
2013-12-21 09:57:37 +08:00
sha1 '69863ef58dca864c9b9016b512ea79e5d1429498'
2013-10-24 03:30:24 +08:00
link 'Adobe AIR Installer.app'
def caveats; <<-EOS.undent
You need to run #{destination_path/'AdobeAIRInstaller.app'} to actually install Adobe AIR
EOS
end
end
2013-10-24 03:30:24 +08:00