Updated to 7.72.0

This commit is contained in:
Alzim 2020-08-31 19:39:07 +03:00
parent 2766d7f995
commit 440e17b0ea
3 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
sources:
curl-7.71.1.tar.xz: 243b6ab55421c20500cae8224409c3242d10bcce
curl-7.72.0.tar.xz: b8c8d8f33e9fa99d7ba6e35036715f8a76356f66

View file

@ -10,7 +10,7 @@ diff -rupN curl-7.59.0.old/curl-config.in curl-7.59.0/curl-config.in
;;
--prefix)
@@ -143,16 +143,7 @@ while test $# -gt 0; do
@@ -155,16 +155,7 @@
;;
--libs)
@ -19,7 +19,7 @@ diff -rupN curl-7.59.0.old/curl-config.in curl-7.59.0/curl-config.in
- else
- CURLLIBDIR=""
- fi
- if test "X@ENABLE_SHARED@" = "Xno" -o "X@REQUIRE_LIB_DEPS@" = "Xyes"; then
- if test "X@ENABLE_SHARED@" = "Xno"; then
- echo ${CURLLIBDIR}-lcurl @LIBCURL_LIBS@
- else
- echo ${CURLLIBDIR}-lcurl

View file

@ -28,7 +28,7 @@
Summary: Gets a file from a FTP, GOPHER or HTTP server
Name: curl
Version: 7.71.1
Version: 7.72.0
Release: 1
Epoch: 1
License: BSD-like