librsync: update to 2.3.4

This commit is contained in:
elbachir-one 2025-07-23 14:13:42 +01:00 committed by Leah Neukirchen
parent 604971837a
commit 0662dc056c

View file

@ -1,6 +1,6 @@
# Template file for 'librsync' # Template file for 'librsync'
pkgname=librsync pkgname=librsync
version=2.3.2 version=2.3.4
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="perl" hostmakedepends="perl"
@ -12,7 +12,7 @@ license="LGPL-2.1-or-later"
homepage="http://librsync.sourceforge.net/" homepage="http://librsync.sourceforge.net/"
changelog="https://librsync.github.io/md_NEWS.html" changelog="https://librsync.github.io/md_NEWS.html"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
checksum=ef8ce23df38d5076d25510baa2cabedffbe0af460d887d86c2413a1c2b0c676f checksum=a0dedf9fff66d8e29e7c25d23c1f42beda2089fb4eac1b36e6acd8a29edfbd1f
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
configure_args+=" -C disableRuntimeTests.cmake" configure_args+=" -C disableRuntimeTests.cmake"