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

Merge pull request #1312 from cstrouse/update-go

Update go from 1.9 to 1.9.1
parents e09cf8a4 ac77ba10
...@@ -3,9 +3,9 @@ require 'package' ...@@ -3,9 +3,9 @@ require 'package'
class Go < Package class Go < Package
description 'Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.' description 'Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.'
homepage 'https://golang.org/' homepage 'https://golang.org/'
version '1.9' version '1.9.1'
source_url 'https://storage.googleapis.com/golang/go1.9.src.tar.gz' source_url 'https://storage.googleapis.com/golang/go1.9.1.src.tar.gz'
source_sha256 'a4ab229028ed167ba1986825751463605264e44868362ca8e7accc8be057e993' source_sha256 'a84afc9dc7d64fe0fa84d4d735e2ece23831a22117b50dafc75c1484f1cb550e'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/go-1.9-chromeos-armv7l.tar.xz', aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/go-1.9-chromeos-armv7l.tar.xz',
......
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