summaryrefslogtreecommitdiffstats
path: root/development/hub/hub.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/hub/hub.SlackBuild')
-rw-r--r--development/hub/hub.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/hub/hub.SlackBuild b/development/hub/hub.SlackBuild
index 7ed0bffc33..10b64f7487 100644
--- a/development/hub/hub.SlackBuild
+++ b/development/hub/hub.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for hub
-# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2014-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# 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=hub
-VERSION=${VERSION:-2.7.0}
+VERSION=${VERSION:-2.14.2}
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