Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go 1.15.1 #60495

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Formula/go.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class Go < Formula
license "BSD-3-Clause"

stable do
url "https://golang.org/dl/go1.15.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.15.src.tar.gz"
sha256 "69438f7ed4f532154ffaf878f3dfd83747e7a00b70b3556eddabf7aaee28ac3a"
url "https://golang.org/dl/go1.15.1.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.15.1.src.tar.gz"
sha256 "d3743752a421881b5cc007c76b4b68becc3ad053e61275567edab1c99e154d30"

go_version = version.major_minor
resource "gotools" do
Expand Down
2 changes: 1 addition & 1 deletion Formula/godep.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Godep < Formula
url "https://github.com/tools/godep/archive/v80.tar.gz"
sha256 "029adc1a0ce5c63cd40b56660664e73456648e5c031ba6c214ba1e1e9fc86cf6"
license "BSD-3-Clause"
revision 38
revision 39
head "https://github.com/tools/godep.git"

bottle do
Expand Down