From 3afb6272e2d2a427dd0d8c2bd7e32997e56b7b89 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 21 Oct 2019 13:51:01 -0300 Subject: main/librsync: upgrade to 2.2.1 Closes !612 --- main/librsync/APKBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'main/librsync') diff --git a/main/librsync/APKBUILD b/main/librsync/APKBUILD index 67218058d8..bbfb1fa1b4 100644 --- a/main/librsync/APKBUILD +++ b/main/librsync/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jeremy Thomerson # Maintainer: Jeremy Thomerson pkgname=librsync -pkgver=2.1.0 +pkgver=2.2.1 pkgrel=0 pkgdesc="librsync implements the rolling-checksum algorithm of rsync" url="https://github.com/librsync/librsync" @@ -9,8 +9,7 @@ arch="all" license="LGPL-2.1-or-later" makedepends="cmake popt-dev bzip2-dev zlib-dev perl" subpackages="$pkgname-dev $pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" +source="$pkgname-$pkgver.tar.gz::https://github.com/librsync/librsync/archive/v$pkgver.tar.gz" prepare() { default_prepare @@ -40,4 +39,4 @@ package() { install -D -m644 doc/librsync.3 "$pkgdir/usr/share/man/man3/librsync.3" } -sha512sums="9b91f4b696c1d1cdacb5c0679c7df7a92641e0a6a599c2e5de2bc0af3052b2045bb16c40b072c40859074d792c78c57afb0817917fa9843b179befa4506ebf04 librsync-2.1.0.tar.gz" +sha512sums="6581a4285ebcfa1c4dfecac2d6796dab736a4c66a7fb82863c778506073446d9a113d39de7eb29e845a484646f1d8fec29019338bce31a091b0acdc461ab1bcd librsync-2.2.1.tar.gz" -- cgit v1.2.3