diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-10 21:04:42 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-10 21:04:42 +0200 |
commit | 2f7319091543edd9c9192a177d247ddf2308cd5e (patch) | |
tree | 3c2733958ed9293dc1678daf5def46eb0692b4d5 /package | |
parent | 2f31b975c85599113e94c9493d5d1fbb11a87f33 (diff) |
libssh: update to 0.7.5
Diffstat (limited to 'package')
-rw-r--r-- | package/libssh/Makefile | 6 |
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 |