diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-09-04 05:25:52 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-09 10:14:17 +0700 |
commit | b51b4d89bd471526b9cba60788667dc593ec33c3 (patch) | |
tree | a9cfa90810fd0f778c82d0b92a127578f2e22df7 /system/tmuxp | |
parent | b7fc5ea31651ba3f7faa37364127cfcbc8b61e0f (diff) |
system/tmuxp: Updated for version 1.29.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tmuxp')
-rw-r--r-- | system/tmuxp/tmuxp.SlackBuild | 5 | ||||
-rw-r--r-- | system/tmuxp/tmuxp.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/system/tmuxp/tmuxp.SlackBuild b/system/tmuxp/tmuxp.SlackBuild index 7766714a0c6e..6e2444b91998 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.27.1} +VERSION=${VERSION:-1.29.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -63,6 +63,9 @@ elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" +elif [ "$ARCH" = "aarch64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" LIBDIRSUFFIX="" diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info index 57bcacc2d466..6b80c928189b 100644 --- a/system/tmuxp/tmuxp.info +++ b/system/tmuxp/tmuxp.info @@ -1,8 +1,8 @@ PRGNAM="tmuxp" -VERSION="1.27.1" +VERSION="1.29.1" HOMEPAGE="https://github.com/tony/tmuxp/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.27.1.tar.gz" -MD5SUM="155a7b2a0f96e061f6c4fc7750e9981b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.29.1.tar.gz" +MD5SUM="69b1566e7e423d659aa199ba6b3023f9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="colorama python3-libtmux" |