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>
This commit is contained in:
Benjamin Trigona-Harany 2020-04-04 11:11:50 -07:00 committed by Willy Sudiarto Raharjo
parent 3604970db6
commit efbbe85805
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

@ -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}

View File

@ -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"