diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-10-07 22:34:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-08 09:12:48 +0700 |
commit | 49ae0c776c3cd8011cd4ed07aafb49b988f48204 (patch) | |
tree | 482be6c433987579f4a9ff9ee92b137c16754b49 | |
parent | 3575fc642ac4639b8ae390cd26866a4cbd40de3e (diff) | |
download | slackbuilds-49ae0c776c3cd8011cd4ed07aafb49b988f48204.tar.gz |
system/tmuxp: Updated for version 1.16.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/tmuxp/tmuxp.SlackBuild | 3 | ||||
-rw-r--r-- | system/tmuxp/tmuxp.info | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/system/tmuxp/tmuxp.SlackBuild b/system/tmuxp/tmuxp.SlackBuild index ddfe483074..f54d76fe68 100644 --- a/system/tmuxp/tmuxp.SlackBuild +++ b/system/tmuxp/tmuxp.SlackBuild @@ -25,11 +25,12 @@ # 20220512 46and2: Updated version, fix README, New maintainer. # 20220919 46and2: Updated version, change build process. +# 20221007 46and2: Updated version, drop kaptan as dep. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tmuxp -VERSION=${VERSION:-1.15.0} +VERSION=${VERSION:-1.16.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info index 98c3478bf8..2886a396d7 100644 --- a/system/tmuxp/tmuxp.info +++ b/system/tmuxp/tmuxp.info @@ -1,10 +1,10 @@ PRGNAM="tmuxp" -VERSION="1.15.0" +VERSION="1.16.1" HOMEPAGE="https://github.com/tony/tmuxp/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.15.0.tar.gz" -MD5SUM="8a89a131462349d8815a5e2bde9b4b32" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.16.1.tar.gz" +MD5SUM="6665d1ace91cc8827db6c151e2997623" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="kaptan click colorama python-libtmux" +REQUIRES="click colorama python-libtmux" MAINTAINER="fourtysixandtwo" EMAIL="fourtysixandtwo@sliderr.net" |