diff options
author | Juergen Daubert <jue@jue.li> | 2008-01-29 10:23:21 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2008-01-29 10:23:21 +0100 |
commit | 5416f74ef22c8007019b133f16a7790d8f358879 (patch) | |
tree | 26c52b925356eb3e843994b0df0d71eeb91d559b /curl | |
parent | 666a5843b0a723fd09cf5f845be5de4eb8e13cdb (diff) | |
download | core-5416f74ef22c8007019b133f16a7790d8f358879.tar.gz core-5416f74ef22c8007019b133f16a7790d8f358879.tar.xz |
curl: update to 7.18.0
Diffstat (limited to 'curl')
-rw-r--r-- | curl/.footprint | 1 | ||||
-rw-r--r-- | curl/.md5sum | 2 | ||||
-rw-r--r-- | curl/Pkgfile | 7 |
3 files changed, 5 insertions, 5 deletions
diff --git a/curl/.footprint b/curl/.footprint index e17fbf13..ef1bc8e8 100644 --- a/curl/.footprint +++ b/curl/.footprint @@ -29,6 +29,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/curl_easy_escape.3.gz -rw-r--r-- root/root usr/man/man3/curl_easy_getinfo.3.gz -rw-r--r-- root/root usr/man/man3/curl_easy_init.3.gz +-rw-r--r-- root/root usr/man/man3/curl_easy_pause.3.gz -rw-r--r-- root/root usr/man/man3/curl_easy_perform.3.gz -rw-r--r-- root/root usr/man/man3/curl_easy_reset.3.gz -rw-r--r-- root/root usr/man/man3/curl_easy_setopt.3.gz diff --git a/curl/.md5sum b/curl/.md5sum index c3d5059b..5a1b1087 100644 --- a/curl/.md5sum +++ b/curl/.md5sum @@ -1 +1 @@ -1fa635d1dfde8337c98c82749d75c1de curl-7.17.1.tar.bz2 +3e50dd887d6a354be312d874e1d3426c curl-7.18.0.tar.bz2 diff --git a/curl/Pkgfile b/curl/Pkgfile index 07554557..4b9e9e9a 100644 --- a/curl/Pkgfile +++ b/curl/Pkgfile @@ -4,16 +4,15 @@ # Depends: openssl, zlib name=curl -version=7.17.1 +version=7.18.0 release=1 source=(http://curl.haxx.se/download/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ - --enable-ipv6 \ - --mandir=/usr/man + --mandir=/usr/man \ + --enable-ipv6 make make DESTDIR=$PKG install - rm -rf $PKG/usr/info } |