mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-libtmux: Updated for version 0.32.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ee9e0a3dac
commit
bb763153b8
2 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-libtmux
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-0.31.0.post0}
|
||||
VERSION=${VERSION:-0.32.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-libtmux"
|
||||
VERSION="0.31.0.post0"
|
||||
VERSION="0.32.0"
|
||||
HOMEPAGE="https://github.com/tony/libtmux"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/l/libtmux/libtmux-0.31.0.post0.tar.gz"
|
||||
MD5SUM="5b26083467068b0a82ab9413689b393f"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/l/libtmux/libtmux-0.32.0.tar.gz"
|
||||
MD5SUM="7b7c66bd612979d211c0a8a10911e5b0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-poetry-core"
|
||||
|
|
Loading…
Reference in a new issue