android-sdk r20.0.3

Closes Homebrew/homebrew#15172.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Antti-Jussi Kovalainen 2012-09-28 03:18:04 +03:00 committed by Adam Vandenberg
parent 61bc83f206
commit 428a4d322e

View file

@ -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