diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2021-01-09 20:46:45 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-17 08:44:45 +0700 |
commit | 32c25815fa04b9b08e2903203ac7e4e5930affe7 (patch) | |
tree | 3ea76d1ddb6027ace7482b6c7f6afbe659e42d0d /system/tmuxp/tmuxp.SlackBuild | |
parent | 6e442ae51ba98132ca494e1229454656bfb787bc (diff) |
system/tmuxp: Updated for version 1.7.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tmuxp/tmuxp.SlackBuild')
-rw-r--r-- | system/tmuxp/tmuxp.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/tmuxp/tmuxp.SlackBuild b/system/tmuxp/tmuxp.SlackBuild index 41c2f1ee19404..aa4879755ab8e 100644 --- a/system/tmuxp/tmuxp.SlackBuild +++ b/system/tmuxp/tmuxp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tmuxp -# Copyright 2014-2020 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2021 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tmuxp -VERSION=${VERSION:-1.6.3} +VERSION=${VERSION:-1.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |