curl: updated to 7.19.0 and enabled ldaps now.
--HG-- extra : convert_revision : a9edea94bf719d980af9866487a548ed53ee202a
This commit is contained in:
parent
d9b394647c
commit
05a7bcc95e
1 changed files with 3 additions and 2 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'curl'
|
# Template file for 'curl'
|
||||||
pkgname=curl
|
pkgname=curl
|
||||||
version=7.18.0
|
version=7.19.0
|
||||||
extract_sufx=".tar.bz2"
|
extract_sufx=".tar.bz2"
|
||||||
url=http://curl.haxx.se/download/
|
url=http://curl.haxx.se/download/
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
|
configure_args="--enable-ldaps"
|
||||||
pkgconfig_override="libcurl.pc"
|
pkgconfig_override="libcurl.pc"
|
||||||
short_desc="Client that groks URLs"
|
short_desc="Client that groks URLs"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=f25ec844e7ef6221719439b3214fd3c3a42f5604
|
checksum=2849e82496eb19bd75792d64f42eaa196e1ebac3
|
||||||
long_desc="
|
long_desc="
|
||||||
Curl is a command line tool for transferring files with URL syntax, supporting
|
Curl is a command line tool for transferring files with URL syntax, supporting
|
||||||
FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. Curl supports
|
FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. Curl supports
|
||||||
|
|
Loading…
Reference in a new issue