libssh: update to libssh-0.4.7, thanks to Gujs

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-29 00:59:43 +01:00
parent 6a0ca0ab4b
commit ccaeb3e8ae

View File

@ -1,10 +1,10 @@
PKG_NAME="libssh" PKG_NAME="libssh"
PKG_VERSION="0.4.6" PKG_VERSION="0.4.7"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="OpenSource" PKG_LICENSE="OpenSource"
PKG_SITE="http://www.libssh.org/" PKG_SITE="http://www.libssh.org/"
PKG_URL="http://www.libssh.org/files/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="http://www.libssh.org/files/0.4/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="zlib openssl" PKG_DEPENDS="zlib openssl"
PKG_BUILD_DEPENDS="toolchain zlib openssl" PKG_BUILD_DEPENDS="toolchain zlib openssl"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"