Skip to content

hub: update to 2.14.2-p61 #2216

Merged
merged 1 commit into from
Sep 1, 2021
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
15 changes: 8 additions & 7 deletions hub.be0
Original file line number Diff line number Diff line change
@@ -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
#}