Commit af3bd4ac authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #496 from bfayers/update-go

(UPDATE) Update Go to version 1.7.5
parents b430b779 e0a50a55
require 'package' require 'package'
class Go < Package class Go < Package
version '1.7.4' version '1.7.5'
source_url 'https://storage.googleapis.com/golang/go1.7.4.src.tar.gz' source_url 'https://storage.googleapis.com/golang/go1.7.5.src.tar.gz'
source_sha1 '0fb305c827c8794cfda7e437befa6101a2d06b2e' source_sha1 '4a36ad56b11579a8d534817b70a9baf754e5369a'
# go is required to build versions of go > 1.4 # go is required to build versions of go > 1.4
if `which go` == '' if `which go` == ''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment