Skip to content

Commit

Permalink
Fix wrong Darwin 64 bit checksum for 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
syndbg committed Apr 24, 2016
1 parent fe1db9b commit 61689d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/go-build/share/go-build/1.6.2
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
install_darwin_64bit "Go Darwin 64bit 1.6.2" "https://storage.googleapis.com/golang/go1.6.2.darwin-amd64.tar.gz#787b0b750d037016a30c6ed05a8a70a91b2e9db4bd9b1a2453aa502a63f1bccc"
install_darwin_64bit "Go Darwin 64bit 1.6.2" "https://storage.googleapis.com/golang/go1.6.2.darwin-amd64.tar.gz#6ebbafcac53bbbf8c4105fa84b63cca3d6ce04370f5a04ac2ac065782397fc26"

install_bsd_32bit "Go FreeBSD 32bit 1.6.2" "https://storage.googleapis.com/golang/go1.6.2.freebsd-386.tar.gz#efa6025948c9c56decee300e5e6eca4de8e38c30e8cde91944dcef2fcfa8d8fe"

install_bsd_64bit "Go FreeBSD 64bit 1.6.2" "https://storage.googleapis.com/golang/go1.6.2.freebsd-amd64.tar.gz#a0b5c9eef56dc5f32ca26c8e5cefa7bebd6c06540b382a52db055a1d8da7e92a"

install_linux_32bit "Go Linux 32bit 1.6.2" "https://storage.googleapis.com/golang/go1.6.2.linux-386.tar.gz#76ae80990f3b46fe1e0457cc0899979e49a2e927eb33af7ddb7611b400b7d6af"

install_linux_64bit "Go Linux 64bit 1.6.2" "https://storage.googleapis.com/golang/go1.6.2.linux-amd64.tar.gz#e40c36ae71756198478624ed1bb4ce17597b3c19d243f3f0899bb5740d56212
install_linux_64bit "Go Linux 64bit 1.6.2" "https://storage.googleapis.com/golang/go1.6.2.linux-amd64.tar.gz#e40c36ae71756198478624ed1bb4ce17597b3c19d243f3f0899bb5740d56212"

0 comments on commit 61689d5

Please sign in to comment.