diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-02-29 19:54:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-02-29 19:55:25 +0100 |
commit | 4ea9ec484ec8f860d88015c21eb6acec3b307936 (patch) | |
tree | a5e538c9eed4f01e4b09b224c788d115f5457674 /package/libssh | |
parent | 177cc84bc8b90e40d82d545ceeeeddea0706c8da (diff) |
libssh: update to latest stable version
Diffstat (limited to 'package/libssh')
-rw-r--r-- | package/libssh/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libssh/Makefile b/package/libssh/Makefile index 002af0c19..b086a893e 100644 --- a/package/libssh/Makefile +++ b/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 |