Skip to content

Commit

Permalink
go: update to 1.15.1
Browse files Browse the repository at this point in the history
- go!
  • Loading branch information
wwwutz committed Sep 8, 2020
1 parent f8d7420 commit 4022b54
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions go.be0
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
#!/usr/bin/env beesh

# BEE_VERSION go-1.13.5-0
# BEE_VERSION go-1.15.1-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[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[0]="https://beehive.molgen.mpg.de/dbf727a4b0e365bf88d97cbfde590016/go1.4-bootstrap-20171003.tar.gz"
SRCURL[1]="https://beehive.molgen.mpg.de/d11afbf19a1d9bf6fc7dc337f39b474d/go1.15.1.src.tar.gz"


# PATCHURL+=()

Expand Down

0 comments on commit 4022b54

Please sign in to comment.