diff options
| author | Tomas Linhart | 2012-04-10 15:51:18 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-10 18:55:09 -0700 |
| commit | 47878d643f6ee1c20931af8c1e6e6478770bfadd (patch) | |
| tree | 4742faedbe4e0fa0e8d57a44d502dd8603c539e0 /Library | |
| parent | 471efcdcb3d4bb2d1903f01f6f9f87315aa84154 (diff) | |
| download | homebrew-47878d643f6ee1c20931af8c1e6e6478770bfadd.tar.bz2 | |
android-sdk r18
Closes #11553.
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 5a0e0d946..b0c6f5a69 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_r17-macosx.zip' + url 'http://dl.google.com/android/android-sdk_r18-macosx.zip' homepage 'http://developer.android.com/index.html' - md5 '52639aae036b7c2e47cf291696b23236' - version 'r17' + md5 '8328e8a5531c9d6f6f1a0261cb97af36' + version 'r18' def self.var_dirs %w[platforms samples temp add-ons sources system-images extras] |
