From: Nick Hainke Date: Mon, 5 Sep 2022 21:33:53 +0000 (+0200) Subject: libssh: update to 0.10.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c808768cadf92d0cdbf923f24047d04561fe8b68;p=openwrt-packages.git libssh: update to 0.10.3 Release notes: https://www.libssh.org/2022/09/05/libssh-0-10-3/ Signed-off-by: Nick Hainke --- diff --git a/libs/libssh/Makefile b/libs/libssh/Makefile index 1a1c7d527..9fc9bf24d 100644 --- a/libs/libssh/Makefile +++ b/libs/libssh/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libssh -PKG_VERSION:=0.10.2 +PKG_VERSION:=0.10.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.libssh.org/files/0.10/ -PKG_HASH:=15b83d7b74c8c67f758fb32faf1d9a35d5f8f50db523276a419e9876530f098a +PKG_HASH:=6e889dbe4f3eecd13a452ca868ec85525ab9c39d778519a9c141b83da738c8aa PKG_MAINTAINER:=Mislav Novakovic PKG_LICENSE:=LGPL-2.1-or-later BSD-2-Clause