Skip to content

hub: update 2.12.4 to 2.12.8 #1453

Merged
merged 1 commit into from
Nov 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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