diff options
-rw-r--r-- | system/zim-tools/zim-tools.SlackBuild | 2 | ||||
-rw-r--r-- | system/zim-tools/zim-tools.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/zim-tools/zim-tools.SlackBuild b/system/zim-tools/zim-tools.SlackBuild index 9355943fc9..2811bb92a3 100644 --- a/system/zim-tools/zim-tools.SlackBuild +++ b/system/zim-tools/zim-tools.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=zim-tools -VERSION=${VERSION:-3.5.0} +VERSION=${VERSION:-3.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/zim-tools/zim-tools.info b/system/zim-tools/zim-tools.info index 0f00d09a21..4fdda5ce85 100644 --- a/system/zim-tools/zim-tools.info +++ b/system/zim-tools/zim-tools.info @@ -1,8 +1,8 @@ PRGNAM="zim-tools" -VERSION="3.5.0" +VERSION="3.6.0" HOMEPAGE="https://github.com/openzim/zim-tools" -DOWNLOAD="https://download.openzim.org/release/zim-tools/zim-tools-3.5.0.tar.xz" -MD5SUM="a71850bd0b8172a3ba8a913471cf28d1" +DOWNLOAD="https://download.openzim.org/release/zim-tools/zim-tools-3.6.0.tar.xz" +MD5SUM="1fd6508c1ca4df15459c337ce4a7bb5d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libzim docopt.cpp gumbo-parser Mustache" |