update curl

This commit is contained in:
Mark Brand 2018-01-24 23:54:18 +01:00
parent 59cf7afab9
commit 40b110e10f
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.57.0
$(PKG)_CHECKSUM := f5f6fd3c72b7b8389969f4fb671ed8532fa9b5bb7a5cae7ca89bc1cea45c7878
$(PKG)_VERSION := 7.58.0
$(PKG)_CHECKSUM := 6a813875243609eb75f37fa72044e4ad618b55ec15a4eafdac2df6a7e800e3e3
$(PKG)_SUBDIR := curl-$($(PKG)_VERSION)
$(PKG)_FILE := curl-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://curl.haxx.se/download/$($(PKG)_FILE)