diff --git a/srcpkgs/librsync/template b/srcpkgs/librsync/template index c621f609c0..943c8ddad8 100644 --- a/srcpkgs/librsync/template +++ b/srcpkgs/librsync/template @@ -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 " -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"