mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
android-studio-bundle is different from android-studio as it comes with the Android SDK already bundled, within the .app. This is the regular .dmg not cutting edge version you would get from http://developer.android.com/sdk/installing/studio.html
7 lines
345 B
Ruby
7 lines
345 B
Ruby
class AndroidStudioBundle < Cask
|
|
url 'https://dl.google.com/android/studio/install/0.4.2/android-studio-bundle-133.970939-mac.dmg'
|
|
homepage 'http://developer.android.com/sdk/installing/studio.html'
|
|
version '0.4.2 build-133.970939'
|
|
sha256 '28226e2ae7186a12bc196abe28ccc611505e3f6aa84da6afc283d83bb7995a8b'
|
|
link 'Android Studio.app'
|
|
end
|