librsync: update to 2.2.1

This commit is contained in:
Nathan Owens 2019-10-30 22:38:25 -05:00 committed by Helmut Pozimski
parent dcb8c429b9
commit c9aa90ddcc

View file

@ -1,16 +1,16 @@
# Template file for 'librsync'
pkgname=librsync
version=2.0.2
version=2.2.1
revision=1
build_style=cmake
hostmakedepends="perl"
makedepends="zlib-devel bzip2-devel popt-devel"
short_desc="Library that implements the rsync remote-delta algorithm (rdiff)"
maintainer="Orphaned <orphan@voidlinux.org>"
homepage="http://librsync.sourceforge.net/"
license="LGPL-2.1-or-later"
short_desc="A library that implements the rsync remote-delta algorithm (rdiff)"
homepage="http://librsync.sourceforge.net/"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
checksum=e67b9520ee84f7239be6e948795803bd95495091cc00bf6d0e8c6976032a4af1
checksum=b5ab8e2092b82b7d7bb9c1dd52e6a77083a89f8ad9b9309da611f490d0b49a71
if [ "$CROSS_BUILD" ]; then
configure_args+=" -C disableRuntimeTests.cmake"