diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/android-sdk.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb index 8bead7d32..f5b685849 100644 --- a/Library/Formula/android-sdk.rb +++ b/Library/Formula/android-sdk.rb @@ -2,9 +2,9 @@ require 'formula' class AndroidSdk < Formula homepage 'http://developer.android.com/index.html' - url 'http://dl.google.com/android/android-sdk_r23-macosx.zip' - version '23' - sha1 '7119841e5fcadd8ef2b75c1fe419c4cbc9a97336' + url 'http://dl.google.com/android/android-sdk_r23.0.1-macosx.zip' + version '23.0.1' + sha1 'e197aec4faf8df90e6439e8d1aedd360aa37e767' conflicts_with 'android-platform-tools', :because => "The Android Platform-Tools need to be installed as part of the SDK." |
