diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-01-22 12:24:21 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-28 08:22:50 +0700 |
commit | a107960e29f41a6769064d561df8ab2960e94399 (patch) | |
tree | ccc9b5a83f07aeb6b6eaee1b5802f80773e7e447 /system/tmuxp | |
parent | 6ccd9e22fe66933ef98b71109814f891e35abd71 (diff) |
system/tmuxp: Updated for version 1.26.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tmuxp')
-rw-r--r-- | system/tmuxp/tmuxp.SlackBuild | 2 | ||||
-rw-r--r-- | system/tmuxp/tmuxp.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/tmuxp/tmuxp.SlackBuild b/system/tmuxp/tmuxp.SlackBuild index c6ae6e183d68..2e683dbd9bec 100644 --- a/system/tmuxp/tmuxp.SlackBuild +++ b/system/tmuxp/tmuxp.SlackBuild @@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tmuxp -VERSION=${VERSION:-1.24.0} +VERSION=${VERSION:-1.26.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info index 77a16aec3df3..0474666dd231 100644 --- a/system/tmuxp/tmuxp.info +++ b/system/tmuxp/tmuxp.info @@ -1,8 +1,8 @@ PRGNAM="tmuxp" -VERSION="1.24.0" +VERSION="1.26.0" HOMEPAGE="https://github.com/tony/tmuxp/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.24.0.tar.gz" -MD5SUM="2c2567c8145b2c6989d852ce55ac28e0" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.26.0.tar.gz" +MD5SUM="7586fa66ba98e44250248f27de23a04f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="colorama python3-libtmux" |