update curl

This commit is contained in:
Mark Brand 2017-10-23 16:04:39 +02:00
parent b2a9fccaa5
commit 3c5ffdca1a
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.56.0
$(PKG)_CHECKSUM := 32437bcca0e9434384329fdc733547879d25ba70335b3cf9e3d9cbc3e71fd172
$(PKG)_VERSION := 7.56.1
$(PKG)_CHECKSUM := 8eed282cf3a0158d567a0feaa3c4619e8e847970597b5a2c81879e8f0d1a39d1
$(PKG)_SUBDIR := curl-$($(PKG)_VERSION)
$(PKG)_FILE := curl-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://curl.haxx.se/download/$($(PKG)_FILE)