diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-04-04 11:11:50 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-11 09:30:00 +0700 |
commit | efbbe85805144d504bf05a9112ebedc4c5e91505 (patch) | |
tree | bbd5de39c5594ef6cf041732e74ceac84942b495 /python/sphinxcontrib-devhelp | |
parent | 3604970db67a6339a4a63acc13204882658507fc (diff) | |
download | slackbuilds-efbbe85805144d504bf05a9112ebedc4c5e91505.tar.gz |
python/sphinxcontrib-devhelp: Updated for version 1.0.2.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/sphinxcontrib-devhelp')
-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 8ea318ccf6..5c78441342 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 fa6fc11b5d..ebba055f29 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" |