diff options
| author | Alexander Saltanov | 2010-05-22 23:37:56 +0400 |
|---|---|---|
| committer | Adam Vandenberg | 2010-05-23 11:58:56 -0700 |
| commit | 6a32745d417efb0a34450d8d1698e068722683bf (patch) | |
| tree | b2e6c1a999058fe73616d6d880c4458f2ffbb514 /Library/Formula | |
| parent | 79f901189d69f945397ed69fce34880bdda6e4b2 (diff) | |
| download | homebrew-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.rb | 11 |
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 |
