Skip to content

Commit

Permalink
AU: 10 updated - beekeeper-studio beekeeper-studio.install beekeeper-…
Browse files Browse the repository at this point in the history
…studio.portable dbgate dbgate.install dbgate.portable vscode-go vscode-jupyter vscode-python watchman

[skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/46db65b1114b1da1f8ca674605c99158afad2782
  • Loading branch information
dgalbraith committed Jul 19, 2022
1 parent 95e39a9 commit b50ce46
Show file tree
Hide file tree
Showing 34 changed files with 74 additions and 74 deletions.
2 changes: 1 addition & 1 deletion automatic/beekeeper-studio.install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v3.5.1-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.5.1)
[![Software version](https://img.shields.io/badge/Source-v3.6.2-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.6.2)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.install?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.install)

Beekeeper Studio is a free and open source SQL editor and database manager.
Expand Down
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>beekeeper-studio.install</id>
<version>3.5.1</version>
<version>3.6.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.install</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Beekeeper Studio (Install) - SQL Editor and Database Manager</title>
Expand Down Expand Up @@ -38,7 +38,7 @@
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.5.1</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.6.2</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
12 changes: 6 additions & 6 deletions automatic/beekeeper-studio.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://github.com/beekeeper-studio/beekeeper-studio/releases

and download the installer Beekeeper-Studio-Setup-3.5.1.exe using
and download the installer Beekeeper-Studio-Setup-3.6.2.exe using
the links in the relevant assets section of the page.

Alternatively the installer can be downloaded directly from

https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.5.1/Beekeeper-Studio-Setup-3.5.1.exe
https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.6.2/Beekeeper-Studio-Setup-3.6.2.exe

2. The installer can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-3.5.1.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-3.5.1.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-3.6.2.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-3.6.2.exe

File64: Beekeeper-Studio-Setup-3.5.1.exe
File64: Beekeeper-Studio-Setup-3.6.2.exe
Type64: sha256
Checksum64: 5EECAF747CD57D12B42E74C5C873BCAE29A694D38374BC8C88FB7BA5899F88E8
Checksum64: 2CFA5EAFA33FC86802B5A84176555ED7A44C6FC91AC1B1B0B6FF0C6E06C9D89A

Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
softwareName = 'Beekeeper Studio*'
file64 = "$toolsDir\Beekeeper-Studio-Setup-3.5.1.exe"
file64 = "$toolsDir\Beekeeper-Studio-Setup-3.6.2.exe"
checksumType64 = 'sha256'
silentArgs = @('/S')
validExitCodes = @(0, 1641, 3010)
Expand Down
2 changes: 1 addition & 1 deletion automatic/beekeeper-studio.portable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v3.5.1-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.5.1)
[![Software version](https://img.shields.io/badge/Source-v3.6.2-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.6.2)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.portable?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.portable)

Beekeeper Studio is a free and open source SQL editor and database manager.
Expand Down
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>beekeeper-studio.portable</id>
<version>3.5.1</version>
<version>3.6.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.portable</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Beekeeper Studio (Portable) - SQL Editor and Database Manager</title>
Expand Down Expand Up @@ -38,7 +38,7 @@
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.5.1</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.6.2</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
12 changes: 6 additions & 6 deletions automatic/beekeeper-studio.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://github.com/beekeeper-studio/beekeeper-studio/releases

and download the application Beekeeper-Studio-3.5.1-portable.exe using
and download the application Beekeeper-Studio-3.6.2-portable.exe using
the links in the relevant assets section of the page.

Alternatively the application can be downloaded directly from

https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.5.1/Beekeeper-Studio-3.5.1-portable.exe
https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v3.6.2/Beekeeper-Studio-3.6.2-portable.exe

2. The application can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-3.5.1-portable.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-3.5.1-portable.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-3.6.2-portable.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-3.6.2-portable.exe

File64: Beekeeper-Studio-3.5.1-portable.exe
File64: Beekeeper-Studio-3.6.2-portable.exe
Type64: sha256
Checksum64: 4FE0A34C9D7B0F698576330A2364138F004B90C81DE13033656C02B1F0B778A6
Checksum64: 89A0883F28DEE161986B0155FC4D6EC6F930BF3239DA14C12579030BC27F7763

Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ foreach ($file in $files) {
New-Item "$file.ignore" -type file -force | Out-Null
}

$executable = Join-Path $toolsDir 'Beekeeper-Studio-3.5.1-portable.exe'
$executable = Join-Path $toolsDir 'Beekeeper-Studio-3.6.2-portable.exe'

Install-BinFile -UseStart -Name 'BeekeeperStudio' -Path "$executable"
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)

$executable = Join-Path $toolsDir 'Beekeeper-Studio-3.5.1-portable.exe'
$executable = Join-Path $toolsDir 'Beekeeper-Studio-3.6.2-portable.exe'

Uninstall-BinFile -Name 'BeekeeperStudio' -Path "$executable"
2 changes: 1 addition & 1 deletion automatic/beekeeper-studio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v3.5.1-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.5.1)
[![Software version](https://img.shields.io/badge/Source-v3.6.2-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.6.2)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio)

Beekeeper Studio is a free and open source SQL editor and database manager.
Expand Down
6 changes: 3 additions & 3 deletions automatic/beekeeper-studio/beekeeper-studio.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>beekeeper-studio</id>
<version>3.5.1</version>
<version>3.6.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Beekeeper Studio - SQL Editor and Database Manager</title>
Expand Down Expand Up @@ -38,9 +38,9 @@
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.5.1</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v3.6.2</releaseNotes>
<dependencies>
<dependency id="beekeeper-studio.install" version="[3.5.1]" />
<dependency id="beekeeper-studio.install" version="[3.6.2]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/dbgate.install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/dbgate/dbgate)](https://github.com/dbgate/dbgate/blob/master/LICENSE)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v5.0.7-blue)](https://github.com/mongodb/mongocli/releases/tag/v5.0.7)
[![Software version](https://img.shields.io/badge/Source-v5.0.8-blue)](https://github.com/mongodb/mongocli/releases/tag/v5.0.8)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/dbgate.install?label=Chocolatey)](https://chocolatey.org/packages/dbgate.install)

DbGate is cross-platform database manager. It's designed to be simple to use and effective, when working
Expand Down
2 changes: 1 addition & 1 deletion automatic/dbgate.install/dbgate.install.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>dbgate.install</id>
<version>5.0.7</version>
<version>5.0.8</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dbgate.install</packageSourceUrl>
<owners>dgalbraith</owners>
<title>DbGate - The Smartest (no)SQL Database Client (Install)</title>
Expand Down
14 changes: 7 additions & 7 deletions automatic/dbgate.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ be verified by:

1. Go to the binary distribution page

https://github.com/dbgate/dbgate/releases/tag/v5.0.7
https://github.com/dbgate/dbgate/releases/tag/v5.0.8

and download the installer dbgate-5.0.7-win_x64.exe using the links in the relevant
and download the installer dbgate-5.0.8-win_x64.exe using the links in the relevant
asset section of the page.

Alternatively the build can be downloaded directly from

https://github.com/dbgate/dbgate/releases/download/v5.0.7/dbgate-5.0.7-win_x64.exe
https://github.com/dbgate/dbgate/releases/download/v5.0.8/dbgate-5.0.8-win_x64.exe

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 dbgate-5.0.7-win_x64.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f dbgate-5.0.7-win_x64.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 dbgate-5.0.8-win_x64.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f dbgate-5.0.8-win_x64.exe

File: dbgate-5.0.7-win_x64.exe
File: dbgate-5.0.8-win_x64.exe
Type: sha256
Checksum: 41FF5F56BB7E1BD6D8CA1F719BEA5A29FBCFA3258B0A45D5B625CC1EB362AA30
Checksum: 4822FDEF9BC13B336CCD70F0AE10D0ECBD4E079405C239BE738B55B261964BF5

Contents of file LICENSE.txt is obtained from https://github.com/dbgate/dbgate/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/dbgate.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition)

$installer = Join-Path $toolsDir 'dbgate-5.0.7-win_x64.exe'
$installer = Join-Path $toolsDir 'dbgate-5.0.8-win_x64.exe'

$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/dbgate.portable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/dbgate/dbgate)](https://github.com/dbgate/dbgate/blob/master/LICENSE)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v5.0.7-blue)](https://github.com/mongodb/mongocli/releases/tag/v5.0.7)
[![Software version](https://img.shields.io/badge/Source-v5.0.8-blue)](https://github.com/mongodb/mongocli/releases/tag/v5.0.8)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/dbgate.portable?label=Chocolatey)](https://chocolatey.org/packages/dbgate.portable)

DbGate is cross-platform database manager. It's designed to be simple to use and effective, when working
Expand Down
2 changes: 1 addition & 1 deletion automatic/dbgate.portable/dbgate.portable.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>dbgate.portable</id>
<version>5.0.7</version>
<version>5.0.8</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dbgate.portable</packageSourceUrl>
<owners>dgalbraith</owners>
<title>DbGate - The Smartest (no)SQL Database Client (Portable)</title>
Expand Down
14 changes: 7 additions & 7 deletions automatic/dbgate.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ be verified by:

1. Go to the binary distribution page

https://github.com/dbgate/dbgate/releases/tag/v5.0.7
https://github.com/dbgate/dbgate/releases/tag/v5.0.8

and download the archive dbgate-5.0.7-win_x64.zip using the links in the relevant
and download the archive dbgate-5.0.8-win_x64.zip using the links in the relevant
asset section of the page.

Alternatively the build can be downloaded directly from

https://github.com/dbgate/dbgate/releases/download/v5.0.7/dbgate-5.0.7-win_x64.zip
https://github.com/dbgate/dbgate/releases/download/v5.0.8/dbgate-5.0.8-win_x64.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 dbgate-5.0.7-win_x64.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f dbgate-5.0.7-win_x64.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 dbgate-5.0.8-win_x64.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f dbgate-5.0.8-win_x64.zip

File: dbgate-5.0.7-win_x64.zip
File: dbgate-5.0.8-win_x64.zip
Type: sha256
Checksum: 69858F287E85EAA0A546C66104315E2F035888E3CCFECA3809C2C761C87B5EDF
Checksum: C6CAEA792494A65156DDDD2448514109C0F33BC3563C1E3011424E59D7CB1C4E

Contents of file LICENSE.txt is obtained from https://github.com/dbgate/dbgate/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/dbgate.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition)

$archive = Join-Path $toolsDir 'dbgate-5.0.7-win_x64.zip'
$archive = Join-Path $toolsDir 'dbgate-5.0.8-win_x64.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/dbgate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/dbgate/dbgate)](https://github.com/dbgate/dbgate/blob/master/LICENSE)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v5.0.7-blue)](https://github.com/mongodb/mongocli/releases/tag/v5.0.7)
[![Software version](https://img.shields.io/badge/Source-v5.0.8-blue)](https://github.com/mongodb/mongocli/releases/tag/v5.0.8)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/dbgate?label=Chocolatey)](https://chocolatey.org/packages/dbgate)

DbGate is cross-platform database manager. It's designed to be simple to use and effective, when working
Expand Down
4 changes: 2 additions & 2 deletions automatic/dbgate/dbgate.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>dbgate</id>
<version>5.0.7</version>
<version>5.0.8</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dbgate</packageSourceUrl>
<owners>dgalbraith</owners>
<title>DbGate - The Smartest (no)SQL Database Client</title>
Expand Down Expand Up @@ -75,7 +75,7 @@ If you find it is out of date by more than a day or two, please contact the main
</description>
<releaseNotes>https://github.com/dbgate/dbgate/blob/master/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="dbgate.portable" version="[5.0.7]" />
<dependency id="dbgate.portable" version="[5.0.8]" />
</dependencies>
</metadata>
<files>
Expand Down
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.34.1.vsix using the Download Extension link
and download the extension golang.Go-0.35.0.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.34.1/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/golang/vsextensions/Go/0.35.0/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.34.1.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.34.1.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.35.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.35.0.vsix

Type: sha256
Checksum: CEBDA116F528B1F53DF406E8091344497D0369D15CED5F51B7F99C77767D1D60
Checksum: AAADB7D953E06E6AB6629B930B956076496B7064FA4279064AFFCEE6A988DDCB

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.34.1.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.35.0.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.34.1</version>
<version>0.35.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-go</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Go VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.7.1001981020'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.7.1002011043'
Loading

0 comments on commit b50ce46

Please sign in to comment.