summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/libssh/libssh.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/libssh/libssh.mk b/package/libssh/libssh.mk
index 34716c502a..902865d73b 100644
--- a/package/libssh/libssh.mk
+++ b/package/libssh/libssh.mk
@@ -4,9 +4,10 @@
#
################################################################################
-LIBSSH_VERSION = 0.7.5
+LIBSSH_VERSION_MAJOR = 0.7
+LIBSSH_VERSION = $(LIBSSH_VERSION_MAJOR).5
LIBSSH_SOURCE = libssh-$(LIBSSH_VERSION).tar.xz
-LIBSSH_SITE = https://red.libssh.org/attachments/download/218
+LIBSSH_SITE = https://www.libssh.org/files/$(LIBSSH_VERSION_MAJOR)
LIBSSH_LICENSE = LGPL-2.1
LIBSSH_LICENSE_FILES = COPYING
LIBSSH_INSTALL_STAGING = YES
OpenPOWER on IntegriCloud