Browse Source

Change adobe air's classname to what cask expects it to be.

siers 12 years ago
committed by phinze
parent
commit
d5d9604906
  1. 4
      Casks/adobe-air.rb

4
Casks/adobe-air.rb

@ -1,4 +1,4 @@
class AdobeAirInstaller < Cask
class AdobeAir < Cask
url 'http://airdownload.adobe.com/air/mac/download/3.5/AdobeAIR.dmg'
homepage 'https://get.adobe.com/air/'
version '3.5'
@ -6,4 +6,4 @@ class AdobeAirInstaller < Cask
#caveat 'You need to run {{install_path}}/AdobeAIRInstaller.app to actually install Adobe AIR'
sha1 '42e3af2bd82a285e1b3d7d0c9779a8d19dcdd723'
end
end

Loading…
Cancel
Save