summaryrefslogtreecommitdiffstats
path: root/development/hub
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-01-27 07:24:00 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-01-27 07:24:00 +0700
commit294a826b9952aed311aeea8ddb9137f70b30ddb3 (patch)
treed2fe7b736421715c1c4527c138a09a744d55e96e /development/hub
parent1a164c4d8d7a5a31753a6fa25b35a6af464d37ae (diff)
downloadslackbuilds-294a826b9952aed311aeea8ddb9137f70b30ddb3.tar.gz
slackbuilds-294a826b9952aed311aeea8ddb9137f70b30ddb3.tar.xz
development/hub: Updated for version 2.8.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/hub')
-rw-r--r--development/hub/hub.SlackBuild4
-rw-r--r--development/hub/hub.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/development/hub/hub.SlackBuild b/development/hub/hub.SlackBuild
index 4d483710d5..3247877b25 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
diff --git a/development/hub/hub.info b/development/hub/hub.info
index 89d458312c..9dc9a1d9c3 100644
--- a/development/hub/hub.info
+++ b/development/hub/hub.info
@@ -1,8 +1,8 @@
PRGNAM="hub"
-VERSION="2.7.1"
+VERSION="2.8.3"
HOMEPAGE="https://github.com/github/hub"
-DOWNLOAD="https://github.com/github/hub/archive/v2.7.1/hub-2.7.1.tar.gz"
-MD5SUM="30d1a1449ee1f82d1e283c9e9ab97e2f"
+DOWNLOAD="https://github.com/github/hub/archive/v2.8.3/hub-2.8.3.tar.gz"
+MD5SUM="bcc8f87e3450695aea9f80a1d9e8e091"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="google-go-lang"