diff --git a/packages/hub/build.sh b/packages/hub/build.sh index 75fccb8fe..cc8bd22fa 100644 --- a/packages/hub/build.sh +++ b/packages/hub/build.sh @@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://hub.github.com/ TERMUX_PKG_DESCRIPTION="Command-line wrapper for git that makes you better at GitHub" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_VERSION=2.14.1 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://github.com/github/hub/archive/v${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=62c977a3691c3841c8cde4906673a314e76686b04d64cab92f3e01c3d778eb6f TERMUX_PKG_DEPENDS="git"