homebrew-cask-versions/Casks/android-studio-bundle.rb
2014-08-03 09:20:10 +01:00

13 lines
515 B
Ruby

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