kiwix-tools: update to 0.6.1.
This commit is contained in:
parent
1c0c44201f
commit
fdf2fde238
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'kiwix-tools'
|
# Template file for 'kiwix-tools'
|
||||||
pkgname=kiwix-tools
|
pkgname=kiwix-tools
|
||||||
version=0.6.0
|
version=0.6.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="kiwix-lib-devel zlib-devel libmicrohttpd-devel libuuid-devel ctpp2-devel"
|
makedepends="kiwix-lib-devel zlib-devel libmicrohttpd-devel libuuid-devel ctpp2-devel"
|
||||||
short_desc="Kiwix command line tools"
|
short_desc="Kiwix command line tools"
|
||||||
maintainer="John <johnz@posteo.net>"
|
maintainer="John <johnz@posteo.net>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
#changelog="https://github.com/kiwix/kiwix-tools/blob/${verion}/Changelog"
|
|
||||||
homepage="https://kiwix.org"
|
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"
|
distfiles="https://github.com/kiwix/kiwix-tools/archive/${version}.tar.gz"
|
||||||
checksum=0907b21937d64bf89950c50ea8a8d396cf88bb8db76cc51f4fdcbdedbbd71cc2
|
checksum=9156f672584ce5c4a6a334020b8dd2a0afe01c01ae99e29f8c53a87c5c3ae6c4
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" kiwix-lib-devel"
|
hostmakedepends+=" kiwix-lib-devel"
|
||||||
|
|
Loading…
Reference in New Issue