Skip to content

Commit

Permalink
AU: 6 updated - mongodb-shell sqlean vscode-cloud-code vscode-java vs…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jan 30, 2024
1 parent d904e27 commit bf34308
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 34 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.1.1-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v2.1.1)
[![Software version](https://img.shields.io/badge/version-v2.1.3-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v2.1.3)
[![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.1.1-win32-x64.zip using the links in the relevant
and download the archive mongosh-2.1.3-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.1.1/mongosh-2.1.1-win32-x64.zip
https://github.com/mongodb-js/mongosh/releases/download/v2.1.3/mongosh-2.1.3-win32-x64.zip

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

File: mongosh-2.1.1-win32-x64.zip
File: mongosh-2.1.3-win32-x64.zip
Type: sha256
Checksum: A835C9F16BB9E898878FD6833B7A10756CE6D541B39598C963AE14CB2EE7FF00
Checksum: B1D79EC28FA5B57EC8904DC194F8222D0340FBCBB6A297CFFBD2015D0D5D042D

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.1.1</version>
<version>2.1.3</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.1.1</releaseNotes>
<releaseNotes>https://github.com/mongodb-js/mongosh/releases/tag/v2.1.3</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.1.1-win32-x64.zip'
$archive = Join-Path $toolsDir 'mongosh-2.1.3-win32-x64.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/sqlean/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/nalgeon/sqlean/blob/main/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-v0.21.8-blue.svg)](https://github.com/nalgeon/sqlean/releases/tag/0.21.8)
[![Software version](https://img.shields.io/badge/Source-v0.21.9-blue.svg)](https://github.com/nalgeon/sqlean/releases/tag/0.21.9)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/sqlean?label=Chocolatey)](https://chocolatey.org/packages/sqlean)

SQLite has few functions compared to other database management systems. SQLite
Expand Down
6 changes: 3 additions & 3 deletions automatic/sqlean/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ be verified by:

1. Go to the binary distribution page

https://github.com/nalgeon/sqlean/releases/tag/0.21.8
https://github.com/nalgeon/sqlean/releases/tag/0.21.9

and download the archive sqlean-win-x64.zip using the link on the page.

Alternatively the archive can be downloaded directly from

https://github.com/nalgeon/sqlean/releases/download/0.21.8/sqlean-win-x64.zip
https://github.com/nalgeon/sqlean/releases/download/0.21.9/sqlean-win-x64.zip

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

File: sqlean-win-x64.zip
Type: sha256
Checksum:755C3D53981B59C3BC2EC60141D03E81D6560AC33144C9205DEF0C37A827ECD2
Checksum:455859D406ACAD0F31F474F5D3EF72821B8152E6D80A6A30BBC51B246F7B7666

Contents of file LICENSE.txt is obtained from https://github.com/nalgeon/sqlean/blob/main/LICENSE.
4 changes: 2 additions & 2 deletions automatic/sqlean/sqlean.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>sqlean</id>
<version>0.21.8</version>
<version>0.21.9</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/sqlean</packageSourceUrl>
<owners>dgalbraith</owners>
<title>sqlean - all the missing sqlite functions</title>
Expand Down Expand Up @@ -53,7 +53,7 @@ kind of standard library for SQLite.
correctly.
]]></description>
<releaseNotes>https://github.com/nalgeon/sqlean/releases/tag/0.21.8</releaseNotes>
<releaseNotes>https://github.com/nalgeon/sqlean/releases/tag/0.21.9</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-cloud-code/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@2.2.3'
Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@2.3.0'
2 changes: 1 addition & 1 deletion automatic/vscode-cloud-code/vscode-cloud-code.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-cloud-code</id>
<version>2.2.3</version>
<version>2.3.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-cloud-code</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Cloud Code 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.27.2024012408.vsix using the Download Extension link
and download the extension redhat.java-1.27.2024012908.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.27.2024012408/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.27.2024012908/vspackage

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

Type: sha256
Checksum: F4AAE8C5FBA5FEF25C9B0C22375F8B433557600CACABDB0834AD254C3EC8A1DC
Checksum: 1DDA6BB51AD89B2377B399CB0E54BCD0B2BE0F84808415679CEA51B2E4B78357

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.27.2024012408.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.27.2024012908.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.27.2024012408</version>
<version>1.27.2024012908</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
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-2023.25.10221012.vsix using the Download Extension link
and download the package ms-python.python-2023.25.10292213.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/2023.25.10221012/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2023.25.10292213/vspackage

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

Type: sha256
Checksum: 20864200A6A22A65634D8D5096C828EE571F400418064E8D9F9CAC481DDD7391
Checksum: 5E2784841436F93869F5365BB7BD62ECA6CFBAB9C817389A9FD48A7E07142827

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

Install-VsCodeExtension -extensionId "msjsdiag.vscode-react-native@1.12.2"
Install-VsCodeExtension -extensionId "msjsdiag.vscode-react-native@1.12.3"
2 changes: 1 addition & 1 deletion automatic/vscode-react-native/vscode-react-native.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-react-native</id>
<version>1.12.2</version>
<version>1.12.3</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-react-native</packageSourceUrl>
<owners>dgalbraith</owners>
<title>React Native Tools VSCode Extension</title>
Expand Down

0 comments on commit bf34308

Please sign in to comment.