diff options
| author | quaa | 2012-03-21 17:50:47 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-21 18:27:04 -0700 |
| commit | 63f11edcc496ab08f618b100ee9b8508ec4c1fa8 (patch) | |
| tree | 94d26dbd8a00ad7a614f1bb187e0d1b8a4cfe22a /Library | |
| parent | 1cd1d4807cbb188d8fb88cd397fc4bbb403f22ac (diff) | |
| download | homebrew-63f11edcc496ab08f618b100ee9b8508ec4c1fa8.tar.bz2 | |
android-sdk r17
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/android-sdk.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb index 44c7f56e8..aaf48570c 100644 --- a/Library/Formula/android-sdk.rb +++ b/Library/Formula/android-sdk.rb @@ -1,10 +1,10 @@ require 'formula' class AndroidSdk < Formula - url 'http://dl.google.com/android/android-sdk_r16-macosx.zip' + url 'http://dl.google.com/android/android-sdk_r17-macosx.zip' homepage 'http://developer.android.com/index.html' - md5 'd1dc2b6f13eed5e3ce5cf26c4e4c47aa' - version 'r16' + md5 '52639aae036b7c2e47cf291696b23236' + version 'r17' def self.var_dirs %w[platforms samples temp add-ons] |
