diff options
author | Max Kellermann <max@duempel.org> | 2016-04-04 08:43:20 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-04-04 08:43:20 +0200 |
commit | 91afc7b23c08eab97177e7277915edd11edcb2fb (patch) | |
tree | e8db78ca46f8ce7522405bd7262b6c2ad08bdd45 /python | |
parent | 36d158e13e8f3c94639911814249149903b5afef (diff) |
python/libs: upgrade CURL to 7.48.0
Diffstat (limited to 'python')
-rw-r--r-- | python/build/libs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/build/libs.py b/python/build/libs.py index e80618ae9..a50ce1fe1 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -82,8 +82,8 @@ ffmpeg = FfmpegProject( ) curl = AutotoolsProject( - 'http://curl.haxx.se/download/curl-7.46.0.tar.lzma', - 'f845c513830d38c1b7ac39a98c1c2b11', + 'http://curl.haxx.se/download/curl-7.48.0.tar.lzma', + 'de75665721e3adb0a1d7e03b90c3d7a2', 'lib/libcurl.a', [ '--disable-shared', '--enable-static', |