mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
342 B
Ruby
7 lines
342 B
Ruby
class AndroidStudio < Cask
|
|
url 'http://dl.google.com/dl/android/studio/ide-zips/0.4.6/android-studio-ide-133.1028713-mac.zip'
|
|
homepage 'https://developer.android.com/sdk/installing/studio.html'
|
|
version '0.4.6 build-133.1028713'
|
|
sha256 'e4329de3ddeec093857258cf774faa7ed2bb447af1fd345a5f616e4dd9e1e958'
|
|
link 'Android Studio.app'
|
|
end
|