update curl

This commit is contained in:
Mark Brand 2018-03-15 16:47:47 +01:00
parent d54a06107b
commit 006b815e8e
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.58.0
$(PKG)_CHECKSUM := 6a813875243609eb75f37fa72044e4ad618b55ec15a4eafdac2df6a7e800e3e3
$(PKG)_VERSION := 7.59.0
$(PKG)_CHECKSUM := e44eaabdf916407585bf5c7939ff1161e6242b6b015d3f2f5b758b2a330461fc
$(PKG)_SUBDIR := curl-$($(PKG)_VERSION)
$(PKG)_FILE := curl-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://curl.haxx.se/download/$($(PKG)_FILE)