homebrew-cask-versions/Casks/android-studio-bundle.rb
2014-09-09 08:55:26 -04:00

13 lines
512 B
Ruby

class AndroidStudioBundle < Cask
version '0.8.6 build-135.1339820'
sha256 '3a9f65434a2381019f4487481331f539a69b09b8ea81a8b4dfff9c6a126423f0'
url 'https://dl.google.com/android/studio/install/0.8.6/android-studio-bundle-135.1339820-mac.dmg'
homepage 'http://developer.android.com/sdk/installing/studio.html'
link 'Android Studio.app'
postflight do
system "/usr/libexec/PlistBuddy", "-c", "Set :JVMOptions:JVMVersion 1.6+", "#{destination_path}/Android Studio.app/Contents/Info.plist"
end
end