From ea5ed7648f1f15dae71c4b5f9c3a2152691df058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sun, 30 Dec 2012 17:34:34 +1300 Subject: [PATCH] Add Adobe AIR installer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And also note the tentative syntax for caveats/post-install notes. Which is actually just my way of meta-saying: ‘This is an installer, not the shtuff!’ --- Casks/adobe-air.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Casks/adobe-air.rb diff --git a/Casks/adobe-air.rb b/Casks/adobe-air.rb new file mode 100644 index 000000000..2bf58fd33 --- /dev/null +++ b/Casks/adobe-air.rb @@ -0,0 +1,9 @@ +class AdobeAirInstaller < Cask + url 'http://airdownload.adobe.com/air/mac/download/3.5/AdobeAIR.dmg' + homepage 'https://get.adobe.com/air/' + version '3.5' + + #caveat 'You need to run {{install_path}}/AdobeAIRInstaller.app to actually install Adobe AIR' + + sha1 '42e3af2bd82a285e1b3d7d0c9779a8d19dcdd723' +end \ No newline at end of file