From 02eebcce214522bb6d9a994b224df546b2512c49 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 17 Sep 2020 09:57:46 +0200 Subject: [PATCH] hub: update to 2.14.2_p52 (master/31b64436) - fixes `inconsistent vendoring` ``` bee download https://github.com/github/hub.git /src/mariux/md5repo.sh /src/mariux/beeroot/downloads/hub-2.14.2_p52_31b64436.tar.bz ``` --- hub.be0 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hub.be0 b/hub.be0 index c3665348e..76ef63a4f 100755 --- a/hub.be0 +++ b/hub.be0 @@ -1,8 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION hub-2.14.2-0 +# BEE_VERSION hub-2.14.2_p52_31b64436-0 -SRCURL[0]="https://github.com/github/hub/archive/v${PKGVERSION}.tar.gz ${PKGFULLNAME}-{PKGFULLVERSION}.tar.gz" +# SRCURL[0]="https://github.com/github/hub/archive/v${PKGVERSION}.tar.gz ${PKGFULLNAME}-${PKGFULLVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/27d2db022d2bf4940f0be6f6af19b1b1/hub-2.14.2_p52_31b64436.tar.bz2" export GOPATH=${B}/bee_go