Browse Source

libssh: update to latest stable version

Waldemar Brodkorb 9 years ago
parent
commit
4ea9ec484e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      package/libssh/Makefile

+ 4 - 4
package/libssh/Makefile

@@ -4,15 +4,15 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		libssh
-PKG_VERSION:=		8ec46cbd42c2af7b7e1a06e3b3087e97526b558e
+PKG_VERSION:=		0.7.3
 PKG_RELEASE:=		1
-PKG_GIT:=		hash
+PKG_HASH:=		26ef46be555da21112c01e4b9f5e3abba9194485c8822ab55ba3d6496222af98
 PKG_DESCR:=		secure shell library
-PKG_SECTION:=		libs/net
+PKG_SECTION:=		libs/crypto
 PKG_DEPENDS:=		zlib
 PKG_BUILDDEP:=		cmake-host zlib
 PKG_URL:=		http://www.libssh.org/
-PKG_SITES:=		git://git.libssh.org/projects/libssh.git 
+PKG_SITES:=		https://red.libssh.org/attachments/download/195/
 PKG_OPTS:=		dev
 
 PKG_CHOICES_LIBSSH:=	WITH_LIBRESSL WITH_OPENSSL