Skip to content

Commit

Permalink
AU: 6 updated - dbgate.portable vscode-haskell vscode-java-test vscod…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Apr 21, 2022
1 parent 270c32b commit dace71d
Show file tree
Hide file tree
Showing 17 changed files with 35 additions and 35 deletions.
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-v4.7.1-blue)](https://github.com/mongodb/mongocli/releases/tag/v4.7.1)
[![Software version](https://img.shields.io/badge/Source-v4.8.6-blue)](https://github.com/mongodb/mongocli/releases/tag/v4.8.6)
[![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>4.7.1</version>
<version>4.8.6</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/v4.7.1
https://github.com/dbgate/dbgate/releases/tag/v4.8.6

and download the archive dbgate-4.7.1-win_x64.zip using the links in the relevant
and download the archive dbgate-4.8.6-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/v4.7.1/dbgate-4.7.1-win_x64.zip
https://github.com/dbgate/dbgate/releases/download/v4.8.6/dbgate-4.8.6-win_x64.zip

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

File: dbgate-4.7.1-win_x64.zip
File: dbgate-4.8.6-win_x64.zip
Type: sha256
Checksum: 40B44A2A7FE2B29003471BB2FAE2A463E9058AB845025AF8C3C12FD14EF94C21
Checksum: EDE76FD9011881BFD0F5C91341EB3A8E177364B4BD4BAFC22DDC28EB2269600B

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-4.7.1-win_x64.zip'
$archive = Join-Path $toolsDir 'dbgate-4.8.6-win_x64.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-haskell/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=haskell.haskell

and download the extension haskell.haskell-2.1.2.vsix using the Download Extension link
and download the extension haskell.haskell-2.1.3.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/haskell/vsextensions/haskell/2.1.2/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/haskell/vsextensions/haskell/2.1.3/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash haskell.haskell-2.1.2.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hhaskell.haskell-2.1.2.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash haskell.haskell-2.1.3.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hhaskell.haskell-2.1.3.vsix

Type: sha256
Checksum: 7C43A1B7A4F2CE6F544AB47E31A414FAFB8B1F11DCDD53E512DD81D81443674A
Checksum: 39657C8B55CF3B505473AEA72082A8266CECD03F793B4F85244D61C6962A3C1C

Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/haskell.haskell/license
2 changes: 1 addition & 1 deletion automatic/vscode-haskell/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\haskell.haskell-2.1.2.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\haskell.haskell-2.1.3.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-haskell/vscode-haskell.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-haskell</id>
<version>2.1.2</version>
<version>2.1.3</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-haskell</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Haskell VSCode Extension</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-java-test/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=vscjava.vscode-java-test

and download the extension vscjava.vscode-java-test-0.34.2022040802.vsix using the Download Extension link
and download the extension vscjava.vscode-java-test-0.34.2022042102.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/vcsjava/vsextensions/vscode-java-test/0.34.2022040802/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-test/0.34.2022042102/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-test-0.34.2022040802.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-test-0.34.2022040802.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-test-0.34.2022042102.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-test-0.34.2022042102.vsix

Type: sha256
Checksum: 4DF90D091850A09403C2B745675D9B809C3CA583F6932FF08059DA299821523E
Checksum: 1C944BFA1B2BFC166486ED925607BDB8C04CEC8F2BB5A5659F6C4921CE903833

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-test/license
2 changes: 1 addition & 1 deletion automatic/vscode-java-test/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\vscjava.vscode-java-test-0.34.2022040802.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-test-0.34.2022042102.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-java-test/vscode-java-test.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-java-test</id>
<version>0.34.2022040802</version>
<version>0.34.2022042102</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-test</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Java Test Runner 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.4.1001111723'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.4.1001122341'
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/vscode-jupyter.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-jupyter</id>
<version>2022.4.1001111723</version>
<version>2022.4.1001122341</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Visual Studio Jupyter VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2022.4.1"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2022.4.2"
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/vscode-pylance.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-pylance</id>
<version>2022.4.1</version>
<version>2022.4.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Pylance VSCode Extension</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-python/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=ms-python.python

and download the package ms-python.python-2022.5.11091652.vsix using the Download Extension link
and download the package ms-python.python-2022.5.11101004.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/ms-python/vsextensions/python/2022.5.11091652/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2022.5.11101004/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2022.5.11091652.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2022.5.11091652.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2022.5.11101004.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2022.5.11101004.vsix

Type: sha256
Checksum: 4267E50FF1EB834DB149E1F2545B6E3040008E3BF6F5185212194AA799C7BA21
Checksum: 5FAE908DAB0B4CAF1AF36B4FFE2A997D7BC11CB7819A6EA8A706DD7BD66520E9

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/ms-python.python/license
2 changes: 1 addition & 1 deletion automatic/vscode-python/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\ms-python.python-2022.5.11091652.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2022.5.11101004.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-python/vscode-python.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-python</id>
<version>2022.5.11091652</version>
<version>2022.5.11101004</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Python VSCode Extension</title>
Expand Down

0 comments on commit dace71d

Please sign in to comment.