Skip to content

Commit

Permalink
hub: update to 2.14.2
Browse files Browse the repository at this point in the history
- update
- remove git clone download and tag selection
- fix shebang
  • Loading branch information
wwwutz committed Mar 11, 2020
1 parent 0e95bff commit 0c5b786
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 0c5b786

Please sign in to comment.