aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMatthew Lewinski2011-11-18 14:41:35 -0600
committerAdam Vandenberg2011-11-20 13:24:39 -0800
commit155c15ff1902e8c6e69aa42758a77535fe2f10e3 (patch)
tree43d7a91665a788a2930dee7892c483758313bed0 /Library/Formula
parent5b9d402c44ec685984659609f48f26d48a408d6e (diff)
downloadhomebrew-155c15ff1902e8c6e69aa42758a77535fe2f10e3.tar.bz2
Android NDK r7
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 b5da50e89..fa887b463 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-r6b-darwin-x86.tar.bz2'
+ url 'http://dl.google.com/android/ndk/android-ndk-r7-darwin-x86.tar.bz2'
homepage 'http://developer.android.com/sdk/ndk/index.html#overview'
- md5 '65f2589ac1b08aabe3183f9ed1a8ce8e'
- version 'r6b'
+ md5 '817ca5675a1dd44078098e43070f19b6'
+ version 'r7'
depends_on 'android-sdk'