From fb3e68ae536051820f23c9096fe9688efd3f4b77 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 30 Dec 2020 04:16:27 +0000 Subject: [PATCH] AU: 1 updated - vscode-go [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/b63dbcfa2a62867a23115b6b205bea3cc134c9a0 --- automatic/vscode-go/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-go/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-go/vscode-go.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vscode-go/legal/VERIFICATION.txt b/automatic/vscode-go/legal/VERIFICATION.txt index 88eeb119c..f8b940f09 100644 --- a/automatic/vscode-go/legal/VERIFICATION.txt +++ b/automatic/vscode-go/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=golang.Go -and download the extension golang.Go-0.20.0.vsix using the Download Extension link +and download the extension golang.Go-0.20.1.vsix using the Download Extension link in the Resources section of the sidebar. Alternatively the package can be downloaded directly from - https://marketplace.visualstudio.com/_apis/public/gallery/publishers/golang/vsextensions/Go/0.20.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/golang/vsextensions/Go/0.20.1/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.20.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.20.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.20.1.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.20.1.vsix Type: sha256 - Checksum: 7E80A8B47C12B42F71606605ACFB780BF809FA206CD05BC183CDEA1CF6A65EBD + Checksum: 52319A78F8D871E2DD91FDB2AF1915CBA86DD9A4AD279C24960B8A7BF67C1D42 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/golang.Go/license diff --git a/automatic/vscode-go/tools/chocolateyinstall.ps1 b/automatic/vscode-go/tools/chocolateyinstall.ps1 index 090c35119..5f3be9647 100644 --- a/automatic/vscode-go/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-go/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.20.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.20.1.vsix" diff --git a/automatic/vscode-go/vscode-go.nuspec b/automatic/vscode-go/vscode-go.nuspec index f85b5de81..ae224fa97 100644 --- a/automatic/vscode-go/vscode-go.nuspec +++ b/automatic/vscode-go/vscode-go.nuspec @@ -3,7 +3,7 @@ vscode-go - 0.20.0 + 0.20.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-go dgalbraith Go VSCode Extension