aboutsummaryrefslogtreecommitdiff
path: root/development/hub/hub.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-01-27 07:24:00 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-01-27 07:24:00 +0700
commit294a826b9952aed311aeea8ddb9137f70b30ddb3 (patch)
treed2fe7b736421715c1c4527c138a09a744d55e96e /development/hub/hub.SlackBuild
parent1a164c4d8d7a5a31753a6fa25b35a6af464d37ae (diff)
development/hub: Updated for version 2.8.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/hub/hub.SlackBuild')
-rw-r--r--development/hub/hub.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/hub/hub.SlackBuild b/development/hub/hub.SlackBuild
index 4d483710d5496..3247877b25505 100644
--- a/development/hub/hub.SlackBuild
+++ b/development/hub/hub.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hub
-VERSION=${VERSION:-2.7.1}
+VERSION=${VERSION:-2.8.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -78,7 +78,7 @@ mkdir -p $PKG/usr/bin
install -m755 bin/$PRGNAM $PKG/usr/bin/$PRGNAM
mkdir -p $PKG/usr/man/man1
-gzip -c share/man/man1/hub.1.ronn > $PKG/usr/man/man1/hub.1.gz
+gzip -c share/man/man1/hub.1.md > $PKG/usr/man/man1/hub.1.gz
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