curl: update to 7.34.0.
This commit is contained in:
parent
bd13ca4699
commit
b58628019d
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'curl'.
|
||||
pkgname=curl
|
||||
version=7.33.0
|
||||
version=7.34.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-ldaps --with-gssapi=/usr
|
||||
|
@ -13,10 +13,9 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="http://curl.haxx.se"
|
||||
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
|
||||
checksum=0afde4cd949e2658eddc3cda675b19b165eea1af48ac5f3e1ec160792255d1b3
|
||||
checksum=10beade56b48311499e444783df3413405b22f20a147ed4a1d8a8125f1cc829b
|
||||
|
||||
libcurl_package() {
|
||||
replaces="curl-libs<7.20.1"
|
||||
short_desc="The multiprotocol file transfer library"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so.*"
|
||||
|
@ -24,7 +23,6 @@ libcurl_package() {
|
|||
}
|
||||
|
||||
libcurl-devel_package() {
|
||||
replaces="curl-devel<7.20.1"
|
||||
depends="libidn-devel openssl-devel mit-krb5-devel libcurl>=${version}_${revision}"
|
||||
short_desc="The multiprotocol file transfer library - development files"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue