aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorWill Ross2012-11-13 19:37:43 -0500
committerAdam Vandenberg2012-11-14 14:39:48 -0800
commit6226c4c61a631304ff33c22fc7accc4d1b8311d8 (patch)
tree20979da383e4243ef95bdf00ebea12c16918610c /Library/Formula
parent9395dc7ab5135adfba0095c2887d80fd95c04f63 (diff)
downloadhomebrew-6226c4c61a631304ff33c22fc7accc4d1b8311d8.tar.bz2
Android SDK/NDK 4.2
Closes #16043. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/android-ndk.rb6
-rw-r--r--Library/Formula/android-sdk.rb6
2 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/android-ndk.rb b/Library/Formula/android-ndk.rb
index d0ec62b64..0e53d7a5d 100644
--- a/Library/Formula/android-ndk.rb
+++ b/Library/Formula/android-ndk.rb
@@ -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-r8b-darwin-x86.tar.bz2'
- version 'r8b'
- sha1 '497ba01810c881c0655c9b0759d529adf9e8cf52'
+ url 'http://dl.google.com/android/ndk/android-ndk-r8c-darwin-x86.tar.bz2'
+ version 'r8c'
+ sha1 'fcdea88142f3e124285a16d6989b02747fd0cfde'
depends_on 'android-sdk'
diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb
index 8c8db35bd..34ed85025 100644
--- a/Library/Formula/android-sdk.rb
+++ b/Library/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_r20.0.3-macosx.zip'
- version 'r20.0.3'
- sha1 'c02403c2e29952e6bbd632767b5c3cd3618c3e80'
+ url 'http://dl.google.com/android/android-sdk_r21-macosx.zip'
+ version 'r21'
+ sha1 '0c29f5f5ab556ce4555682264d9c6414fc905c20'
# TODO docs and platform-tools
# See the long comment below for the associated problems