From 8324aa049f6ffcee258ad637c45d3d62f284713f Mon Sep 17 00:00:00 2001 From: John Date: Sun, 23 Feb 2020 04:56:12 +0100 Subject: [PATCH] kiwix-tools: update to 3.0.2. --- srcpkgs/kiwix-tools/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/kiwix-tools/template b/srcpkgs/kiwix-tools/template index b7f56f97877..13cbf0f5ae2 100644 --- a/srcpkgs/kiwix-tools/template +++ b/srcpkgs/kiwix-tools/template @@ -1,7 +1,7 @@ # Template file for 'kiwix-tools' pkgname=kiwix-tools -version=3.0.1 -revision=4 +version=3.0.2 +revision=1 build_style=meson hostmakedepends="pkg-config" makedepends="kiwix-lib-devel zlib-devel libmicrohttpd-devel libuuid-devel" @@ -11,7 +11,7 @@ license="GPL-3.0-or-later" homepage="https://kiwix.org" changelog="https://github.com/kiwix/kiwix-tools/blob/${version}/Changelog" distfiles="https://github.com/kiwix/kiwix-tools/archive/${version}.tar.gz" -checksum=b4d2ff9dfb7d71bb06ee837392a714cf8934d21dba65d5d051c0caa0112e4974 +checksum=681cf32312d04ed373fcafb278353dcd706b2e6050e2790775e5ffaca77c8bc3 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" kiwix-lib-devel"