aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorSergey2014-06-26 23:48:11 +0400
committerMike McQuaid2014-06-26 21:43:41 +0100
commit988594ba81d2e5d45b46f67a5a3811ddd8da05b0 (patch)
tree54798588a1d11ed2696a49c1dc8b279973b8c65e /Library/Formula
parent4f431438fb813943c52a70185adcc42e21658b0f (diff)
downloadhomebrew-988594ba81d2e5d45b46f67a5a3811ddd8da05b0.tar.bz2
android-sdk 23
Closes #30471. Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 a431bb493..8e7d60f48 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_r22.6.2-macosx.zip'
- version '22.6.2'
- sha1 '6abb9cf56529a40ac29fa70a95f5741fa1ae0f86'
+ url 'http://dl.google.com/android/android-sdk_r23-macosx.zip'
+ version '23'
+ sha1 '7119841e5fcadd8ef2b75c1fe419c4cbc9a97336'
conflicts_with 'android-platform-tools',
:because => "The Android Platform-Tools need to be installed as part of the SDK."