python3-tomlkit: update to 0.11.6.

This commit is contained in:
Michal Vasilek 2022-12-09 18:04:33 +01:00
parent 341197f794
commit 265124e394

View file

@ -1,7 +1,7 @@
# Template file for 'python3-tomlkit' # Template file for 'python3-tomlkit'
pkgname=python3-tomlkit pkgname=python3-tomlkit
version=0.11.4 version=0.11.6
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3" depends="python3"
@ -12,7 +12,7 @@ license="MIT"
homepage="https://github.com/sdispater/tomlkit" homepage="https://github.com/sdispater/tomlkit"
changelog="https://raw.githubusercontent.com/sdispater/tomlkit/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/sdispater/tomlkit/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/t/tomlkit/tomlkit-${version}.tar.gz" distfiles="${PYPI_SITE}/t/tomlkit/tomlkit-${version}.tar.gz"
checksum=3235a9010fae54323e727c3ac06fb720752fe6635b3426e379daec60fbd44a83 checksum=71b952e5721688937fb02cf9d354dbcf0785066149d2855e44531ebdd2b65d73
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE