From 294a826b9952aed311aeea8ddb9137f70b30ddb3 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 27 Jan 2019 07:24:00 +0700 Subject: [PATCH] development/hub: Updated for version 2.8.3. Signed-off-by: Willy Sudiarto Raharjo --- development/hub/hub.SlackBuild | 4 ++-- development/hub/hub.info | 6 +++--- 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"