Skip to content

Commit

Permalink
android-platform-tools 22.0
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#37633.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
kim0 authored and MikeMcQuaid committed Mar 12, 2015
1 parent 7a4e689 commit e3eabca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/android-platform-tools.rb
Expand Up @@ -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"
Expand Down

0 comments on commit e3eabca

Please sign in to comment.