diff options
author | Max Kellermann <max@duempel.org> | 2014-06-21 11:39:59 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-06-21 12:06:58 +0200 |
commit | 580346f4a71d3bb6dc9bbd1150b09ac51d35b562 (patch) | |
tree | 8bb1b52f861d4f93d0dd033295e083e6d4406a09 /android/build.py | |
parent | 0fbcf64108cf953f80892306e25f888294b60edb (diff) |
android/build.py: upgrade CURL to 7.37.0
Diffstat (limited to 'android/build.py')
-rwxr-xr-x | android/build.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/build.py b/android/build.py index 9471b76b0..0fd5635df 100755 --- a/android/build.py +++ b/android/build.py @@ -339,8 +339,8 @@ thirdparty_libs = [ ), AutotoolsProject( - 'http://curl.haxx.se/download/curl-7.35.0.tar.lzma', - 'ad7d63864414c61246450dc5e2248c7b', + 'http://curl.haxx.se/download/curl-7.37.0.tar.lzma', + '54bfd1eb5214f604186d6f5ac61c7781', 'lib/libcurl.a', [ '--disable-shared', '--enable-static', |