python/python3-tomlkit: Update for 0.13.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-07-10 12:44:54 -07:00 committed by Willy Sudiarto Raharjo
parent 6851697693
commit 1181e20bc4
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-tomlkit
VERSION=${VERSION:-0.12.5}
VERSION=${VERSION:-0.13.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-tomlkit"
VERSION="0.12.5"
VERSION="0.13.0"
HOMEPAGE="https://github.com/sdispater/tomlkit"
DOWNLOAD="https://github.com/sdispater/tomlkit/releases/download/0.12.5/tomlkit-0.12.5.tar.gz"
MD5SUM="d80337406fdca101c12adff115983f31"
DOWNLOAD="https://github.com/sdispater/tomlkit/releases/download/0.13.0/tomlkit-0.13.0.tar.gz"
MD5SUM="31a46392f105a1e7937364950c8c8f64"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-poetry-core"