From 21d747cd36d477877ef18048565a35d69682b0f3 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Tue, 2 Aug 2016 19:20:47 +0200
Subject: [PATCH] python/libs: upgrade CURL to 7.50.0

---
 python/build/libs.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/build/libs.py b/python/build/libs.py
index c240c4fed..b12b019b6 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.49.1.tar.lzma',
-    'ae5e5e395da413d1fa0864e1d0a3fa57',
+    'http://curl.haxx.se/download/curl-7.50.0.tar.lzma',
+    'ecb8d3699c7087146b2953fee1bdaa41',
     'lib/libcurl.a',
     [
         '--disable-shared', '--enable-static',