From b02c455d6b53328b817e2f0abb2dccaf36484977 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 13 Nov 2018 14:18:37 +0100 Subject: [PATCH] kiwix-tools: update to 0.8.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 d55a97f15d7..33fec7d118a 100644 --- a/srcpkgs/kiwix-tools/template +++ b/srcpkgs/kiwix-tools/template @@ -1,6 +1,6 @@ # Template file for 'kiwix-tools' pkgname=kiwix-tools -version=0.7.0 +version=0.8.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=c4f3bfabc5e5ddc13a5bd968ab1a43ea43d9864090328ce8d55ded677f8d008e +checksum=4cf3289670d42cdc9a5c9145544f9936aa0a2f125582b36ac843177f69487295 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" kiwix-lib-devel"