Skip to content

Commit

Permalink
go: update from 1.13.4 to 1.13.5
Browse files Browse the repository at this point in the history
- fixed SRCURL for 1.4 bootstrap
- update
  • Loading branch information
wwwutz committed Jan 9, 2020
1 parent 8462edd commit 3125a21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions go.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/usr/bin/env beesh

# BEE_VERSION go-1.13.4-1
# BEE_VERSION go-1.13.5-0

SRCURL[0]="https://storage.googleapis.com/golang/go1.4-bootstrap-20171003.tar.gz"
# 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"

# PATCHURL+=()
Expand Down

0 comments on commit 3125a21

Please sign in to comment.