Merge pull request #531 from CvH/libssh_8

libssh: change url
This commit is contained in:
MilhouseVH 2016-07-10 16:52:48 +01:00 committed by GitHub
commit 87b901126a

View File

@ -22,7 +22,7 @@ PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OpenSource"
PKG_SITE="http://www.libssh.org/"
PKG_URL="https://red.libssh.org/attachments/download/195/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_URL="https://git.libssh.org/projects/libssh.git/snapshot/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="toolchain zlib libressl"
PKG_PRIORITY="optional"
PKG_SECTION="network"