diff options
| author | Dan Williams | 2010-05-20 11:01:43 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-05-20 13:04:44 -0700 |
| commit | 3a0e98d2ffb778ea482b2f4d3895619c64234adb (patch) | |
| tree | a4688859df718cc3c6a83e5599c3700b8cc108a7 /Library/Formula/android-sdk.rb | |
| parent | aad3c1c8b107d83c58e73a7fb8659aec7ee692c2 (diff) | |
| download | homebrew-3a0e98d2ffb778ea482b2f4d3895619c64234adb.tar.bz2 | |
Android 2.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/android-sdk.rb')
| -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 b186da8a8..5bb139745 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_r05-mac_86.zip' + url 'http://dl.google.com/android/android-sdk_r06-mac_86.zip' homepage 'http://developer.android.com/index.html' - md5 '6fcfeed0e1c36624c926551637eb3308' - version 'r5' + md5 'c92abf66a82c7a3f2b8493ebe025dd22' + version 'r6' skip_clean 'add-ons' skip_clean 'platforms' |
