diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-12-28 08:36:16 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-31 18:06:23 +0700 |
commit | 1eb2a5c9e753295dde67721c6f34bc89677880cc (patch) | |
tree | e5b1f3e9c716b09c02f331319ca2f1bcd70af4f4 /development/Sphinx | |
parent | a9c294a084c2d0933080c254eec9b5e0b4dbc74a (diff) | |
download | slackbuilds-1eb2a5c9e753295dde67721c6f34bc89677880cc.tar.gz |
development/Sphinx: Updated for version 2.3.2.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'development/Sphinx')
-rw-r--r-- | development/Sphinx/Sphinx.SlackBuild | 2 | ||||
-rw-r--r-- | development/Sphinx/Sphinx.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/Sphinx/Sphinx.SlackBuild b/development/Sphinx/Sphinx.SlackBuild index 4e16ce6fee..a94385ce4a 100644 --- a/development/Sphinx/Sphinx.SlackBuild +++ b/development/Sphinx/Sphinx.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=Sphinx -VERSION=${VERSION:-2.3.0} +VERSION=${VERSION:-2.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/Sphinx/Sphinx.info b/development/Sphinx/Sphinx.info index e452a973a7..5246bf5b4e 100644 --- a/development/Sphinx/Sphinx.info +++ b/development/Sphinx/Sphinx.info @@ -1,8 +1,8 @@ PRGNAM="Sphinx" -VERSION="2.3.0" +VERSION="2.3.1" HOMEPAGE="http://www.sphinx-doc.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-2.3.0.tar.gz" -MD5SUM="515365027941c43328b1327f70c0281c" +DOWNLOAD="https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-2.3.1.tar.gz" +MD5SUM="05408c8f2360ad6ec8e512f237bed9f6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="alabaster imagesize python3-babel docutils Jinja2 python3-packaging Pygments python-requests python3-six snowballstemmer sphinxcontrib-applehelp sphinxcontrib-devhelp sphinxcontrib-htmlhelp sphinxcontrib-jsmath sphinxcontrib-qthelp sphinxcontrib-serializinghtml python3-certifi" |