浏览代码

libssh: update to latest stable version

Waldemar Brodkorb 8 年之前
父节点
当前提交
4ea9ec484e
共有 1 个文件被更改,包括 4 次插入4 次删除
  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