diff options
author | orbea <orbea@riseup.net> | 2020-06-09 10:23:39 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-14 17:45:55 +0700 |
commit | 24a40c03904b0cf2d2a73f09a90cef85fd2b5082 (patch) | |
tree | 2c7a1c06a8723c8bb7e42fdedf81eac909e3ee8f /system/posh/posh.SlackBuild | |
parent | 8de8f5329da6587f6c754ef85956b7d633aa500c (diff) |
system/posh: Updated for version 0.14.1.
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/posh/posh.SlackBuild')
-rw-r--r-- | system/posh/posh.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/posh/posh.SlackBuild b/system/posh/posh.SlackBuild index fee476fe28913..62f1c8dcd6822 100644 --- a/system/posh/posh.SlackBuild +++ b/system/posh/posh.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for posh -# Copyright 2017-2019 Hunter Sezen California, USA +# Copyright 2017-2020 Hunter Sezen California, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=posh -VERSION=${VERSION:-0.13.2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.14.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |