aboutsummaryrefslogtreecommitdiff
path: root/libs/libssh2
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-08-27 10:21:47 +0200
committerNick Hainke <vincent@systemli.org>2022-08-27 10:21:47 +0200
commit33f3445cf41f5c5bcf70f8f4c695248354dd1bc5 (patch)
tree5684658f3bdb0cb6ad8024ad4e2e3fc3c436559d /libs/libssh2
parentd349f03761cc603652b73e7ce2f499d61de30977 (diff)
libssh2: update to 1.10.0
Release Notes: https://www.libssh2.org/changes.html Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'libs/libssh2')
-rw-r--r--libs/libssh2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libssh2/Makefile b/libs/libssh2/Makefile
index bf4493f36..f5aa49953 100644
--- a/libs/libssh2/Makefile
+++ b/libs/libssh2/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libssh2
-PKG_VERSION:=1.9.0
-PKG_RELEASE:=2
+PKG_VERSION:=1.10.0
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.libssh2.org/download
-PKG_HASH:=d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd
+PKG_HASH:=2d64e90f3ded394b91d3a2e774ca203a4179f69aebee03003e5a6fa621e41d51
PKG_MAINTAINER:=Jiri Slachta <jiri@slachta.eu>
PKG_LICENSE:=BSD-3-Clause