From f1ad3690413a840a10ee74406ec1d796d505197c Mon Sep 17 00:00:00 2001 From: John Date: Thu, 22 Aug 2019 21:36:03 +0200 Subject: [PATCH] kiwix-tools: update to 3.0.1. --- 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 d10729c482d..5ea459d7632 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.0 +version=3.0.1 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=ee22a7f939bcf51999327736461c988bfa8c9e0c83562d335eb2a400c4df3758 +checksum=b4d2ff9dfb7d71bb06ee837392a714cf8934d21dba65d5d051c0caa0112e4974 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" kiwix-lib-devel"