summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2020-08-19 12:56:46 (GMT)
committerMark Brand <mabrand@mabrand.nl>2020-08-19 12:57:07 (GMT)
commitfc923ef13e2b564fa757bb50bf31c87c0d1c6af4 (patch)
treeaeddde712502595d08855acb5f42aa8ca74e24c3
parentd130ecf00cc65e4bb42f2efdb0a7c023c4893257 (diff)
downloadmxe-fc923ef13e2b564fa757bb50bf31c87c0d1c6af4.zip
mxe-fc923ef13e2b564fa757bb50bf31c87c0d1c6af4.tar.gz
mxe-fc923ef13e2b564fa757bb50bf31c87c0d1c6af4.tar.bz2
update curl
-rw-r--r--src/curl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/curl.mk b/src/curl.mk
index 415d30f..9d4b264 100644
--- a/src/curl.mk
+++ b/src/curl.mk
@@ -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)