From 0c5b78641b55b83adca51cde1cc1ad31ba8ed8eb Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Wed, 11 Mar 2020 10:49:01 +0100 Subject: [PATCH] hub: update to 2.14.2 - update - remove git clone download and tag selection - fix shebang --- hub.be0 | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/hub.be0 b/hub.be0 index d951fb05c..c3665348e 100755 --- a/hub.be0 +++ b/hub.be0 @@ -1,26 +1,11 @@ -#!/bin/env beesh +#!/usr/bin/env beesh -# BEE_VERSION hub-2.12.8-0 +# BEE_VERSION hub-2.14.2-0 -SRCURL[0]="https://github.com/github/hub.git" +SRCURL[0]="https://github.com/github/hub/archive/v${PKGVERSION}.tar.gz ${PKGFULLNAME}-{PKGFULLVERSION}.tar.gz" export GOPATH=${B}/bee_go -mee_getsources() { - mkdir -vp ${F} - cd ${F} - - [ -d ${PKGNAME} ] || git clone \ - --config transfer.fsckobjects=false \ - --config receive.fsckobjects=false \ - --config fetch.fsckobjects=false \ - ${SRCURL} ${PKGNAME} - cd ${S} - git clone ${F}/${PKGNAME} . - git checkout --quiet v${PKGFULLVERSION} -} - - #mee_patch() { # bee_patch #}