aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Koops2014-11-14 22:50:42 +0100
committerMike McQuaid2014-11-14 22:19:26 +0000
commitbfad79592e16d4e10e274cc7385b7b2110abae8b (patch)
tree33d1cee05f47e00510b3e717bf7439f5207f3e46
parentb790ebde0ebbfd7544af49f48004e4cca960870e (diff)
downloadhomebrew-bfad79592e16d4e10e274cc7385b7b2110abae8b.tar.bz2
android-platform-tools 21.0.0
Updated android-platform-tools to v21.0.0 Apparently this version was released more recently and cannot be found in the XML feed from the comment. Might as well update to the latest version nonetheless. Closes #34201. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/android-platform-tools.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/android-platform-tools.rb b/Library/Formula/android-platform-tools.rb
index f6bd2e369..a2c4a3df2 100644
--- a/Library/Formula/android-platform-tools.rb
+++ b/Library/Formula/android-platform-tools.rb
@@ -4,9 +4,9 @@ class AndroidPlatformTools < Formula
homepage "http://developer.android.com/sdk"
# the url is from:
# http://dl-ssl.google.com/android/repository/repository-8.xml
- url "http://dl-ssl.google.com/android/repository/platform-tools_r19.0.1-macosx.zip"
- version '19.0.1'
- sha1 "340a497e4199d076ea93d4ee0e7a50858344d176"
+ url "http://dl-ssl.google.com/android/repository/platform-tools_r21-macosx.zip"
+ version '21.0.0'
+ sha1 "6675f9f583841972c5c5ef8d2c131e1209529fde"
conflicts_with 'android-sdk',
:because => "the Android Platform-tools are part of the Android SDK"