python/sphinxcontrib-applehelp: Updated for version 1.0.8.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-02-24 07:11:03 -07:00 committed by Willy Sudiarto Raharjo
parent 15dd147c6b
commit 5e47cba9fd
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sphinxcontrib-applehelp
SRCNAM=sphinxcontrib_applehelp
VERSION=${VERSION:-1.0.7}
VERSION=${VERSION:-1.0.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="sphinxcontrib-applehelp"
VERSION="1.0.7"
VERSION="1.0.8"
HOMEPAGE="https://github.com/sphinx-doc/sphinxcontrib-applehelp"
DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-applehelp/sphinxcontrib_applehelp-1.0.7.tar.gz"
MD5SUM="660ede87eb89408a9989a740faab1675"
DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-applehelp/sphinxcontrib_applehelp-1.0.8.tar.gz"
MD5SUM="5604b67076d57cf229da15daf3472ff5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build"