libssh: change url

This commit is contained in:
CvH 2016-07-10 17:43:11 +02:00 committed by GitHub
parent 4cb4fca337
commit 6512347f28

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"