Update Android sdk and ndk to december edition
Closes Homebrew/homebrew#16799. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
fdc83bba16
commit
7505ce2c7a
2 changed files with 6 additions and 6 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class AndroidNdk < Formula
|
||||
homepage 'http://developer.android.com/sdk/ndk/index.html'
|
||||
url 'http://dl.google.com/android/ndk/android-ndk-r8c-darwin-x86.tar.bz2'
|
||||
version 'r8c'
|
||||
sha1 'fcdea88142f3e124285a16d6989b02747fd0cfde'
|
||||
url 'http://dl.google.com/android/ndk/android-ndk-r8d-darwin-x86.tar.bz2'
|
||||
version 'r8d'
|
||||
sha1 'fd4fcce09b07c2e1f9ba9d52532021988cd96c21'
|
||||
|
||||
depends_on 'android-sdk'
|
||||
|
||||
|
|
|
@ -8,9 +8,9 @@ end
|
|||
|
||||
class AndroidSdk < Formula
|
||||
homepage 'http://developer.android.com/index.html'
|
||||
url 'http://dl.google.com/android/android-sdk_r21-macosx.zip'
|
||||
version 'r21'
|
||||
sha1 '0c29f5f5ab556ce4555682264d9c6414fc905c20'
|
||||
url 'http://dl.google.com/android/android-sdk_r21.0.1-macosx.zip'
|
||||
version 'r21.0.1'
|
||||
sha1 '1628ed39aa4bd88423b31eb505b3529cda36794c'
|
||||
|
||||
# TODO docs and platform-tools
|
||||
# See the long comment below for the associated problems
|
||||
|
|
Loading…
Reference in a new issue