diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2018-01-07 23:45:44 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-10 23:55:56 +0700 |
commit | d7a7a153209ee9dd3df6c2098719bd87e9a39cb4 (patch) | |
tree | 3deaf17576dbd5f0e70561e9e4473fcfd569ac65 /system/posh | |
parent | a542b04e047ed9dc2ca83e1f5bde082e13436b78 (diff) | |
download | slackbuilds-d7a7a153209ee9dd3df6c2098719bd87e9a39cb4.tar.gz |
system/posh: Updated for version 0.13.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/posh')
-rw-r--r-- | system/posh/posh.SlackBuild | 6 | ||||
-rw-r--r-- | system/posh/posh.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/posh/posh.SlackBuild b/system/posh/posh.SlackBuild index 22348137f2..278a5f42a3 100644 --- a/system/posh/posh.SlackBuild +++ b/system/posh/posh.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for posh -# Copyright 2017 Hunter Sezen California, USA +# Copyright 2017-2018 Hunter Sezen California, USA # 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=posh -VERSION=${VERSION:-0.12.6} +VERSION=${VERSION:-0.13.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,7 +81,7 @@ make make install DESTDIR=$PKG mkdir -p $PKG/usr/bin -( cd $PKG/usr/bin ; ln -sf /bin/posh posh ) +ln -s /bin/posh $PKG/usr/bin/posh find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/system/posh/posh.info b/system/posh/posh.info index d7e87ad21d..6f017fdabe 100644 --- a/system/posh/posh.info +++ b/system/posh/posh.info @@ -1,8 +1,8 @@ PRGNAM="posh" -VERSION="0.12.6" +VERSION="0.13.1" HOMEPAGE="https://packages.qa.debian.org/p/posh.html" -DOWNLOAD="http://http.debian.net/debian/pool/main/p/posh/posh_0.12.6.tar.xz" -MD5SUM="7f8ba439620ea64cc37c32b2255b27c9" +DOWNLOAD="http://http.debian.net/debian/pool/main/p/posh/posh_0.13.1.tar.xz" +MD5SUM="5503c24830a1c43ce7c31751a60b94aa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |