From c748d4c3a5a2241db042c5ce0ed00b162cb40cb2 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Wed, 30 Oct 2019 22:38:25 -0500 Subject: [PATCH] librsync: update to 2.2.1 --- srcpkgs/librsync/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/librsync/template b/srcpkgs/librsync/template index c621f609c09..943c8ddad87 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"