curl: downgrade to curl-7.31.0, this should solve non working FTP sources in XBMC

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-09-16 03:55:49 +02:00
parent 0c4153f4f0
commit 9780a29c0a

View File

@ -19,7 +19,8 @@
################################################################################
PKG_NAME="curl"
PKG_VERSION="7.32.0"
# curl-7.32.0 breaks XBMC ftp sources support, please test before upgrade curl!
PKG_VERSION="7.31.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="MIT"