comparison src/curl.mk @ 5853:616f352d6478

* src/curl.mk: update to v7.78
author John Donoghue <john.donoghue@ieee.org>
date Mon, 16 Aug 2021 09:26:38 -0400
parents 77037b02145a
children 19b3a5a0e015
comparison
equal deleted inserted replaced
5852:22a6469335d6 5853:616f352d6478
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := curl 4 PKG := curl
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 7.77.0 6 $(PKG)_VERSION := 7.78.0
7 $(PKG)_CHECKSUM := 0fc212cfe9544866f98571898ceb6d70b91ed9f0 7 $(PKG)_CHECKSUM := 52600f84018002cf9d0f58d65b65573ca08e1308
8 $(PKG)_SUBDIR := curl-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := curl-$($(PKG)_VERSION)
9 $(PKG)_FILE := curl-$($(PKG)_VERSION).tar.xz 9 $(PKG)_FILE := curl-$($(PKG)_VERSION).tar.xz
10 $(PKG)_URL := http://curl.haxx.se/download/$($(PKG)_FILE) 10 $(PKG)_URL := http://curl.haxx.se/download/$($(PKG)_FILE)
11 $(PKG)_DEPS := gnutls libidn2 libssh2 pthreads 11 $(PKG)_DEPS := gnutls libidn2 libssh2 pthreads
12 12