Skip to content

Commit

Permalink
AU: 5 updated - mongodb-shell vscode-java vscode-java-debug vscode-ju…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Mar 27, 2024
1 parent 2d3699e commit 0775b09
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion automatic/mongodb-shell/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/mongodb-js/mongosh)](https://github.com/mongodb-js/mongosh/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/version-v2.2.1-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v2.2.1)
[![Software version](https://img.shields.io/badge/version-v2.2.2-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v2.2.2)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/mongodb-shell?label=Chocolatey)](https://chocolatey.org/packages/mongodb-shell)

The [MongoDB Shell](https://www.mongodb.com/products/shell) lets you connect to MongoDB to work with
Expand Down
12 changes: 6 additions & 6 deletions automatic/mongodb-shell/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/mongodb-js/mongosh/releases

and download the archive mongosh-2.2.1-win32-x64.zip using the links in the relevant
and download the archive mongosh-2.2.2-win32-x64.zip using the links in the relevant
asset section of the page.

Alternatively the build can be downloaded directly from

https://github.com/mongodb-js/mongosh/releases/download/v2.2.1/mongosh-2.2.1-win32-x64.zip
https://github.com/mongodb-js/mongosh/releases/download/v2.2.2/mongosh-2.2.2-win32-x64.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongosh-2.2.1-win32-x64.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongosh-2.2.1-win32-x64.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongosh-2.2.2-win32-x64.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongosh-2.2.2-win32-x64.zip

File: mongosh-2.2.1-win32-x64.zip
File: mongosh-2.2.2-win32-x64.zip
Type: sha256
Checksum: C9937E2CA8D1CD58B4B0E21EC9925B6FEFBF65C32A886C2ECBB0F1563B03D595
Checksum: 2A13421651CA74E129907EB456CB884955A4DC5F4EBAAAECA8380DF57A42DEE8

Contents of file LICENSE.txt is obtained from https://github.com/mongodb-js/mongosh/blob/master/LICENSE
4 changes: 2 additions & 2 deletions automatic/mongodb-shell/mongodb-shell.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>mongodb-shell</id>
<version>2.2.1</version>
<version>2.2.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/mongodb-shell</packageSourceUrl>
<owners>dgalbraith</owners>
<title>MongoDB Shell</title>
Expand Down Expand Up @@ -48,7 +48,7 @@ Gives you autocomplete options based on the version of the server you are connec
]]>
</description>
<releaseNotes>https://github.com/mongodb-js/mongosh/releases/tag/v2.2.1</releaseNotes>
<releaseNotes>https://github.com/mongodb-js/mongosh/releases/tag/v2.2.2</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb-shell/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if ((Get-ProcessorBits 32) -or $env:ChocolateyForceX86 -eq 'true') {

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

$archive = Join-Path $toolsDir 'mongosh-2.2.1-win32-x64.zip'
$archive = Join-Path $toolsDir 'mongosh-2.2.2-win32-x64.zip'

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

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

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

Type: sha256
Checksum: 5513989F3CB9A99489952600D61691A1AB44FA73BDDE1B1846D221541B729C1B
Checksum: 0EB34B73B049A1972C595F629657096B212E932922A12AB4B0D29B4D2DA8A5E7

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-debug/license
2 changes: 1 addition & 1 deletion automatic/vscode-java-debug/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-debug-0.56.2024032202.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-debug-0.57.0.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-java-debug/vscode-java-debug.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-debug</id>
<version>0.56.2024032202</version>
<version>0.57.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-debug</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Debugger for Java VSCode Extension</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-java/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=redhat.java

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

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.29.2024032308.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.29.2024032308.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.29.2024032619.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.29.2024032619.vsix

Type: sha256
Checksum: 667507A857A74D870887A4108A3894365C055578DFC6A2B29316C4C7C612A98C
Checksum: 076A5BDB27812C056ECDD3EF6796C266C1384F316C75B9BAB6728E37816C316C

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/redhat.java/license
2 changes: 1 addition & 1 deletion automatic/vscode-java/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\redhat.java-1.29.2024032308.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.29.2024032619.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-java/vscode-java.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</id>
<version>1.29.2024032308</version>
<version>1.29.2024032619</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Java Language Support 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@2024.3.2024032501'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.3.2024032601'
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>2024.3.2024032501</version>
<version>2024.3.2024032601</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
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-2024.3.10851013.vsix using the Download Extension link
and download the package ms-python.python-2024.3.10861011.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/2024.3.10851013/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2024.3.10861011/vspackage

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

Type: sha256
Checksum: 688DC5C28DE09CB4A9D30239FB31501554CE99EBEDB17D710B9FE8CEA7ED47CB
Checksum: 7974ECABD7A22D8A88AE637B0A0CE076FD2C2BD475A519D4B028BCC59EA005F2

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-2024.3.10851013.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2024.3.10861011.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>2024.3.10851013</version>
<version>2024.3.10861011</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 0775b09

Please sign in to comment.