diff --git a/packages/hub/build.sh b/packages/hub/build.sh index f23791259..be78da425 100644 --- a/packages/hub/build.sh +++ b/packages/hub/build.sh @@ -1,9 +1,9 @@ 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.12.2 +TERMUX_PKG_VERSION=2.12.3 TERMUX_PKG_SRCURL=https://github.com/github/hub/archive/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=3db0719e41731c57b8765b7f486aa91cee57bb7d39d5553d480d87a4ac6c2ee6 +TERMUX_PKG_SHA256=197242fea670353688c541d2e4584b449f18c354a01d89bf1667ea33c0071ddc TERMUX_PKG_DEPENDS="git" termux_step_make_install() {