diff options
| author | Felix Schulze | 2011-05-26 19:38:35 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-05-26 10:43:12 -0700 |
| commit | dbf9b127d02beec0459b615a7b18a77e4132f219 (patch) | |
| tree | 38449f5dd7b6d843bfeb11a88856146d7f623935 /Library | |
| parent | aef479baa798c3c080a6a7e40c9590d117010e06 (diff) | |
| download | homebrew-dbf9b127d02beec0459b615a7b18a77e4132f219.tar.bz2 | |
android-sdk r11
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 7040c159e..089a5b7c0 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_r10-mac_x86.zip' + url 'http://dl.google.com/android/android-sdk_r11-mac_x86.zip' homepage 'http://developer.android.com/index.html' - md5 'e3aa5578a6553b69cc36659c9505be3f' - version 'r10' + md5 '85bed5ed25aea51f6a447a674d637d1e' + version 'r11' def self.var_dirs %w[platforms samples temp add-ons ] |
