comparison src/curl.mk @ 6200:e06422fcfcb9

* src/curl.mk: update to v7.83.0
author John Donoghue <john.donoghue@ieee.org>
date Sat, 30 Apr 2022 09:38:56 -0400
parents b24b2fcba96e
children fda4367559a4
comparison
equal deleted inserted replaced
6199:dc93a783420f 6200:e06422fcfcb9
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.82.0 6 $(PKG)_VERSION := 7.83.0
7 $(PKG)_CHECKSUM := 1da2b0a398a40b1b7e950940de21bc5e6dd8d622 7 $(PKG)_CHECKSUM := 2d7cafd75f4b54428827339a626d0f0ade4fde5a
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 libgsasl libidn2 libssh2 pthreads 11 $(PKG)_DEPS := gnutls libgsasl libidn2 libssh2 pthreads
12 12