mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/python3-tomlkit: Update for 0.13.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6851697693
commit
1181e20bc4
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue