diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-02-24 07:12:47 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-02 09:19:51 +0700 |
commit | 4c395e76935ba1c69b47d57f3baa9de964fb93a0 (patch) | |
tree | f094df434f7dbab0ec55803e5f760475f774c0e2 /python | |
parent | dbad7d2f99038706f0be7a1ed61731af87c65977 (diff) |
python/sphinxcontrib-htmlhelp: Updated for version 2.0.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.SlackBuild | 2 | ||||
-rw-r--r-- | python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.SlackBuild b/python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.SlackBuild index f53ef2cead..222a9ead15 100644 --- a/python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.SlackBuild +++ b/python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sphinxcontrib-htmlhelp SRCNAM=sphinxcontrib_htmlhelp -VERSION=${VERSION:-2.0.4} +VERSION=${VERSION:-2.0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.info b/python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.info index 8945846d24..4bb01129b4 100644 --- a/python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.info +++ b/python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.info @@ -1,8 +1,8 @@ PRGNAM="sphinxcontrib-htmlhelp" -VERSION="2.0.4" +VERSION="2.0.5" HOMEPAGE="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp" -DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-htmlhelp/sphinxcontrib_htmlhelp-2.0.4.tar.gz" -MD5SUM="cbc0df02c4716f995a0410d455837b3b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-htmlhelp/sphinxcontrib_htmlhelp-2.0.5.tar.gz" +MD5SUM="f7f888239f3d8afd6978e9b11701b739" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build" |