aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlexander Saltanov2011-01-13 14:33:02 +0300
committerAdam Vandenberg2011-01-14 09:00:45 -0800
commit10c6b246fa5bdd7b2c5b0909034f8189d1531f17 (patch)
tree908f817e457a617876699f9c3c457722f9d2d80d /Library
parentcec595408b7ce037ec369dd40dfdd676a5431722 (diff)
downloadhomebrew-10c6b246fa5bdd7b2c5b0909034f8189d1531f17.tar.bz2
Update Android NDK to the latest r5 revision.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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 781fc42ed..b8fa148be 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-r4-darwin-x86.zip'
+ url 'http://dl.google.com/android/ndk/android-ndk-r5-darwin-x86.tar.bz2'
homepage 'http://developer.android.com/sdk/ndk/index.html#overview'
- md5 'b7d5f149fecf951c05a79b045f00419f'
- version 'r4'
+ md5 '9dee8e4cb529a5619e9b8d1707478c32'
+ version 'r5'
depends_on 'android-sdk'