aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSean Fleming2013-02-15 00:26:28 +0000
committerAdam Vandenberg2013-02-15 08:30:27 -0800
commitac6e0071c25c042bbdae33eb5784005241550e1e (patch)
tree10b8c0831f537044e29343e56b247a34b413f38c /Library
parentb753e349446048d63b18686a2986bdfb6c46facd (diff)
downloadhomebrew-ac6e0071c25c042bbdae33eb5784005241550e1e.tar.bz2
android-sdk r21.1
Closes #17851. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/android-sdk.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb
index 365296abd..468c90744 100644
--- a/Library/Formula/android-sdk.rb
+++ b/Library/Formula/android-sdk.rb
@@ -8,9 +8,9 @@ end
class AndroidSdk < Formula
homepage 'http://developer.android.com/index.html'
- url 'http://dl.google.com/android/android-sdk_r21.0.1-macosx.zip'
- version 'r21.0.1'
- sha1 '1628ed39aa4bd88423b31eb505b3529cda36794c'
+ url 'http://dl.google.com/android/android-sdk_r21.1-macosx.zip'
+ version 'r21.1'
+ sha1 '3f8148ce1c0e8a6e8f48334f5e34dd7c198f2a4e'
# TODO docs and platform-tools
# See the long comment below for the associated problems