mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/sphinxcontrib-applehelp: Updated for version 1.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
77dcafbcb6
commit
ec6d3d083b
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for sphinxcontrib-applehelp
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=sphinxcontrib-applehelp
|
PRGNAM=sphinxcontrib-applehelp
|
||||||
VERSION=${VERSION:-1.0.1}
|
VERSION=${VERSION:-1.0.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="sphinxcontrib-applehelp"
|
PRGNAM="sphinxcontrib-applehelp"
|
||||||
VERSION="1.0.1"
|
VERSION="1.0.2"
|
||||||
HOMEPAGE="https://github.com/sphinx-doc/sphinxcontrib-applehelp"
|
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"
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.2.tar.gz"
|
||||||
MD5SUM="c3424507cc28291f8005081b6a96afb1"
|
MD5SUM="3f2de7681e12dde031acee0497c3cc2b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3"
|
REQUIRES="python3"
|
||||||
|
|
Loading…
Reference in a new issue