aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrien Colwell2014-07-02 17:12:27 -0700
committerJack Nagel2014-07-02 22:26:26 -0500
commitd418dd665a6412540000385c826b17b0bf5e023f (patch)
tree15cc31d01229c1b2f5fefcb512c4f6fa60e00dbb /Library/Formula
parent7d358fc3b8e73cf6be180e4297a1f7587a35e923 (diff)
downloadhomebrew-d418dd665a6412540000385c826b17b0bf5e023f.tar.bz2
android-sdk 23.0.2
Closes #30624. 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 f5b685849..39de46c62 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_r23.0.1-macosx.zip'
- version '23.0.1'
- sha1 'e197aec4faf8df90e6439e8d1aedd360aa37e767'
+ url 'http://dl.google.com/android/android-sdk_r23.0.2-macosx.zip'
+ version '23.0.2'
+ sha1 '1ef502577ca4403ae81f3d68c1813995cb412354'
conflicts_with 'android-platform-tools',
:because => "The Android Platform-Tools need to be installed as part of the SDK."