python/python-libtmux: Updated for version 0.15.9.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2022-11-04 01:02:52 +00:00 committed by Willy Sudiarto Raharjo
parent 0d5e9ef792
commit 89f9e50da5
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"