Skip to content

Commit

Permalink
hub: update to 2.14.2_p52 (master/31b64436)
Browse files Browse the repository at this point in the history
- fixes `inconsistent vendoring`
```
bee download https://github.com/github/hub.git
/src/mariux/md5repo.sh /src/mariux/beeroot/downloads/hub-2.14.2_p52_31b64436.tar.bz
```
  • Loading branch information
wwwutz committed Sep 17, 2020
1 parent ba5c3b5 commit 02eebcc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hub.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION hub-2.14.2-0
# BEE_VERSION hub-2.14.2_p52_31b64436-0

SRCURL[0]="https://github.com/github/hub/archive/v${PKGVERSION}.tar.gz ${PKGFULLNAME}-{PKGFULLVERSION}.tar.gz"
# SRCURL[0]="https://github.com/github/hub/archive/v${PKGVERSION}.tar.gz ${PKGFULLNAME}-${PKGFULLVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/27d2db022d2bf4940f0be6f6af19b1b1/hub-2.14.2_p52_31b64436.tar.bz2"

export GOPATH=${B}/bee_go

Expand Down

0 comments on commit 02eebcc

Please sign in to comment.