aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorFelix Schulze2011-07-14 22:59:31 +0200
committerAdam Vandenberg2011-07-17 08:30:36 -0700
commita9c322ad5739a0728ecc60588fa13b85f17f7b9c (patch)
tree91c3c7990cb51f23982ef58a95437630e1bd0c09 /Library/Formula
parent2546eb4e6369abcacf7ec351ad3ab172cec02764 (diff)
downloadhomebrew-a9c322ad5739a0728ecc60588fa13b85f17f7b9c.tar.bz2
android-ndk r6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 0cac40777..d56f3f1dd 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-r5b-darwin-x86.tar.bz2'
+ url 'http://dl.google.com/android/ndk/android-ndk-r6-darwin-x86.tar.bz2'
homepage 'http://developer.android.com/sdk/ndk/index.html#overview'
- md5 '019a14622a377b3727ec789af6707037'
- version 'r5b'
+ md5 'a154905e49a6246abd823b75b6eda738'
+ version 'r6'
depends_on 'android-sdk'