diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-04-29 11:08:54 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-29 18:11:46 +0700 |
commit | 5b477bc9e11d159eccca99f328924d98e6a95d76 (patch) | |
tree | 02c45a0bbae1cb3abf45250fe3e8096d88858b6a /python/python3-tomlkit | |
parent | 2862cd6ea4eaaf9e1c4d47b2ff37fede457ffbf3 (diff) |
python/python3-tomlkit: Updated for version 0.11.8.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-tomlkit')
-rw-r--r-- | python/python3-tomlkit/python3-tomlkit.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-tomlkit/python3-tomlkit.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-tomlkit/python3-tomlkit.SlackBuild b/python/python3-tomlkit/python3-tomlkit.SlackBuild index 4595b6a77893a..935ae8ebbd702 100644 --- a/python/python3-tomlkit/python3-tomlkit.SlackBuild +++ b/python/python3-tomlkit/python3-tomlkit.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-tomlkit -VERSION=${VERSION:-0.11.7} +VERSION=${VERSION:-0.11.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-tomlkit/python3-tomlkit.info b/python/python3-tomlkit/python3-tomlkit.info index d38cb4d4b07e2..32ec61ab7f1fe 100644 --- a/python/python3-tomlkit/python3-tomlkit.info +++ b/python/python3-tomlkit/python3-tomlkit.info @@ -1,10 +1,10 @@ PRGNAM="python3-tomlkit" -VERSION="0.11.7" +VERSION="0.11.8" HOMEPAGE="https://github.com/sdispater/tomlkit" -DOWNLOAD="https://github.com/sdispater/tomlkit/releases/download/0.11.7/tomlkit-0.11.7.tar.gz" -MD5SUM="8606dffbcb744b1c023f786015ddd8a7" +DOWNLOAD="https://github.com/sdispater/tomlkit/releases/download/0.11.8/tomlkit-0.11.8.tar.gz" +MD5SUM="6caa167afece01b0a426ecec4197e3c1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-poetry-core wheel" +REQUIRES="python3-poetry-core python3-wheel" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |