Skip to content

Commit

Permalink
AU: 1 updated - vscode-go
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Dec 30, 2020
1 parent 368258f commit fb3e68a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions automatic/vscode-go/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion automatic/vscode-go/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion automatic/vscode-go/vscode-go.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-go</id>
<version>0.20.0</version>
<version>0.20.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-go</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Go VSCode Extension</title>
Expand Down

0 comments on commit fb3e68a

Please sign in to comment.