aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2013-08-31 22:28:50 +0100
committerMike McQuaid2013-08-31 22:29:50 +0100
commita30d082058c33dcdeff675d762c45c7a5bee36dc (patch)
treec0c87f45a83a73eb5f8071e8d20252f8e66fb377 /Library/Formula
parent082c7f7fd19d7780b5131f771701afc30619c97c (diff)
downloadhomebrew-a30d082058c33dcdeff675d762c45c7a5bee36dc.tar.bz2
android-ndk 9
Closes #22240.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/android-ndk.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/android-ndk.rb b/Library/Formula/android-ndk.rb
index 79b761463..1cac19a17 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-r8e-darwin-x86.tar.bz2'
- version 'r8e'
- sha1 '60536b22b3c09015a4c7072097404a9a1316b242'
+ url 'http://dl.google.com/android/ndk/android-ndk-r9-darwin-x86.tar.bz2'
+ version '9'
+ sha1 '436d55e5e0557e2491ba46929c8a32255e391ae9'
depends_on 'android-sdk'