update curl

This commit is contained in:
Mark Brand 2020-08-19 14:56:46 +02:00
parent d130ecf00c
commit fc923ef13e
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.71.1
$(PKG)_CHECKSUM := 40f83eda27cdbeb25cd4da48cefb639af1b9395d6026d2da1825bf059239658c
$(PKG)_VERSION := 7.72.0
$(PKG)_CHECKSUM := 0ded0808c4d85f2ee0db86980ae610cc9d165e9ca9da466196cc73c346513713
$(PKG)_SUBDIR := curl-$($(PKG)_VERSION)
$(PKG)_FILE := curl-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://curl.haxx.se/download/$($(PKG)_FILE)