diff options
author | Max Kellermann <max@musicpd.org> | 2019-09-01 13:02:04 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-09-01 13:02:04 +0200 |
commit | 4d1720c886f4f3ae6fe998502f27790aab02d5b0 (patch) | |
tree | 7b495887420681217635b3ea126b7b90cd4b1cfb /python | |
parent | 8f8ed8732783119008cbc3d3c6f0f8e2831e6d71 (diff) |
python/build/libs: update CURL to 7.65.3
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 b083984e2..7b98c4930 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -341,8 +341,8 @@ ffmpeg = FfmpegProject( ) curl = AutotoolsProject( - 'http://curl.haxx.se/download/curl-7.64.1.tar.xz', - '9252332a7f871ce37bfa7f78bdd0a0e3924d8187cc27cb57c76c9474a7168fb3', + 'http://curl.haxx.se/download/curl-7.65.3.tar.xz', + 'f2d98854813948d157f6a91236ae34ca4a1b4cb302617cebad263d79b0235fea', 'lib/libcurl.a', [ '--disable-shared', '--enable-static', |