android-sdk r20.0.3
Closes Homebrew/homebrew#15172. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
61bc83f206
commit
428a4d322e
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class AndroidSdk < Formula
|
||||
homepage 'http://developer.android.com/index.html'
|
||||
url 'http://dl.google.com/android/android-sdk_r20.0.1-macosx.zip'
|
||||
version 'r20.0.1'
|
||||
sha1 'f05805ccb3c146079ec11de1556a797522aa169d'
|
||||
url 'http://dl.google.com/android/android-sdk_r20.0.3-macosx.zip'
|
||||
version 'r20.0.3'
|
||||
sha1 'c02403c2e29952e6bbd632767b5c3cd3618c3e80'
|
||||
|
||||
# TODO docs and platform-tools
|
||||
# See the long comment below for the associated problems
|
||||
|
|
Loading…
Reference in a new issue