From 8aa58656a8d2b124e67a5baea57afb63fb4545aa Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 3 Jan 2019 02:03:07 +0100 Subject: [PATCH] hub: Update from 2.6.1 to 2.7.0 --- packages/hub/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hub/build.sh b/packages/hub/build.sh index f305d9d36..b2e85233c 100644 --- a/packages/hub/build.sh +++ b/packages/hub/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://hub.github.com/ TERMUX_PKG_DESCRIPTION="Command-line wrapper for git that makes you better at GitHub" -TERMUX_PKG_VERSION=2.6.1 -TERMUX_PKG_SHA256=3a78f7fc8a024cc232463c664fecf0b49574f5205a49f2320886763c136ac000 +TERMUX_PKG_VERSION=2.7.0 +TERMUX_PKG_SHA256=58d131c32404c963b06bcc067bda14317bc22be26187026a91960aecda324bf4 TERMUX_PKG_SRCURL=https://github.com/github/hub/archive/v${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_DEPENDS="git"