Android SDK 22.3

Closes Homebrew/homebrew#23920.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
ngouzy 2013-11-03 13:57:30 +01:00 committed by Adam Vandenberg
parent da5b094d84
commit 29706932d0
1 changed files with 3 additions and 3 deletions

View File

@ -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.2.1-macosx.zip'
version '22.2.1'
sha1 '2ed180127529e9130923977591d65c08529bc315'
url 'http://dl.google.com/android/android-sdk_r22.3-macosx.zip'
version '22.3'
sha1 '547ea51c4aa61d623a4823d0b635d3b66b6c9329'
resource 'completion' do
url 'https://raw.github.com/CyanogenMod/android_sdk/3bf0a01ef66a9b99149ba3faaf34a1362581dd01/bash_completion/adb.bash'