mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
349 B
Ruby
9 lines
349 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'
|
|
end
|