diff --git a/curl/.footprint b/curl/.footprint index 2f1cebdf..e19d4c21 100644 --- a/curl/.footprint +++ b/curl/.footprint @@ -16,9 +16,9 @@ drwxr-xr-x root/root usr/include/curl/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libcurl.a -rwxr-xr-x root/root usr/lib/libcurl.la -lrwxrwxrwx root/root usr/lib/libcurl.so -> libcurl.so.4.3.0 -lrwxrwxrwx root/root usr/lib/libcurl.so.4 -> libcurl.so.4.3.0 --rwxr-xr-x root/root usr/lib/libcurl.so.4.3.0 +lrwxrwxrwx root/root usr/lib/libcurl.so -> libcurl.so.4.4.0 +lrwxrwxrwx root/root usr/lib/libcurl.so.4 -> libcurl.so.4.4.0 +-rwxr-xr-x root/root usr/lib/libcurl.so.4.4.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libcurl.pc drwxr-xr-x root/root usr/man/ @@ -35,6 +35,8 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/CURLMOPT_PIPELINING.3.gz -rw-r--r-- root/root usr/man/man3/CURLMOPT_PIPELINING_SERVER_BL.3.gz -rw-r--r-- root/root usr/man/man3/CURLMOPT_PIPELINING_SITE_BL.3.gz +-rw-r--r-- root/root usr/man/man3/CURLMOPT_PUSHDATA.3.gz +-rw-r--r-- root/root usr/man/man3/CURLMOPT_PUSHFUNCTION.3.gz -rw-r--r-- root/root usr/man/man3/CURLMOPT_SOCKETDATA.3.gz -rw-r--r-- root/root usr/man/man3/CURLMOPT_SOCKETFUNCTION.3.gz -rw-r--r-- root/root usr/man/man3/CURLMOPT_TIMERDATA.3.gz @@ -310,6 +312,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/libcurl-multi.3.gz -rw-r--r-- root/root usr/man/man3/libcurl-share.3.gz -rw-r--r-- root/root usr/man/man3/libcurl-symbols.3.gz +-rw-r--r-- root/root usr/man/man3/libcurl-thread.3.gz -rw-r--r-- root/root usr/man/man3/libcurl-tutorial.3.gz -rw-r--r-- root/root usr/man/man3/libcurl.3.gz drwxr-xr-x root/root usr/share/ diff --git a/curl/.md5sum b/curl/.md5sum index cd9c54c1..50d8b765 100644 --- a/curl/.md5sum +++ b/curl/.md5sum @@ -1 +1 @@ -95df6d1ce9c970289d2997e603d6fd79 curl-7.43.0.tar.lzma +2f924c80bb7124dff1b39f54ffda3781 curl-7.44.0.tar.lzma diff --git a/curl/Pkgfile b/curl/Pkgfile index 77fcc690..10b7ff1f 100644 --- a/curl/Pkgfile +++ b/curl/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl, zlib name=curl -version=7.43.0 +version=7.44.0 release=1 source=(http://curl.haxx.se/download/$name-$version.tar.lzma)