curl: update to 7.63.0.
This commit is contained in:
parent
e2ff467505
commit
29448a7aba
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'curl'
|
||||
pkgname=curl
|
||||
version=7.62.0
|
||||
revision=2
|
||||
version=7.63.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
|
||||
$(vopt_with rtmp) $(vopt_with gssapi) $(vopt_enable ldap) $(vopt_with gnuts)
|
||||
|
@ -20,7 +20,7 @@ license="MIT"
|
|||
homepage="https://curl.haxx.se"
|
||||
changelog="https://curl.haxx.se/changes.html#${version//./_}"
|
||||
distfiles="${homepage}/download/${pkgname}-${version}.tar.bz2"
|
||||
checksum=7802c54076500be500b171fde786258579d60547a3a35b8c5a23d8c88e8f9620
|
||||
checksum=9bab7ed4ecff77020a312d84cc5fb7eb02d58419d218f267477a724a17fd8dd8
|
||||
build_options="gnutls gssapi ldap rtmp ssh ssl"
|
||||
build_options_default="ssh ssl"
|
||||
vopt_conflict ssl gnutls
|
||||
|
@ -43,6 +43,7 @@ libcurl_package() {
|
|||
ln -sf libcurl.so.4.5.0 ${PKGDESTDIR}/usr/lib/libcurl-gnutls.so.4
|
||||
}
|
||||
}
|
||||
|
||||
libcurl-devel_package() {
|
||||
depends="${makedepends} libcurl>=${version}_${revision}"
|
||||
short_desc="The multiprotocol file transfer library - development files"
|
||||
|
|
Loading…
Reference in New Issue