python/python3-libtmux: Updated for version 0.20.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-01-22 12:23:25 -07:00 committed by Willy Sudiarto Raharjo
parent 0778d5f376
commit 6ccd9e22fe
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-libtmux
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
VERSION=${VERSION:-0.18.2}
VERSION=${VERSION:-0.20.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="python3-libtmux"
VERSION="0.18.2"
VERSION="0.20.0"
HOMEPAGE="https://github.com/tony/libtmux"
DOWNLOAD="https://files.pythonhosted.org/packages/source/l/libtmux/libtmux-0.18.2.tar.gz"
MD5SUM="cea3e617e3b9fee6496c6ac0d2eb372e"
DOWNLOAD="https://files.pythonhosted.org/packages/source/l/libtmux/libtmux-0.20.0.tar.gz"
MD5SUM="96506583d33698d0398849675b7e8780"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build python3-installer python3-poetry-core"
REQUIRES="python3-poetry-core"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"