Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
go: update 1.16.3 to 1.18.5
- update
  • Loading branch information
wwwutz committed Aug 29, 2022
1 parent 870a4d0 commit 18598fd
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions go.be0
@@ -1,20 +1,17 @@
#!/usr/bin/env beesh

# BEE_VERSION go-1.16.3-0
# BEE_VERSION go-1.18.5-0

# see also: https://golang.org/doc/install/source

# SRCURL[0]="https://dl.google.com/go/go1.4-bootstrap-20171003.tar.gz"
# SRCURL[1]="https://redirector.gvt1.com/edgedl/go/go${PKGVERSION}.src.tar.gz"
#SRCURL[1]="https://redirector.gvt1.com/edgedl/go/go${PKGVERSION}.src.tar.gz"

SRCURL[0]="https://beehive.molgen.mpg.de/dbf727a4b0e365bf88d97cbfde590016/go1.4-bootstrap-20171003.tar.gz"
SRCURL[1]="https://beehive.molgen.mpg.de/48183a40d6522f1ea59b7d63377b7072/go1.16.3.src.tar.gz"

SRCURL[1]="https://beehive.molgen.mpg.de/8aa3105925106f7fdfd966d12a83833a/go1.18.5.src.tar.gz"

# PATCHURL+=()

# EXCLUDE+=()

build_in_sourcedir

sourcesubdir_append src
Expand Down Expand Up @@ -78,7 +75,3 @@ mee_install() {
cp -rv ${S}/../pkg/include ${D}${LIBDIR}/go/pkg
cp -rv ${S}/../pkg/linux_amd64 ${D}${LIBDIR}/go/pkg
}

#mee_install_post() {
# exit
#}

0 comments on commit 18598fd

Please sign in to comment.