diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-01-01 18:08:37 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-07 08:13:27 +0700 |
commit | c061e51d446aaf2cfff6bf25a86824b6e9cfb4fa (patch) | |
tree | dceafb44ab9f31e535ff7ad62216d9eca65aef42 /system/tmuxp | |
parent | fec477a1c57c9f94ead404e3b23d97469cb55929 (diff) |
system/tmuxp: Updated for version 1.24.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 | 8 | ||||
-rw-r--r-- | system/tmuxp/tmuxp.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/tmuxp/tmuxp.SlackBuild b/system/tmuxp/tmuxp.SlackBuild index 397651904094..c6ae6e183d68 100644 --- a/system/tmuxp/tmuxp.SlackBuild +++ b/system/tmuxp/tmuxp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tmuxp -# Copyright 2022 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2022-2023 fourtysixandtwo <fourtysixandtwo@sliderr.net> # Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # @@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tmuxp -VERSION=${VERSION:-1.19.1} +VERSION=${VERSION:-1.24.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,9 +79,9 @@ cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} \+ -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ python3 -m build --no-isolation python3 -m installer -d "$PKG" dist/*.whl diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info index 737596679e06..77a16aec3df3 100644 --- a/system/tmuxp/tmuxp.info +++ b/system/tmuxp/tmuxp.info @@ -1,8 +1,8 @@ PRGNAM="tmuxp" -VERSION="1.19.1" +VERSION="1.24.0" HOMEPAGE="https://github.com/tony/tmuxp/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.19.1.tar.gz" -MD5SUM="1eb29410af73490c813b0d440d893fbe" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.24.0.tar.gz" +MD5SUM="2c2567c8145b2c6989d852ce55ac28e0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="colorama python3-libtmux" |