Skip to content

hub: update to 2.14.2 #1780

Merged
merged 1 commit into from
Mar 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 3 additions & 18 deletions hub.be0
Original file line number Diff line number Diff line change
@@ -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
#}
Expand Down