update curl

This commit is contained in:
Mark Brand 2020-03-15 01:49:44 +01:00
parent fbc2dab9d9
commit c0d9e6a483
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.69.0
$(PKG)_CHECKSUM := 9fadf2f082c127757808a28ddd5ab9d1bc2c7061ca7ddaf85814285e15e3271f
$(PKG)_VERSION := 7.69.1
$(PKG)_CHECKSUM := 03c7d5e6697f7b7e40ada1b2256e565a555657398e6c1fcfa4cb251ccd819d4f
$(PKG)_SUBDIR := curl-$($(PKG)_VERSION)
$(PKG)_FILE := curl-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://curl.haxx.se/download/$($(PKG)_FILE)