mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/hub: Updated for version 2.2.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4f1f581853
commit
354798a022
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for hub
|
||||
|
||||
# Copyright 2014-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2014-2016 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.2.2}
|
||||
VERSION=${VERSION:-2.2.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="hub"
|
||||
VERSION="2.2.2"
|
||||
VERSION="2.2.3"
|
||||
HOMEPAGE="https://github.com/github/hub"
|
||||
DOWNLOAD="https://github.com/github/hub/archive/v2.2.2.tar.gz"
|
||||
MD5SUM="7edc8f5b5d3c7c392ee191dd999596fc"
|
||||
DOWNLOAD="https://github.com/github/hub/archive/v2.2.3.tar.gz"
|
||||
MD5SUM="6675992ddd16d186eac7ba4484d57f5b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="google-go-lang"
|
||||
|
|
Loading…
Reference in a new issue