X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/9732ef97931863109838cbe6adc21e58d3b0ddd9..816b381677e39d5f6a5b8e836293b83c4c1192d1:/packages/hub/build.sh diff --git a/packages/hub/build.sh b/packages/hub/build.sh index 34ff1733..94f6aa28 100644 --- a/packages/hub/build.sh +++ b/packages/hub/build.sh @@ -2,8 +2,8 @@ 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.2.8 TERMUX_PKG_SRCURL=https://github.com/github/hub/archive/v${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=5ff475990a5bd335bad8da2d140ea0966c33e6d03dac26bf1558bda94a02b924 TERMUX_PKG_DEPENDS="git" -TERMUX_PKG_FOLDERNAME=hub-${TERMUX_PKG_VERSION} termux_step_make_install() { cd $TERMUX_PKG_SRCDIR @@ -16,4 +16,3 @@ termux_step_make_install() { mkdir -p $TERMUX_PREFIX/share/man/man1/ cp man/hub.1 $TERMUX_PREFIX/share/man/man1/ } -