aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorngouzy2013-05-29 11:34:57 +0200
committerAdam Vandenberg2013-05-29 07:32:54 -0700
commit0ca5574b305fec65c23f111397c2fc9da73f5b69 (patch)
tree7721d7c878fc5a903c441b2c5c00b87c2316b7bb /Library/Formula
parent28981100af3c0ca218ede4dcfadcef40635e5e6c (diff)
downloadhomebrew-0ca5574b305fec65c23f111397c2fc9da73f5b69.tar.bz2
android-sdk r22.0.1
Closes #20131. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 2833d342c..bd0d68a6f 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.1-macosx.zip'
- version 'r21.1'
- sha1 '3f8148ce1c0e8a6e8f48334f5e34dd7c198f2a4e'
+ url 'http://dl.google.com/android/android-sdk_r22.0.1-macosx.zip'
+ version 'r22.0.1'
+ sha1 '59365847b63792cafc3c3d8134c6392c86f9bf72'
# TODO docs and platform-tools
# See the long comment below for the associated problems