python/python3-libtmux: Updated for version 0.16.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2022-12-10 21:40:02 -07:00 committed by Willy Sudiarto Raharjo
parent 9364413284
commit db082632ae
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=python3-libtmux
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
VERSION=${VERSION:-0.15.9}
VERSION=${VERSION:-0.16.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-libtmux"
VERSION="0.15.9"
VERSION="0.16.0"
HOMEPAGE="https://github.com/tony/libtmux"
DOWNLOAD="https://files.pythonhosted.org/packages/source/l/libtmux/libtmux-0.15.9.tar.gz"
MD5SUM="544b6e0d0b9cb2d1fd57ca07257f5b0d"
DOWNLOAD="https://files.pythonhosted.org/packages/source/l/libtmux/libtmux-0.16.0.tar.gz"
MD5SUM="3d9094b0d07419f3319be87acf6ef9fc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build python3-installer python3-poetry-core"