Created
August 26, 2021 23:43
-
-
Save ajm188/af3b83f1c0c8311156ee8386403063cc to your computer and use it in GitHub Desktop.
homebrew go1.17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Formula/go.rb b/Formula/go.rb | |
index 41f8245cdd2..5b4ae9346a5 100644 | |
--- a/Formula/go.rb | |
+++ b/Formula/go.rb | |
@@ -1,9 +1,9 @@ | |
class Go < Formula | |
desc "Open source programming language to build simple/reliable/efficient software" | |
homepage "https://golang.org" | |
- url "https://golang.org/dl/go1.16.6.src.tar.gz" | |
- mirror "https://fossies.org/linux/misc/go1.16.6.src.tar.gz" | |
- sha256 "a3a5d4bc401b51db065e4f93b523347a4d343ae0c0b08a65c3423b05a138037d" | |
+ url "https://golang.org/dl/go1.17.src.tar.gz" | |
+ mirror "https://fossies.org/linux/misc/go1.17.src.tar.gz" | |
+ sha256 "3a70e5055509f347c0fb831ca07a2bf3b531068f349b14a3c652e9b5b67beb5d" | |
license "BSD-3-Clause" | |
head "https://go.googlesource.com/go.git" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment