diff --git a/curl/.footprint b/curl/.footprint index f81f7f52..1a8a33e1 100644 --- a/curl/.footprint +++ b/curl/.footprint @@ -235,6 +235,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/CURLOPT_TLSAUTH_USERNAME.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_TRANSFERTEXT.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_TRANSFER_ENCODING.3.gz +-rw-r--r-- root/root usr/man/man3/CURLOPT_UNIX_SOCKET_PATH.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_UNRESTRICTED_AUTH.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_UPLOAD.3.gz -rw-r--r-- root/root usr/man/man3/CURLOPT_URL.3.gz diff --git a/curl/.md5sum b/curl/.md5sum index 7d2fa7d5..b9804407 100644 --- a/curl/.md5sum +++ b/curl/.md5sum @@ -1 +1 @@ -e9aa6dec29920eba8ef706ea5823bad7 curl-7.39.0.tar.lzma +d18fb866d97b536e8948833b84a58a73 curl-7.40.0.tar.lzma diff --git a/curl/Pkgfile b/curl/Pkgfile index eb7faf69..901d8fee 100644 --- a/curl/Pkgfile +++ b/curl/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl, zlib name=curl -version=7.39.0 +version=7.40.0 release=1 source=(http://curl.haxx.se/download/$name-$version.tar.lzma)