summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2016-06-17 17:57:27 +0200
committerMax Kellermann <max@duempel.org>2016-06-17 17:57:40 +0200
commit35faafb32cae9bb48c68b3dd1f57bb820ed0605d (patch)
tree36d39153a6bf960011f1e476b191b5f0d251313f /python
parentf9fd868b99e660fc0de62a697268707cd1fbab2f (diff)
python/libs: upgrade CURL to 7.49.1
Diffstat (limited to 'python')
-rw-r--r--python/build/libs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/build/libs.py b/python/build/libs.py
index 3343775af..04a0a3c0e 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.48.0.tar.lzma',
- 'de75665721e3adb0a1d7e03b90c3d7a2',
+ 'http://curl.haxx.se/download/curl-7.49.1.tar.lzma',
+ 'ae5e5e395da413d1fa0864e1d0a3fa57',
'lib/libcurl.a',
[
'--disable-shared', '--enable-static',