From 63ccbd5ec65383001715d2b1f781959577532d71 Mon Sep 17 00:00:00 2001 From: Piraty Date: Mon, 12 May 2025 23:26:49 +0200 Subject: [PATCH] libssh2: update to 1.11.1. --- srcpkgs/libssh2/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libssh2/template b/srcpkgs/libssh2/template index b2e3acea67c..fbd4ff8ef70 100644 --- a/srcpkgs/libssh2/template +++ b/srcpkgs/libssh2/template @@ -1,7 +1,7 @@ # Template file for 'libssh2' pkgname=libssh2 -version=1.11.0 -revision=2 +version=1.11.1 +revision=1 build_style=cmake configure_args="-DENABLE_ZLIB_COMPRESSION=ON -DRUN_DOCKER_TESTS=OFF" makedepends="zlib-devel openssl-devel" @@ -10,7 +10,7 @@ maintainer="Orphaned " license="BSD-3-Clause" homepage="http://www.libssh2.org/" distfiles="http://www.libssh2.org/download/${pkgname}-${version}.tar.gz" -checksum=3736161e41e2693324deb38c26cfdc3efe6209d634ba4258db1cecff6a5ad461 +checksum=d9ec76cbe34db98eec3539fe2c899d26b0c837cb3eb466a56b0f109cabf658f7 post_install() { vlicense COPYING LICENSE