libssh: update to 0.11.2.

This commit is contained in:
skmpz 2025-06-29 19:26:51 +03:00 committed by tranzystorekk
parent b9e8e55ad7
commit 335a467eb6

View file

@ -1,6 +1,6 @@
# Template file for 'libssh'
pkgname=libssh
version=0.11.1
version=0.11.2
revision=1
build_style=cmake
hostmakedepends="pkg-config python3"
@ -12,7 +12,7 @@ license="LGPL-2.1-or-later"
homepage="https://www.libssh.org/"
changelog="https://git.libssh.org/projects/libssh.git/plain/CHANGELOG"
distfiles="https://git.libssh.org/projects/libssh.git/snapshot/libssh-${version}.tar.gz"
checksum=d639d8c18a6b439e6f2047b3ea2a32b4113016f239b86c1ba8e082b02a1aeb1c
checksum=b83b30ce217f7418acdd259a571f1a56b877fb65029820c63d32ad409c121eb6
case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args="-DHAVE_GLOB=0" ;;