aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/android-platform-tools.rb
diff options
context:
space:
mode:
authorAhmed Kamal2015-03-12 13:45:32 +0200
committerMike McQuaid2015-03-12 12:18:52 +0000
commit28a451a500b354576d69e085dc3cad9de8761697 (patch)
treeb5392ce248a62908a59873a71f4fa41a2480fdc4 /Library/Formula/android-platform-tools.rb
parent65457c4a825060e4014ebe6606bb4689c0052625 (diff)
downloadhomebrew-28a451a500b354576d69e085dc3cad9de8761697.tar.bz2
android-platform-tools 22.0
Closes #37633. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/android-platform-tools.rb')
-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 e7eb0444a..5c0acdd06 100644
--- a/Library/Formula/android-platform-tools.rb
+++ b/Library/Formula/android-platform-tools.rb
@@ -2,9 +2,9 @@ class AndroidPlatformTools < Formula
homepage "https://developer.android.com/sdk"
# the url is from:
# https://dl.google.com/android/repository/repository-8.xml
- url "https://dl.google.com/android/repository/platform-tools_r21-macosx.zip"
- version "21.0.0"
- sha256 "30ae8724da3db772a776d616b4746516f24ae81330e84315a7ce0c49e0b0b3cb"
+ url "https://dl.google.com/android/repository/platform-tools_r22-macosx.zip"
+ version "22.0.0"
+ sha256 "c06721ff66a1a3f70e489325f06474e28cd0efd5352f097ee2ff58167b4f6564"
conflicts_with "android-sdk",
:because => "the Android Platform-tools are part of the Android SDK"