system/tmuxp: Updated for version 1.31.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-09-25 00:58:25 -06:00 committed by Willy Sudiarto Raharjo
parent 59d8a3391b
commit d7bd3333df
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tmuxp
VERSION=${VERSION:-1.30.1}
VERSION=${VERSION:-1.31.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="tmuxp"
VERSION="1.30.1"
VERSION="1.31.0"
HOMEPAGE="https://github.com/tony/tmuxp/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.30.1.tar.gz"
MD5SUM="331c21b00384f125136170adc35ca2a9"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.31.0.tar.gz"
MD5SUM="243b71357d8b5628e82dac752ea7f023"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="colorama python3-libtmux"