development/hub: Updated for version 2.8.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-01-27 07:24:00 +07:00
parent 1a164c4d8d
commit 294a826b99
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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"