diff options
| author | Adam Lickel | 2011-11-02 11:51:14 -0700 |
|---|---|---|
| committer | Jack Nagel | 2011-11-02 17:23:18 -0500 |
| commit | 2e8a99e1fc1d08e63f923c4b3b21906c9e492984 (patch) | |
| tree | 7c38f7cd26a0fd382e6ec1d6a4842c80411e6b12 /Library/Formula | |
| parent | 0136c841530b3b50b54d08f01e06b7985dcf3cce (diff) | |
| download | homebrew-2e8a99e1fc1d08e63f923c4b3b21906c9e492984.tar.bz2 | |
Android-sdk r15
Closes #8422.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 80a848f84..b8c72fc4a 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_r14-macosx.zip' + url 'http://dl.google.com/android/android-sdk_r15-macosx.zip' homepage 'http://developer.android.com/index.html' - md5 '812887018435382de8486f3bb26a5db4' - version 'r14' + md5 '03d2cdd3565771e8c7a438f1c40cc8a5' + version 'r15' def self.var_dirs %w[platforms samples temp add-ons bin] |
