aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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 b8fa148be..6ed62d501 100644
--- a/Library/Formula/android-ndk.rb
+++ b/Library/Formula/android-ndk.rb
@@ -1,10 +1,10 @@
require 'formula'
class AndroidNdk <Formula
- url 'http://dl.google.com/android/ndk/android-ndk-r5-darwin-x86.tar.bz2'
+ url 'http://dl.google.com/android/ndk/android-ndk-r5b-darwin-x86.tar.bz2'
homepage 'http://developer.android.com/sdk/ndk/index.html#overview'
- md5 '9dee8e4cb529a5619e9b8d1707478c32'
- version 'r5'
+ md5 '019a14622a377b3727ec789af6707037'
+ version 'r5b'
depends_on 'android-sdk'