diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-02-20 07:27:03 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-24 15:34:57 +0700 |
commit | 158ffa45e38c2bde64a9ca2e49509ac5e317caf7 (patch) | |
tree | 0684c507a42293162971942d0a739b2919064f51 /python/python3-libtmux | |
parent | 94dedc8d863bba3cb3b92d272b06a792f35f966f (diff) |
python/python3-libtmux: Updated for version 0.31.0.post0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-libtmux')
-rw-r--r-- | python/python3-libtmux/python3-libtmux.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-libtmux/python3-libtmux.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-libtmux/python3-libtmux.SlackBuild b/python/python3-libtmux/python3-libtmux.SlackBuild index e35fbf30d0293..5da63a5ffe968 100644 --- a/python/python3-libtmux/python3-libtmux.SlackBuild +++ b/python/python3-libtmux/python3-libtmux.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-libtmux -# Copyright 2022-2023 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net> # Copyright 2016-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-libtmux SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-0.25.0} +VERSION=${VERSION:-0.31.0.post0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-libtmux/python3-libtmux.info b/python/python3-libtmux/python3-libtmux.info index 5933855ad5596..ab6b60b7afdc7 100644 --- a/python/python3-libtmux/python3-libtmux.info +++ b/python/python3-libtmux/python3-libtmux.info @@ -1,8 +1,8 @@ PRGNAM="python3-libtmux" -VERSION="0.25.0" +VERSION="0.31.0.post0" HOMEPAGE="https://github.com/tony/libtmux" -DOWNLOAD="https://files.pythonhosted.org/packages/source/l/libtmux/libtmux-0.25.0.tar.gz" -MD5SUM="96f4c6d6898400de0e62c17e99cd47ef" +DOWNLOAD="https://files.pythonhosted.org/packages/source/l/libtmux/libtmux-0.31.0.post0.tar.gz" +MD5SUM="5b26083467068b0a82ab9413689b393f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-poetry-core" |