diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-07 21:34:52 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-10 17:04:54 +0700 |
commit | e1b7332721e4e3294a117cd9310e25349197145a (patch) | |
tree | 6b0e1a0cf27f59e08b8991f982b53397c4d73255 /python | |
parent | ec6d3d083bf2af29f4ccb61c549969f9d3b06330 (diff) | |
download | slackbuilds-e1b7332721e4e3294a117cd9310e25349197145a.tar.gz |
python/sphinxcontrib-htmlhelp: Updated for version 1.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.SlackBuild | 4 | ||||
-rw-r--r-- | python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.SlackBuild b/python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.SlackBuild index fdc14e149c..218a0140a5 100644 --- a/python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.SlackBuild +++ b/python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sphinxcontrib-htmlhelp -# Copyright 2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2019-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sphinxcontrib-htmlhelp -VERSION=${VERSION:-1.0.1} +VERSION=${VERSION:-1.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.info b/python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.info index 60e45900a1..bfb0bc5beb 100644 --- a/python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.info +++ b/python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.info @@ -1,8 +1,8 @@ PRGNAM="sphinxcontrib-htmlhelp" -VERSION="1.0.1" +VERSION="1.0.3" HOMEPAGE="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp" -DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.1.tar.gz" -MD5SUM="da7ec6e679bf330eb355c69b9640f2fb" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.tar.gz" +MD5SUM="f1db7db2a467f08f6292ab0d76e38584" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |