hub: Update from 2.7.1 to 2.8.3

This commit is contained in:
Fredrik Fornwall 2019-01-27 09:20:42 +01:00
parent e66dd5395e
commit d41c3f9c87
2 changed files with 14 additions and 2 deletions

View File

@ -1,8 +1,8 @@
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.7.1
TERMUX_PKG_SHA256=83fac8b47b2f56da1e7366688df4bd0eeb5fa20bde5d3de39792ea1cc1d15cd4
TERMUX_PKG_VERSION=2.8.3
TERMUX_PKG_SHA256=26bc1bc6fd8b6af379445728450d9c1e26a6d1861fdff5c2b552562eb7487a96
TERMUX_PKG_SRCURL=https://github.com/github/hub/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="git"

View File

@ -0,0 +1,12 @@
diff -u -r ../hub-2.8.3/script/build ./script/build
--- ../hub-2.8.3/script/build 2019-01-26 17:47:05.000000000 +0000
+++ ./script/build 2019-01-27 08:10:53.521236847 +0000
@@ -14,7 +14,7 @@
build_hub() {
mkdir -p "$(dirname "$1")"
go build \
- -ldflags "-X github.com/github/hub/version.Version=`./script/version` $LDFLAGS" \
+ -ldflags "-X github.com/github/hub/version.Version=`./script/version`" \
-gcflags "$GCFLAGS" \
-asmflags "$ASMFLAGS" \
-o "$1"