diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-09-28 00:56:09 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-01 09:01:20 +0700 |
commit | ab8c0fac6072990505f09fcacf0c044a8f41c31f (patch) | |
tree | 35315b15d7b339b4cce3c32076764194c386c88c | |
parent | e29ae4acebc335a6325943c01fd380bc3877c9f1 (diff) |
python/python3-tomlkit: Updated for version 0.11.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-tomlkit/python3-tomlkit.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-tomlkit/python3-tomlkit.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-tomlkit/python3-tomlkit.SlackBuild b/python/python3-tomlkit/python3-tomlkit.SlackBuild index d39927a7c95a..b3029bce5333 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.4} +VERSION=${VERSION:-0.11.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -87,7 +87,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE PKG-INFO README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/python3-tomlkit/python3-tomlkit.info b/python/python3-tomlkit/python3-tomlkit.info index 8b3fa90305a8..039df4bba5e6 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.4" +VERSION="0.11.5" HOMEPAGE="https://github.com/sdispater/tomlkit" -DOWNLOAD="https://github.com/sdispater/tomlkit/releases/download/0.11.4/tomlkit-0.11.4.tar.gz" -MD5SUM="d0edd43143c7840deb88185685cea8dd" +DOWNLOAD="https://github.com/sdispater/tomlkit/releases/download/0.11.5/tomlkit-0.11.5.tar.gz" +MD5SUM="d5702dd3ecf513935d24d673761f5296" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |