summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 94e4f6a86f..2ffa694d1e 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.2.9}
+VERSION=${VERSION:-2.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -74,7 +74,7 @@ mkdir -p $PKG/usr/bin
install -m755 bin/$PRGNAM $PKG/usr/bin/$PRGNAM
mkdir -p $PKG/usr/man/man1
-gzip -c man/hub.1 > $PKG/usr/man/man1/hub.1.gz
+gzip -c share/man/man1/hub.1.ronn > $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 5df37b2224..f2318a3c3c 100644
--- a/development/hub/hub.info
+++ b/development/hub/hub.info
@@ -1,8 +1,8 @@
PRGNAM="hub"
-VERSION="2.2.9"
+VERSION="2.3.0"
HOMEPAGE="https://github.com/github/hub"
-DOWNLOAD="https://github.com/github/hub/archive/v2.2.9/hub-2.2.9.tar.gz"
-MD5SUM="44b74ff789df3f0d197401b25ddb165d"
+DOWNLOAD="https://github.com/github/hub/archive/v2.3.0/hub-2.3.0.tar.gz"
+MD5SUM="a04ae64b3802c1348a2d8eb43c84d027"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="google-go-lang"