diff --git a/curl/.footprint b/curl/.footprint index e95e6a74..2f1cebdf 100644 --- a/curl/.footprint +++ b/curl/.footprint @@ -152,6 +152,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/CURLOPT_PASSWORD.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_PATH_AS_IS.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_PINNEDPUBLICKEY.3.gz +-rw-r--r-- root/root usr/man/man3/CURLOPT_PIPEWAIT.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_PORT.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_POST.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_POSTFIELDS.3.gz @@ -172,6 +173,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/CURLOPT_PROXYTYPE.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_PROXYUSERNAME.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_PROXYUSERPWD.3.gz +-rw-r--r-- root/root usr/man/man3/CURLOPT_PROXY_SERVICE_NAME.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_PROXY_TRANSFER_MODE.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_PUT.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_QUOTE.3.gz @@ -193,6 +195,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/CURLOPT_SASL_IR.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_SEEKDATA.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_SEEKFUNCTION.3.gz +-rw-r--r-- root/root usr/man/man3/CURLOPT_SERVICE_NAME.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_SHARE.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_SOCKOPTDATA.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_SOCKOPTFUNCTION.3.gz diff --git a/curl/.md5sum b/curl/.md5sum index 1860cf82..cd9c54c1 100644 --- a/curl/.md5sum +++ b/curl/.md5sum @@ -1 +1 @@ -f1e460020a99da039b153e4bf0cd8600 curl-7.42.1.tar.lzma +95df6d1ce9c970289d2997e603d6fd79 curl-7.43.0.tar.lzma diff --git a/curl/Pkgfile b/curl/Pkgfile index 6efe0a9f..77fcc690 100644 --- a/curl/Pkgfile +++ b/curl/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl, zlib name=curl -version=7.42.1 +version=7.43.0 release=1 source=(http://curl.haxx.se/download/$name-$version.tar.lzma)