aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorPatrick Leong2015-01-04 10:43:18 +0800
committerJack Nagel2015-01-03 23:03:08 -0500
commit9bae1ec4b0f8a0a98e801e21454258de0d4ece44 (patch)
tree2dfacdf22005fd0a2f6b4b66ce5fdea0157b0235 /Library/Formula
parente84a9fd9dcfefad1ff555d36281ab803e645968c (diff)
downloadhomebrew-9bae1ec4b0f8a0a98e801e21454258de0d4ece44.tar.bz2
android-sdk 24.0.2
Closes #35528. Signed-off-by: Jack Nagel <jacknagel@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 0f943de10..781b8c3fb 100644
--- a/Library/Formula/android-sdk.rb
+++ b/Library/Formula/android-sdk.rb
@@ -2,9 +2,9 @@ require 'formula'
class AndroidSdk < Formula
homepage 'http://developer.android.com/index.html'
- url 'http://dl.google.com/android/android-sdk_r24.0.1-macosx.zip'
- version '24.0.1'
- sha1 '7097c09c72645d7ad33c81a37b1a1363a9df2a54'
+ url 'http://dl.google.com/android/android-sdk_r24.0.2-macosx.zip'
+ version '24.0.2'
+ sha1 '3ab5e0ab0db5e7c45de9da7ff525dee6cfa97455'
conflicts_with 'android-platform-tools',
:because => "The Android Platform-Tools need to be installed as part of the SDK."