diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-11-04 01:02:52 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:06 +0700 |
commit | 89f9e50da5e260cc849db3d63e0745e8fb79330e (patch) | |
tree | 2c8cd3ce4093e71d3b3334eea8790e4d0a9c71af | |
parent | 0d5e9ef792be29377bc2b7fd807b6d5464247640 (diff) |
python/python-libtmux: Updated for version 0.15.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python-libtmux/python-libtmux.SlackBuild | 2 | ||||
-rw-r--r-- | python/python-libtmux/python-libtmux.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python-libtmux/python-libtmux.SlackBuild b/python/python-libtmux/python-libtmux.SlackBuild index 10c49ceed8d2b..8b5692f8891d2 100644 --- a/python/python-libtmux/python-libtmux.SlackBuild +++ b/python/python-libtmux/python-libtmux.SlackBuild @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-libtmux SRCNAM=$(echo $PRGNAM | sed "s/python-//") -VERSION=${VERSION:-0.15.8} +VERSION=${VERSION:-0.15.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python-libtmux/python-libtmux.info b/python/python-libtmux/python-libtmux.info index 7cca5211a1a34..7ef303feccb28 100644 --- a/python/python-libtmux/python-libtmux.info +++ b/python/python-libtmux/python-libtmux.info @@ -1,8 +1,8 @@ PRGNAM="python-libtmux" -VERSION="0.15.8" +VERSION="0.15.9" HOMEPAGE="https://github.com/tony/libtmux" -DOWNLOAD="https://files.pythonhosted.org/packages/source/l/libtmux/libtmux-0.15.8.tar.gz" -MD5SUM="0154db2f198f690de8de1121c3fce6e8" +DOWNLOAD="https://files.pythonhosted.org/packages/source/l/libtmux/libtmux-0.15.9.tar.gz" +MD5SUM="544b6e0d0b9cb2d1fd57ca07257f5b0d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build python3-installer python3-poetry-core" |