From 8dd34fe91012335d38e2f60643859b4f6705dc15 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 11 Apr 2020 23:31:08 +0200 Subject: [PATCH] kiwix-tools: update to 3.1.0. --- 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 3e995214b78..a03ac210052 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.0.3 +version=3.1.0 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=d287fbb3819007254f3d5fd7e650a7b651c52a3f02e86aaa7025880243343d29 +checksum=28227988a9872be7bd205c9b1eb9275eedb278c8d132d3243222904cece712f1 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" kiwix-lib-devel"