Skip to content

Commit

Permalink
hub: update 2.12.4 to 2.12.8
Browse files Browse the repository at this point in the history
- bump version
- optimize mee_getsources
- rebuild with go1.13.4
  • Loading branch information
wwwutz committed Nov 6, 2019
1 parent 5dbf886 commit 8f455fb
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}
}


0 comments on commit 8f455fb

Please sign in to comment.