kiwix-tools: update to 3.5.0
This commit is contained in:
parent
571148d767
commit
54483b2dd2
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'kiwix-tools'
|
||||
pkgname=kiwix-tools
|
||||
version=3.1.2
|
||||
revision=2
|
||||
version=3.5.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="kiwix-lib-devel zlib-devel libmicrohttpd-devel libuuid-devel
|
||||
libcurl-devel"
|
||||
libcurl-devel libzim-devel"
|
||||
short_desc="Kiwix command line tools"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
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=86325ec31976d40357f08c520806cf223fa1b0a5edb02ad106c2a0d6746ca364
|
||||
changelog="https://raw.githubusercontent.com/kiwix/kiwix-tools/main/Changelog"
|
||||
distfiles="https://github.com/kiwix/kiwix-tools/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=b15e69dd0ae690cb7a000ad815e5037db5276d92310e0b44832b960a51bfaeac
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" kiwix-lib-devel"
|
||||
|
|
Loading…
Reference in New Issue