update curl

This commit is contained in:
Mark Brand 2019-07-19 18:19:04 +02:00
parent 299e297b07
commit d32e01dba1
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.65.2
$(PKG)_CHECKSUM := b6124b68ed56172012f767a9ea36d3b8ed45adafe7953bd11add66ae6f9d8a39
$(PKG)_VERSION := 7.65.3
$(PKG)_CHECKSUM := f2d98854813948d157f6a91236ae34ca4a1b4cb302617cebad263d79b0235fea
$(PKG)_SUBDIR := curl-$($(PKG)_VERSION)
$(PKG)_FILE := curl-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://curl.haxx.se/download/$($(PKG)_FILE)