Skip to content

Commit

Permalink
Merge pull request #1780 from mariux64/update-hub-2142
Browse files Browse the repository at this point in the history
hub: update to 2.14.2
  • Loading branch information
wwwutz authored Mar 11, 2020
2 parents 0e95bff + 0c5b786 commit a24509c
Showing 1 changed file with 3 additions and 18 deletions.
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

0 comments on commit a24509c

Please sign in to comment.