curl: update to 7.41.0.
This commit is contained in:
parent
6420656401
commit
32bf9855a8
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'curl'.
|
||||
pkgname=curl
|
||||
version=7.40.0
|
||||
revision=2
|
||||
version=7.41.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_cv_sizeof_off_t=8 --disable-ldaps --without-gssapi
|
||||
--enable-threaded-resolver --enable-ipv6
|
||||
|
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="http://curl.haxx.se"
|
||||
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
|
||||
checksum=899109eb3900fa6b8a2f995df7f449964292776a04763e94fae640700f883fba
|
||||
checksum=9f8b546bdc5c57d959151acae7ce6610fe929d82b8d0fc5b25a3a2296e5f8bea
|
||||
|
||||
libcurl_package() {
|
||||
short_desc="The multiprotocol file transfer library"
|
||||
|
@ -23,7 +23,7 @@ libcurl_package() {
|
|||
}
|
||||
}
|
||||
libcurl-devel_package() {
|
||||
depends="zlib-devel libidn-devel libressl-devel libcurl>=${version}_${revision}"
|
||||
depends="${makedepends} libcurl>=${version}_${revision}"
|
||||
short_desc="The multiprotocol file transfer library - development files"
|
||||
pkg_install() {
|
||||
vmove usr/bin/curl-config
|
||||
|
|
Loading…
Reference in New Issue