mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python-libtmux: Updated for version 0.15.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0d5e9ef792
commit
89f9e50da5
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue