aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAndy Li2013-12-24 21:34:03 +0800
committerMike McQuaid2013-12-25 12:59:54 +0000
commitf284cac31f94e6b938c539a6050bc0b4d301e0e2 (patch)
treed10e0082015b030d8683fbe11e8b00f57bd3d442 /Library/Formula
parent065568aef7467005a10e1ffbf89c9666e24d1118 (diff)
downloadhomebrew-f284cac31f94e6b938c539a6050bc0b4d301e0e2.tar.bz2
android-ndk r9c
Closes #25425. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/android-ndk.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/android-ndk.rb b/Library/Formula/android-ndk.rb
index 7514b9732..602c031f3 100644
--- a/Library/Formula/android-ndk.rb
+++ b/Library/Formula/android-ndk.rb
@@ -2,8 +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-r9b-darwin-x86.tar.bz2'
- sha1 'e9e44144a1db987f917eafe9fa2dc0b0de3ee78f'
+ url 'http://dl.google.com/android/ndk/android-ndk-r9c-darwin-x86.tar.bz2'
+ version 'r9c'
+ sha1 'ef106c9b0e1cce0bb0da25108b870ace02c39bcf'
depends_on 'android-sdk'