diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-02-24 07:12:24 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-02 09:19:51 +0700 |
commit | dbad7d2f99038706f0be7a1ed61731af87c65977 (patch) | |
tree | e0ac8527a7d91d6a8116c69303044b6389cd7e6e | |
parent | 5e47cba9fd5150590bf08dc2417884c20a034eae (diff) |
python/sphinxcontrib-devhelp: Updated for version 1.0.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.SlackBuild | 2 | ||||
-rw-r--r-- | python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.SlackBuild b/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.SlackBuild index 7044fe87fc5f6..0eacfe23b98f7 100644 --- a/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.SlackBuild +++ b/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sphinxcontrib-devhelp SRCNAM=sphinxcontrib_devhelp -VERSION=${VERSION:-1.0.5} +VERSION=${VERSION:-1.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.info b/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.info index e21a6b2065b56..36b4a88722ec8 100644 --- a/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.info +++ b/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.info @@ -1,8 +1,8 @@ PRGNAM="sphinxcontrib-devhelp" -VERSION="1.0.5" +VERSION="1.0.6" HOMEPAGE="https://github.com/sphinx-doc/sphinxcontrib-devhelp" -DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-devhelp/sphinxcontrib_devhelp-1.0.5.tar.gz" -MD5SUM="0fd9d587ece0a8fe9f515d497c183fce" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-devhelp/sphinxcontrib_devhelp-1.0.6.tar.gz" +MD5SUM="d5303929509ec209043ba45d63bac1f3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build" |