diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-09-17 17:55:31 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-23 11:33:50 +0700 |
commit | eaac3d91d89f0c5c6f81a85754ed52dbbeffb3ae (patch) | |
tree | 269695e53291027edc4471c6b90a6d3a42240655 /system | |
parent | 20872621565a76f28bf4438677fe88257d4c9377 (diff) |
system/tmuxp: Updated for version 1.30.1.
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 6e2444b91998..33887fc793ec 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.29.1} +VERSION=${VERSION:-1.30.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info index 6b80c928189b..077b8f9f2f6d 100644 --- a/system/tmuxp/tmuxp.info +++ b/system/tmuxp/tmuxp.info @@ -1,8 +1,8 @@ PRGNAM="tmuxp" -VERSION="1.29.1" +VERSION="1.30.1" HOMEPAGE="https://github.com/tony/tmuxp/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.29.1.tar.gz" -MD5SUM="69b1566e7e423d659aa199ba6b3023f9" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.30.1.tar.gz" +MD5SUM="331c21b00384f125136170adc35ca2a9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="colorama python3-libtmux" |