update curl

This commit is contained in:
Mark Brand 2020-03-04 14:28:17 +01:00
parent 749aed4efa
commit 95a140d293
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.68.0
$(PKG)_CHECKSUM := b724240722276a27f6e770b952121a3afd097129d8c9fe18e6272dc34192035a
$(PKG)_VERSION := 7.69.0
$(PKG)_CHECKSUM := 9fadf2f082c127757808a28ddd5ab9d1bc2c7061ca7ddaf85814285e15e3271f
$(PKG)_SUBDIR := curl-$($(PKG)_VERSION)
$(PKG)_FILE := curl-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://curl.haxx.se/download/$($(PKG)_FILE)