aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/curl
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2017-10-23 22:45:14 +0200
committerRechi <Rechi@users.noreply.github.com>2017-10-23 22:45:14 +0200
commit451cfa41484a7ab4b146eceb04241d959736475c (patch)
tree01c0a3bce3ad2e6d5420e1a6587501c51a667ab4 /tools/depends/target/curl
parent65aca5104d37edbba4bf128a61d8a9539fb74644 (diff)
[depends] bump curl to 7.56.1
Diffstat (limited to 'tools/depends/target/curl')
-rw-r--r--tools/depends/target/curl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/target/curl/Makefile b/tools/depends/target/curl/Makefile
index 1d1dff194f..2f4ee4dc6d 100644
--- a/tools/depends/target/curl/Makefile
+++ b/tools/depends/target/curl/Makefile
@@ -1,12 +1,12 @@
include ../../Makefile.include
-DEPS= ../../Makefile.include Makefile
+DEPS= ../../Makefile.include Makefile 0001-HTTP-reset-expected-DL-UL-sizes-on-redirects.patch
# lib name, version
LIBNAME=curl
ifeq (osx, $(findstring osx, $(OS)))
VERSION=7.21.6
else
-VERSION=7.51.0
+VERSION=7.56.1
endif
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.bz2