curl: update to 7.31.0.
This commit is contained in:
parent
999c7c1fab
commit
74c9cd88bf
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'curl'.
|
||||
pkgname=curl
|
||||
version=7.30.0
|
||||
version=7.31.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-ldaps --with-gssapi=/usr
|
||||
|
@ -13,13 +13,13 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="http://curl.haxx.se"
|
||||
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
|
||||
checksum=6b1c410387bea82601baec85d6aa61955794672e36766407e99ade8d55aaaf11
|
||||
checksum=a73b118eececff5de25111f35d1d0aafe1e71afdbb83082a8e44d847267e3e08
|
||||
|
||||
libcurl_package() {
|
||||
replaces="curl-libs<7.20.1"
|
||||
short_desc="The multiprotocol file transfer library"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so*"
|
||||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -32,6 +32,7 @@ libcurl-devel_package() {
|
|||
vmove "usr/share/man/man1/curl-config*"
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue