Skip to content

Commit

Permalink
Merge pull request #1453 from mariux64/update-hub-2128
Browse files Browse the repository at this point in the history
hub: update 2.12.4 to 2.12.8
  • Loading branch information
wwwutz authored Nov 7, 2019
2 parents 757a014 + 8f455fb commit ca92dcc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions hub.be0
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
#!/bin/env beesh

# BEE_VERSION hub-2.12.3-0
# BEE_VERSION hub-2.12.8-0

SRCURL[0]="https://github.com/github/hub.git"

export GOPATH=${B}/bee_go

mee_getsources() {
cd ${S}
git clone \
mkdir -vp ${F}
cd ${F}

[ -d ${PKGNAME} ] || git clone \
--config transfer.fsckobjects=false \
--config receive.fsckobjects=false \
--config fetch.fsckobjects=false \
${SRCURL} .
git checkout v${PKGFULLVERSION}
${SRCURL} ${PKGNAME}
cd ${S}
git clone ${F}/${PKGNAME} .
git checkout --quiet v${PKGFULLVERSION}
}


Expand Down

0 comments on commit ca92dcc

Please sign in to comment.