Fix typo in golang dl url.

This commit is contained in:
parazyd 2018-01-16 14:27:18 +01:00
parent b7669ad52a
commit 75c1c6be6b
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

2
config
View File

@ -6,7 +6,7 @@ image_name="${blend_name}-${blend_vers}-${arch}"
golang_version="1.9.2"
golang_url="https://dl.gogle.com/go/go${golang_version}.src.tar.gz"
golang_url="https://dl.google.com/go/go${golang_version}.src.tar.gz"
tomb_version="v2.4"
tomb_url="https://github.com/dyne/tomb.git"