comparison src/curl.mk @ 5784:77037b02145a

* src/curl.mk: update to v7.77.0
author John Donoghue <john.donoghue@ieee.org>
date Thu, 17 Jun 2021 08:11:19 -0400
parents 5c051bd401f6
children 616f352d6478
comparison
equal deleted inserted replaced
5783:50e9c3a14375 5784:77037b02145a
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.76.1 6 $(PKG)_VERSION := 7.77.0
7 $(PKG)_CHECKSUM := d38ab79ef7a6d92df91ca8dfcf9a5eaf7e25b725 7 $(PKG)_CHECKSUM := 0fc212cfe9544866f98571898ceb6d70b91ed9f0
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
13 $(PKG)_CONFIGURE_OPTS := 13 $(PKG)_CONFIGURE_OPTS :=
14 ifeq ($(MXE_WINDOWS_BUILD),yes) 14 ifeq ($(MXE_WINDOWS_BUILD),yes)
15 $(PKG)_CONFIGURE_OPTS := --with-winssl --with-default-ssl-backend=schannel 15 $(PKG)_CONFIGURE_OPTS := --with-schannel --with-default-ssl-backend=schannel
16 endif 16 endif
17 17
18 define $(PKG)_UPDATE 18 define $(PKG)_UPDATE
19 $(WGET) -q -O- 'http://curl.haxx.se/download/?C=M;O=D' | \ 19 $(WGET) -q -O- 'http://curl.haxx.se/download/?C=M;O=D' | \
20 $(SED) -n 's,.*curl-\([0-9][^"]*\)\.tar.*,\1,p' | \ 20 $(SED) -n 's,.*curl-\([0-9][^"]*\)\.tar.*,\1,p' | \