Browse Source

hub: update to 2.14.1

build-on-device
Leonid Plyushch 5 years ago
parent
commit
3451dc5e63
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_DESCRIPTION="Command-line wrapper for git that makes you better at GitHub"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=2.13.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION=2.14.1
TERMUX_PKG_SRCURL=https://github.com/github/hub/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=0b5147a25aa8dff37d6c88b2a30ed38c05d35e03c64d79039925dcb49de80940
TERMUX_PKG_SHA256=62c977a3691c3841c8cde4906673a314e76686b04d64cab92f3e01c3d778eb6f
TERMUX_PKG_DEPENDS="git"
TERMUX_PKG_HOSTBUILD=true

Loading…
Cancel
Save