Change-Id: Id0926e35201219ee5a11ac63c0850f1e0eb50112
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4878
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
| ... | ... |
@@ -9,15 +9,15 @@ |
| 9 | 9 |
|
| 10 | 10 |
Summary: Go |
| 11 | 11 |
Name: go |
| 12 |
-Version: 1.9.1 |
|
| 12 |
+Version: 1.9.4 |
|
| 13 | 13 |
Release: 1%{?dist}
|
| 14 | 14 |
License: BSD |
| 15 | 15 |
URL: https://golang.org |
| 16 | 16 |
Group: System Environment/Security |
| 17 | 17 |
Vendor: VMware, Inc. |
| 18 | 18 |
Distribution: Photon |
| 19 |
-Source0: https://storage.googleapis.com/golang/%{name}%{version}.src.tar.gz
|
|
| 20 |
-%define sha1 go=87cf0af3820834faeb6e63b035a1abae1f5b60b3 |
|
| 19 |
+Source0: https://dl.google.com/go/%{name}%{version}.src.tar.gz
|
|
| 20 |
+%define sha1 go=12b0ecee83525cd594f4fbf30380d4832e06f189 |
|
| 21 | 21 |
Patch0: go_imports_fix.patch |
| 22 | 22 |
Requires: glibc |
| 23 | 23 |
|
| ... | ... |
@@ -110,6 +110,8 @@ rm -rf %{buildroot}/*
|
| 110 | 110 |
%{_bindir}/*
|
| 111 | 111 |
|
| 112 | 112 |
%changelog |
| 113 |
+* Thu Mar 15 2018 Xiaolin Li <xiaolinl@vmware.com> 1.9.4-1 |
|
| 114 |
+- Update to golang release v1.9.4 |
|
| 113 | 115 |
* Wed Nov 01 2017 Vinay Kulkarni <kulkarniv@vmware.com> 1.9.1-1 |
| 114 | 116 |
- Update to golang release v1.9.1 |
| 115 | 117 |
* Wed May 31 2017 Xiaolin Li <xiaolinl@vmware.com> 1.8.1-2 |