curl: update to curl-7.21.3

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-16 01:54:53 +01:00
parent f5e39bb596
commit eb8d8ce8dc
3 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ cd $PKG_BUILD
--with-ca-bundle="/etc/ssl/certs/ca-bundle.crt" \
--without-ca-path \
--without-libssh2 \
--with-librtmp \
--with-librtmp="$SYSROOT_PREFIX/usr" \
--without-libidn \
make

View File

@ -1,5 +1,5 @@
PKG_NAME="curl"
PKG_VERSION="7.21.2"
PKG_VERSION="7.21.3"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="MIT"