mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
python/python3-libtmux: Updated for version 0.21.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8dd6982c5a
commit
bd93482bfc
2 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-libtmux
|
||||
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
|
||||
VERSION=${VERSION:-0.20.0}
|
||||
VERSION=${VERSION:-0.21.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-libtmux"
|
||||
VERSION="0.20.0"
|
||||
VERSION="0.21.1"
|
||||
HOMEPAGE="https://github.com/tony/libtmux"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/l/libtmux/libtmux-0.20.0.tar.gz"
|
||||
MD5SUM="96506583d33698d0398849675b7e8780"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/l/libtmux/libtmux-0.21.1.tar.gz"
|
||||
MD5SUM="d614b656a72fc8ae792ca01c0f09363a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-poetry-core"
|
||||
|
|
Loading…
Reference in a new issue