From d7a7a153209ee9dd3df6c2098719bd87e9a39cb4 Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Sun, 7 Jan 2018 23:45:44 -0600 Subject: system/posh: Updated for version 0.13.1. Signed-off-by: Robby Workman --- system/posh/posh.SlackBuild | 6 +++--- system/posh/posh.info | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'system/posh') 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="" -- cgit v1.2.3