diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-04-10 08:08:37 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:35 +0700 |
commit | 81080408c52d601f0099717c649101e379a959d5 (patch) | |
tree | a86a80f2d64fdf80d892a252220fdff9640c4f74 /system | |
parent | bd93482bfcaeef174d1191e46714f9356e9e5643 (diff) |
system/tmuxp: Updated for version 1.27.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 2e683dbd9bec6..7766714a0c6ed 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.26.0} +VERSION=${VERSION:-1.27.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info index 0474666dd2312..57bcacc2d466e 100644 --- a/system/tmuxp/tmuxp.info +++ b/system/tmuxp/tmuxp.info @@ -1,8 +1,8 @@ PRGNAM="tmuxp" -VERSION="1.26.0" +VERSION="1.27.1" HOMEPAGE="https://github.com/tony/tmuxp/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.26.0.tar.gz" -MD5SUM="7586fa66ba98e44250248f27de23a04f" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.27.1.tar.gz" +MD5SUM="155a7b2a0f96e061f6c4fc7750e9981b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="colorama python3-libtmux" |