libsoup: update to 2.34.0.

--HG--
branch : gnome3
This commit is contained in:
Juan RP 2011-04-05 11:56:37 +02:00
parent 791e8d5d52
commit 6536a03bf0
2 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
abi_depends=">=2.27.5"
abi_depends=">=2.34.0"
api_depends="${abi_depends}"

View file

@ -1,12 +1,12 @@
# Template file for 'libsoup'
pkgname=libsoup
version=2.33.92
distfiles="${GNOME_SITE}/$pkgname/2.33/$pkgname-$version.tar.bz2"
version=2.34.0
distfiles="${GNOME_SITE}/$pkgname/2.34/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--localstatedir=/var"
short_desc="HTTP library implementation in C"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=069af78051d25787e4ab280057ecb52a8fac96f13864bdd9b8040f2e866270fa
checksum=bb7b8f4ab72923c8bdaf83ad9655e946c4c68ee6957b82eb0e20586c1ad627e7
long_desc="
Libsoup is an HTTP library implementation in C. It was originally part
of a SOAP (Simple Object Access Protocol) implementation called Soup, but