python/python3-tomlkit: Update for 0.11.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-06-30 13:25:29 -07:00 committed by Willy Sudiarto Raharjo
parent f7124ee715
commit fe2e47c8ab
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.10.2}
VERSION=${VERSION:-0.11.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-tomlkit"
VERSION="0.10.2"
VERSION="0.11.0"
HOMEPAGE="https://github.com/sdispater/tomlkit"
DOWNLOAD="https://github.com/sdispater/tomlkit/releases/download/0.10.2/tomlkit-0.10.2.tar.gz"
MD5SUM="308140bc03dbf2d4e4092837163bf888"
DOWNLOAD="https://github.com/sdispater/tomlkit/releases/download/0.11.0/tomlkit-0.11.0.tar.gz"
MD5SUM="c4edce886bc20ef8ecea49984cce2e69"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""