diff options
-rw-r--r-- | python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.SlackBuild | 4 | ||||
-rw-r--r-- | python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.SlackBuild b/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.SlackBuild index 8ea318ccf63b1..5c78441342739 100644 --- a/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.SlackBuild +++ b/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sphinxcontrib-devhelp -# Copyright 2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2019-2020 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-devhelp -VERSION=${VERSION:-1.0.1} +VERSION=${VERSION:-1.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.info b/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.info index fa6fc11b5d47a..ebba055f29b59 100644 --- a/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.info +++ b/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.info @@ -1,8 +1,8 @@ PRGNAM="sphinxcontrib-devhelp" -VERSION="1.0.1" +VERSION="1.0.2" HOMEPAGE="https://github.com/sphinx-doc/sphinxcontrib-devhelp" -DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.1.tar.gz" -MD5SUM="ecb33259e2e8300493d210140af7d957" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2.tar.gz" +MD5SUM="94069c5cdb5079c445f5477fa6107016" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |