From 2a45d99779e39bf0f9ebe7dbc23850cd72a9cffa Mon Sep 17 00:00:00 2001 From: John Date: Wed, 8 Jul 2020 17:19:34 +0200 Subject: [PATCH] kiwix-tools: update to 3.1.2. --- srcpkgs/kiwix-tools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kiwix-tools/template b/srcpkgs/kiwix-tools/template index 60d381f49d..c777f746fb 100644 --- a/srcpkgs/kiwix-tools/template +++ b/srcpkgs/kiwix-tools/template @@ -1,6 +1,6 @@ # Template file for 'kiwix-tools' pkgname=kiwix-tools -version=3.1.1 +version=3.1.2 revision=1 build_style=meson hostmakedepends="pkg-config" @@ -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=950b30ccdce4ade6da72283ae1055a3de886ff2d2108df1c560e54d849716cdf +checksum=86325ec31976d40357f08c520806cf223fa1b0a5edb02ad106c2a0d6746ca364 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" kiwix-lib-devel"