mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/Sphinx: Updated for version 4.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
eaf231081c
commit
c51c636b98
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=Sphinx
|
||||
VERSION=${VERSION:-4.0.2}
|
||||
VERSION=${VERSION:-4.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Sphinx"
|
||||
VERSION="4.0.2"
|
||||
VERSION="4.2.0"
|
||||
HOMEPAGE="http://www.sphinx-doc.org"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-4.0.2.tar.gz"
|
||||
MD5SUM="025cf3c9c173872924f7c4d96a878b65"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-4.2.0.tar.gz"
|
||||
MD5SUM="6af34550e36dd6d58a496e47ec67280f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="alabaster imagesize python3-babel Jinja2 snowballstemmer sphinxcontrib-applehelp sphinxcontrib-devhelp sphinxcontrib-htmlhelp sphinxcontrib-jsmath sphinxcontrib-qthelp sphinxcontrib-serializinghtml"
|
||||
|
|
Loading…
Reference in a new issue