Browse Source

hub: update to 2.14.2

master
Leonid Plyushch 5 years ago
parent
commit
bc8dadd073
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 5
      packages/hub/build.sh

5
packages/hub/build.sh

@ -1,10 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://hub.github.com/ TERMUX_PKG_HOMEPAGE=https://hub.github.com/
TERMUX_PKG_DESCRIPTION="Command-line wrapper for git that makes you better at GitHub" TERMUX_PKG_DESCRIPTION="Command-line wrapper for git that makes you better at GitHub"
TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=2.14.1 TERMUX_PKG_VERSION=2.14.2
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/github/hub/archive/v${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SRCURL=https://github.com/github/hub/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=62c977a3691c3841c8cde4906673a314e76686b04d64cab92f3e01c3d778eb6f TERMUX_PKG_SHA256=e19e0fdfd1c69c401e1c24dd2d4ecf3fd9044aa4bd3f8d6fd942ed1b2b2ad21a
TERMUX_PKG_DEPENDS="git" TERMUX_PKG_DEPENDS="git"
TERMUX_PKG_HOSTBUILD=true TERMUX_PKG_HOSTBUILD=true

Loading…
Cancel
Save