diff options
| author | Daniel Luz | 2011-09-26 15:14:35 -0300 |
|---|---|---|
| committer | Jack Nagel | 2011-09-26 14:18:03 -0500 |
| commit | f8b4b234b86e4bcdde744c1ebc4b649d577fd912 (patch) | |
| tree | 53d1f2658194e81328888b853aa531094da85a92 /Library | |
| parent | 7648ff313acdb71bf80137b3da44366e001a10e6 (diff) | |
| download | homebrew-f8b4b234b86e4bcdde744c1ebc4b649d577fd912.tar.bz2 | |
android-sdk r13
Closes #7838.
Signed-off-by: Jack Nagel <jacknagel@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 9901992d9..03bfa96d6 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_r12-mac_x86.zip' + url 'http://dl.google.com/android/android-sdk_r13-mac_x86.zip' homepage 'http://developer.android.com/index.html' - md5 '341544e4572b4b1afab123ab817086e7' - version 'r12' + md5 'f4002a0344b48856c09dec796acecd4d' + version 'r13' def self.var_dirs %w[platforms samples temp add-ons bin] |
