diff options
author | Nick Hainke <vincent@systemli.org> | 2022-08-27 10:13:58 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-08-31 13:32:13 -0700 |
commit | 2f17f23da38cf59cdf149533ddead3cb4739d774 (patch) | |
tree | 4ba8a7cef94bc44ff3a6fd97500db754df4a22c1 /libs/libssh | |
parent | bb79972f8df1f9e3a9fb15c1d5ec001db2e1b2e9 (diff) |
libssh: update to 0.10.0
Release Notes:
https://www.libssh.org/2022/08/26/libssh-0-10-0/
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'libs/libssh')
-rw-r--r-- | libs/libssh/Makefile | 6 |
1 files 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 <mislav.novakovic@sartura.hr> PKG_LICENSE:=LGPL-2.1-or-later BSD-2-Clause |