diff options
| author | Adam Vandenberg | 2012-07-24 11:13:59 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-07-24 11:13:59 -0700 |
| commit | ab23e81840471258681b27e8ffaedf0882edd1d2 (patch) | |
| tree | a82934fd2c349b48539c06915b976321b012dc2e /Library/Formula | |
| parent | 4bb894155796c3953262b81b542c6e870af1a303 (diff) | |
| download | homebrew-ab23e81840471258681b27e8ffaedf0882edd1d2.tar.bz2 | |
android-ndk r8b
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/android-ndk.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/android-ndk.rb b/Library/Formula/android-ndk.rb index b2d37dbe3..d0ec62b64 100644 --- a/Library/Formula/android-ndk.rb +++ b/Library/Formula/android-ndk.rb @@ -2,9 +2,9 @@ require 'formula' class AndroidNdk < Formula homepage 'http://developer.android.com/sdk/ndk/index.html' - url 'http://dl.google.com/android/ndk/android-ndk-r8-darwin-x86.tar.bz2' - version 'r8' - md5 '81ce5de731f945692123b377afe0bad9' + url 'http://dl.google.com/android/ndk/android-ndk-r8b-darwin-x86.tar.bz2' + version 'r8b' + sha1 '497ba01810c881c0655c9b0759d529adf9e8cf52' depends_on 'android-sdk' |
