curl: Update to 7.63.0

For details see:
https://curl.haxx.se/changes.html

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Matthias Fischer
2019-02-04 18:30:54 +01:00
committed by Michael Tremer
parent b4285088a1
commit d2b7811b15
2 changed files with 26 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 7.59.0
VER = 7.63.0
THISAPP = curl-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = a44f98c25c7506e7103039b542aa5ad8
$(DL_FILE)_MD5 = 6121427a7199cd6094fc48c9e31e8992
install : $(TARGET)