From 4bcbdf305b24946d557f5422498cff05263a51ae Mon Sep 17 00:00:00 2001 From: Sean Fleming Date: Fri, 15 Feb 2013 00:26:28 +0000 Subject: [PATCH] android-sdk r21.1 Closes Homebrew/homebrew#17851. Signed-off-by: Adam Vandenberg --- Formula/android-sdk.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/android-sdk.rb b/Formula/android-sdk.rb index 365296abd0..468c907445 100644 --- a/Formula/android-sdk.rb +++ b/Formula/android-sdk.rb @@ -8,9 +8,9 @@ end class AndroidSdk < Formula homepage 'http://developer.android.com/index.html' - url 'http://dl.google.com/android/android-sdk_r21.0.1-macosx.zip' - version 'r21.0.1' - sha1 '1628ed39aa4bd88423b31eb505b3529cda36794c' + url 'http://dl.google.com/android/android-sdk_r21.1-macosx.zip' + version 'r21.1' + sha1 '3f8148ce1c0e8a6e8f48334f5e34dd7c198f2a4e' # TODO docs and platform-tools # See the long comment below for the associated problems