curl: update to 7.28.0.
This commit is contained in:
parent
f3bee21f16
commit
6aa44a86e5
|
@ -1,19 +1,20 @@
|
||||||
# Template build file for 'curl'.
|
# Template build file for 'curl'.
|
||||||
pkgname=curl
|
pkgname=curl
|
||||||
version=7.27.0
|
version=7.28.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ldaps --with-gssapi=/usr
|
configure_args="--enable-ldaps --with-gssapi=/usr
|
||||||
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt"
|
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt"
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
makedepends="pkg-config perl groff libidn-devel openssl-devel libldap-devel mit-krb5-devel"
|
makedepends="pkg-config perl groff libidn-devel openssl-devel
|
||||||
|
libldap-devel mit-krb5-devel"
|
||||||
subpackages="libcurl libcurl-devel"
|
subpackages="libcurl libcurl-devel"
|
||||||
short_desc="Client that groks URLs"
|
short_desc="Client that groks URLs"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://curl.haxx.se"
|
homepage="http://curl.haxx.se"
|
||||||
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
|
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
|
||||||
checksum=aba5582135c28470b46084da9747470c1c680485fc91f9f0d3f7928df8169398
|
checksum=b7f510db60f520ba0bc8a39cccee7e913362205b4a7709e16af2cba14093099b
|
||||||
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 New Issue