diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-10-27 13:04:40 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-29 09:41:57 +0700 |
commit | 2de35d351324769c553e3354c8c705cd1ea64f69 (patch) | |
tree | 789c1fe7cb4a955aaeca593896d2b4df545e2c08 | |
parent | c6bbd82256dee45e1fe027e16b9fc040f18a2d17 (diff) | |
download | slackbuilds-2de35d351324769c553e3354c8c705cd1ea64f69.tar.gz |
python/python3-tomlkit: Update for 0.11.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-tomlkit/python3-tomlkit.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-tomlkit/python3-tomlkit.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-tomlkit/python3-tomlkit.SlackBuild b/python/python3-tomlkit/python3-tomlkit.SlackBuild index b3029bce53..30daa4f84f 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.5} +VERSION=${VERSION:-0.11.6} 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 039df4bba5..49afa6afba 100644 --- a/python/python3-tomlkit/python3-tomlkit.info +++ b/python/python3-tomlkit/python3-tomlkit.info @@ -1,8 +1,8 @@ PRGNAM="python3-tomlkit" -VERSION="0.11.5" +VERSION="0.11.6" HOMEPAGE="https://github.com/sdispater/tomlkit" -DOWNLOAD="https://github.com/sdispater/tomlkit/releases/download/0.11.5/tomlkit-0.11.5.tar.gz" -MD5SUM="d5702dd3ecf513935d24d673761f5296" +DOWNLOAD="https://github.com/sdispater/tomlkit/releases/download/0.11.6/tomlkit-0.11.6.tar.gz" +MD5SUM="ac33a015aa5f3f8e8e0667081b388bb7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |