Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hub: update to 2.14.2-p61
- small fixes
  • Loading branch information
wwwutz committed Sep 1, 2021
1 parent b1ac4d8 commit 88ca52d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions hub.be0
@@ -1,9 +1,14 @@
#!/usr/bin/env beesh

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

# 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"
# https://github.com/github/hub

# bee download -c c8e68d548a39ec0fab6f674a669c21b54d4eec61 https://github.com/github/hub.git
# /src/mariux/beeroot/downloads/hub-2.14.2_p61_c8e68d54.tar.bz2

# SRCURL[0]="https://beehive.molgen.mpg.de/27d2db022d2bf4940f0be6f6af19b1b1/hub-2.14.2_p52_31b64436.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/2d0e93ef5d8b04408be3a128fcbcb155/hub-2.14.2_p61_c8e68d54.tar.bz2"

export GOPATH=${B}/bee_go

Expand All @@ -22,7 +27,3 @@ export GOPATH=${B}/bee_go
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 88ca52d

Please sign in to comment.