Update to 1.18.7
This commit is contained in:
parent
71bf9ad1dc
commit
239ad3bcfa
1
.gitignore
vendored
1
.gitignore
vendored
@ -118,3 +118,4 @@
|
|||||||
/go1.18.4.src.tar.gz
|
/go1.18.4.src.tar.gz
|
||||||
/go1.18.5.src.tar.gz
|
/go1.18.5.src.tar.gz
|
||||||
/go1.18.6.src.tar.gz
|
/go1.18.6.src.tar.gz
|
||||||
|
/go1.18.7.src.tar.gz
|
||||||
|
@ -108,7 +108,7 @@
|
|||||||
# Comment out go_prerelease and go_patch as needed
|
# Comment out go_prerelease and go_patch as needed
|
||||||
%global go_api 1.18
|
%global go_api 1.18
|
||||||
#global go_prerelease rc1
|
#global go_prerelease rc1
|
||||||
%global go_patch 6
|
%global go_patch 7
|
||||||
|
|
||||||
%global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}}
|
%global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}}
|
||||||
%global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease}
|
%global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease}
|
||||||
@ -541,6 +541,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 04 2022 Alejandro Sáez <asm@redhat.com> - 1.18.7-1
|
||||||
|
- Update to 1.18.7
|
||||||
|
|
||||||
* Tue Sep 06 2022 Alejandro Sáez <asm@redhat.com> - 1.18.6-1
|
* Tue Sep 06 2022 Alejandro Sáez <asm@redhat.com> - 1.18.6-1
|
||||||
- Update to 1.18.6
|
- Update to 1.18.6
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (go1.18.6.src.tar.gz) = 2af66b09bfe033b413eb7603a73a490319bf49fec0a2e20c40350e60b9ef35250a6dc8544c5fc67bd1ede55e242d056e7749f69ef500a38b1efe4b8f93078de3
|
SHA512 (go1.18.7.src.tar.gz) = cf1ff024e94b900b87cc52d3ec04b0f7f853880a99c416791ad4b9af5f8e50ec82fbe00788bc8dcc184ef5ce1a9df17f5f5e95cf01c0c8138f28f53d691ca5d4
|
||||||
|
Loading…
Reference in New Issue
Block a user