aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAlexander Saltanov2010-05-22 23:37:56 +0400
committerAdam Vandenberg2010-05-23 11:58:56 -0700
commit6a32745d417efb0a34450d8d1698e068722683bf (patch)
treeb2e6c1a999058fe73616d6d880c4458f2ffbb514 /Library/Formula
parent79f901189d69f945397ed69fce34880bdda6e4b2 (diff)
downloadhomebrew-6a32745d417efb0a34450d8d1698e068722683bf.tar.bz2
Update Android NDK to r4.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/android-ndk.rb11
1 files changed, 5 insertions, 6 deletions
diff --git a/Library/Formula/android-ndk.rb b/Library/Formula/android-ndk.rb
index a6a0f0447..781fc42ed 100644
--- a/Library/Formula/android-ndk.rb
+++ b/Library/Formula/android-ndk.rb
@@ -1,16 +1,15 @@
require 'formula'
class AndroidNdk <Formula
- url 'http://dl.google.com/android/ndk/android-ndk-r3-darwin-x86.zip'
- homepage 'http://developer.android.com/index.html'
- md5 'a083ccc36aa9a3a35404861e7d51d1ae'
- version 'r3'
+ url 'http://dl.google.com/android/ndk/android-ndk-r4-darwin-x86.zip'
+ homepage 'http://developer.android.com/sdk/ndk/index.html#overview'
+ md5 'b7d5f149fecf951c05a79b045f00419f'
+ version 'r4'
depends_on 'android-sdk'
def install
prefix.install Dir['*']
- prefix.cd { system("./build/host-setup.sh") }
end
def caveats; <<-EOS
@@ -21,7 +20,7 @@ License information at:
http://developer.android.com/sdk/terms.html
Software and System requirements at:
-http://developer.android.com/sdk/ndk/1.6_r1/index.html#requirements
+http://developer.android.com/sdk/ndk/index.html#requirements
For more documentation on Android NDK, please check:
#{prefix}/docs