diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-10 21:04:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-10 21:04:48 +0200 |
commit | c11e51e667c4a5cf49fa9eef8578539d9962f64d (patch) | |
tree | 21a0da2c9f3f871e7048881b449fdb4674215f78 /package/libssh2 | |
parent | 2f7319091543edd9c9192a177d247ddf2308cd5e (diff) |
libssh2: update to 1.8.0
Diffstat (limited to 'package/libssh2')
-rw-r--r-- | package/libssh2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libssh2/Makefile b/package/libssh2/Makefile index e394484ff..b832133e5 100644 --- a/package/libssh2/Makefile +++ b/package/libssh2/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libssh2 -PKG_VERSION:= 1.7.0 +PKG_VERSION:= 1.8.0 PKG_RELEASE:= 1 -PKG_HASH:= e4561fd43a50539a8c2ceb37841691baf03ecb7daf043766da1b112e4280d584 +PKG_HASH:= 39f34e2f6835f4b992cafe8625073a88e5a28ba78f83e8099610a7b3af4676d4 PKG_DESCR:= client-side c library implementing ssh2 protocol PKG_SECTION:= libs/crypto PKG_BUILDDEP:= zlib libressl |