summaryrefslogtreecommitdiff
path: root/package/libssh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-07-25 22:16:37 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-07-25 22:16:37 +0200
commit82bab389a4f5e871dae68ff376fb74537b1e75b6 (patch)
tree00bb643162853e282e04eeae6c1f06e232216027 /package/libssh
parentf94dbc199e0abcdd3b8cc9d9d7226d8a1a6b47e1 (diff)
parentdba433e831fb3fe7ea5e6ced99c92643b8e7f9e8 (diff)
Merge branch 'master' of gogs.waldemar-brodkorb.de:linux/openadk
Diffstat (limited to 'package/libssh')
-rw-r--r--package/libssh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libssh/Makefile b/package/libssh/Makefile
index e3a5896ba..d586d6617 100644
--- a/package/libssh/Makefile
+++ b/package/libssh/Makefile
@@ -4,15 +4,15 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= libssh
-PKG_VERSION:= 0.7.3
+PKG_VERSION:= 0.7.5
PKG_RELEASE:= 1
-PKG_HASH:= 26ef46be555da21112c01e4b9f5e3abba9194485c8822ab55ba3d6496222af98
+PKG_HASH:= 54e86dd5dc20e5367e58f3caab337ce37675f863f80df85b6b1614966a337095
PKG_DESCR:= secure shell library
PKG_SECTION:= libs/crypto
PKG_DEPENDS:= zlib libressl
PKG_BUILDDEP:= cmake-host zlib libressl
PKG_URL:= http://www.libssh.org/
-PKG_SITES:= https://red.libssh.org/attachments/download/195/
+PKG_SITES:= https://red.libssh.org/attachments/download/218/
PKG_OPTS:= dev
include $(ADK_TOPDIR)/mk/package.mk