update curl

This commit is contained in:
Mark Brand 2017-10-04 22:02:21 +02:00
parent 132f3484da
commit 7aba61f97b
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ PKG := curl
$(PKG)_WEBSITE := https://curl.haxx.se/libcurl/
$(PKG)_DESCR := cURL
$(PKG)_IGNORE :=
$(PKG)_VERSION := 7.55.1
$(PKG)_CHECKSUM := 3eafca6e84ecb4af5f35795dee84e643d5428287e88c041122bb8dac18676bb7
$(PKG)_VERSION := 7.56.0
$(PKG)_CHECKSUM := 32437bcca0e9434384329fdc733547879d25ba70335b3cf9e3d9cbc3e71fd172
$(PKG)_SUBDIR := curl-$($(PKG)_VERSION)
$(PKG)_FILE := curl-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://curl.haxx.se/download/$($(PKG)_FILE)