From 2f17f23da38cf59cdf149533ddead3cb4739d774 Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Sat, 27 Aug 2022 10:13:58 +0200 Subject: [PATCH] libssh: update to 0.10.0 Release Notes: https://www.libssh.org/2022/08/26/libssh-0-10-0/ Signed-off-by: Nick Hainke --- libs/libssh/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libssh/Makefile b/libs/libssh/Makefile index ead2faefa..6adfdefa7 100644 --- a/libs/libssh/Makefile +++ b/libs/libssh/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libssh -PKG_VERSION:=0.9.6 +PKG_VERSION:=0.10.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=https://www.libssh.org/files/0.9/ -PKG_HASH:=86bcf885bd9b80466fe0e05453c58b877df61afa8ba947a58c356d7f0fab829b +PKG_SOURCE_URL:=https://www.libssh.org/files/0.10/ +PKG_HASH:=0dc158c534cd838ad0b785a82dec586de40da7e096523ae6c08c9b7bd2af0b57 PKG_MAINTAINER:=Mislav Novakovic PKG_LICENSE:=LGPL-2.1-or-later BSD-2-Clause