From 21f53334dfa78d4833029452b233bd7e6714e68f Mon Sep 17 00:00:00 2001 From: John Date: Fri, 22 Mar 2019 03:09:12 +0100 Subject: [PATCH] kiwix-tools: update to 1.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 0bf56e2f7c4..320a5f07569 100644 --- a/srcpkgs/kiwix-tools/template +++ b/srcpkgs/kiwix-tools/template @@ -1,6 +1,6 @@ # Template file for 'kiwix-tools' pkgname=kiwix-tools -version=1.0.0 +version=1.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=9ef26d1aa9a21622f566ba3c06e0b4ae26aadc126d753aadcc2e484c6314bccf +checksum=91e2014ae5f9c2a86bc2ee668e5555d7e4cbe87bf6507674443a5d2f43ec1570 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" kiwix-lib-devel"