diff options
author | Ruoh-Shoei LIN <lin.ruohshoei+sbo@gmail.com> | 2025-04-18 16:06:32 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-04-19 23:08:23 +0700 |
commit | 7153bf5069d6302a775d5344ff640abd3228b804 (patch) | |
tree | 3b6fe01766dcf2ace107328b3fb12075f129ebad | |
parent | cfce499bf74b0ad709db6196e22de835befaa29d (diff) |
system/zim-tools: Updated for version 3.6.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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" |