summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-09-11 06:14:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-09-11 06:14:19 +0200
commit6ad1911de32149ab7d2c2934be49642ac6754216 (patch)
tree40a0e51fdd09d4d081b13881dba7a52606aba8d5
parent1f50163e59372a09065e5ccbf75acfc095e0a956 (diff)
libssh: update to 0.11.1
-rw-r--r--package/libssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libssh/Makefile b/package/libssh/Makefile
index 2175813ae..217cecc3b 100644
--- a/package/libssh/Makefile
+++ b/package/libssh/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= libssh
-PKG_VERSION:= 0.11.0
+PKG_VERSION:= 0.11.1
PKG_RELEASE:= 1
-PKG_HASH:= 860e814579e7606f3fc3db98c5807bef2ab60f793ec871d81bcd23acdcdd3e91
+PKG_HASH:= 14b7dcc72e91e08151c58b981a7b570ab2663f630e7d2837645d5a9c612c1b79
PKG_DESCR:= secure shell library
PKG_SECTION:= libs/crypto
PKG_DEPENDS:= zlib libopenssl