aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorNicolas Gouzy2014-12-10 09:31:23 +0100
committerMike McQuaid2014-12-10 11:36:04 +0000
commit9c598837fa13f6bc645bcd26192cd7ed38a26457 (patch)
tree31f59d58554e3ab65a376fedc8b582a8c79d11a8 /Library/Formula
parent73308e65031a82d04279ec67ffdb05486ea45830 (diff)
downloadhomebrew-9c598837fa13f6bc645bcd26192cd7ed38a26457.tar.bz2
android-sdk 24
Update android-sdk.rb Update with version 24 of android sdk Closes #34848. 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 2fac3ed50..dd7d5afe0 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 'https://dl.google.com/android/android-sdk_r23.0.2-macosx.zip'
- version '23.0.2'
- sha1 '1ef502577ca4403ae81f3d68c1813995cb412354'
+ url 'http://dl.google.com/android/android-sdk_r24-macosx.zip'
+ version '24'
+ sha1 '89b256c82e6ab432881fa7d726bdd0541c656616'
conflicts_with 'android-platform-tools',
:because => "The Android Platform-Tools need to be installed as part of the SDK."