diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-07 21:34:16 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-10 17:04:54 +0700 |
commit | ec6d3d083bf2af29f4ccb61c549969f9d3b06330 (patch) | |
tree | 6b0fec5d4565129b744ce96f6e8268dd43dbbe92 /python | |
parent | 77dcafbcb619d288664fa430cf571cdaeeb72146 (diff) |
python/sphinxcontrib-applehelp: Updated for version 1.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.SlackBuild | 4 | ||||
-rw-r--r-- | python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.SlackBuild b/python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.SlackBuild index 4a070c144954..63121975523c 100644 --- a/python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.SlackBuild +++ b/python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sphinxcontrib-applehelp -# 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-applehelp -VERSION=${VERSION:-1.0.1} +VERSION=${VERSION:-1.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.info b/python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.info index ff255249ac24..f816fc0a8a1b 100644 --- a/python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.info +++ b/python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.info @@ -1,8 +1,8 @@ PRGNAM="sphinxcontrib-applehelp" -VERSION="1.0.1" +VERSION="1.0.2" HOMEPAGE="https://github.com/sphinx-doc/sphinxcontrib-applehelp" -DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.1.tar.gz" -MD5SUM="c3424507cc28291f8005081b6a96afb1" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.2.tar.gz" +MD5SUM="3f2de7681e12dde031acee0497c3cc2b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |