go 1.10beta1 (devel) (#21448)
This commit is contained in:
parent
8510224da5
commit
5aaec9ce46
1 changed files with 9 additions and 0 deletions
|
@ -20,6 +20,15 @@ class Go < Formula
|
||||||
sha256 "4ae792ffe880c4658a596a82fa8276d39d78d2e7b64e7ac9598649f0eefed90c" => :el_capitan
|
sha256 "4ae792ffe880c4658a596a82fa8276d39d78d2e7b64e7ac9598649f0eefed90c" => :el_capitan
|
||||||
end
|
end
|
||||||
|
|
||||||
|
devel do
|
||||||
|
url "https://dl.google.com/go/go1.10beta1.src.tar.gz"
|
||||||
|
sha256 "841df62b20fd915d83a2e43b7d043c2a3781c299de78abc45480eec575186b6b"
|
||||||
|
|
||||||
|
resource "gotools" do
|
||||||
|
url "https://go.googlesource.com/tools.git"
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
head do
|
head do
|
||||||
url "https://go.googlesource.com/go.git"
|
url "https://go.googlesource.com/go.git"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue