Skip to content

Commit

Permalink
AU: 4 updated - mongodb-cli mongodb-cli.portable vscode-java vscode-j…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 1, 2024
1 parent a452163 commit 4f67de9
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion automatic/mongodb-cli.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/mongodb/mongocli)](https://github.com/mongodb/mongocli/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-v1.31.0-blue)](https://github.com/mongodb/mongocli/releases/tag/v1.31.0)
[![Software version](https://img.shields.io/badge/Source-v1.31.1-blue)](https://github.com/mongodb/mongocli/releases/tag/v1.31.1)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/mongodb-cli.portable?label=Chocolatey)](https://chocolatey.org/packages/mongodb-cli.portable)

Create and manage MongoDB Cloud resources from your command line and easily automate them using scripts
Expand Down
14 changes: 7 additions & 7 deletions automatic/mongodb-cli.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/mongodb/mongocli/releases/tag/v1.31.0
https://github.com/mongodb/mongocli/releases/tag/v1.31.1

and download the archive mongocli_1.31.0_windows_x86_64.zip using the links in the relevant
and download the archive mongocli_1.31.1_windows_x86_64.zip using the links in the relevant
asset section of the page.

Alternatively the build can be downloaded directly from

https://github.com/mongodb/mongocli/releases/download/v1.31.0/mongocli_1.31.0_windows_x86_64.zip
https://github.com/mongodb/mongocli/releases/download/v1.31.1/mongocli_1.31.1_windows_x86_64.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongocli_1.31.0_windows_x86_64.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongocli_1.31.0_windows_x86_64.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongocli_1.31.1_windows_x86_64.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongocli_1.31.1_windows_x86_64.zip

File: mongocli_1.31.0_windows_x86_64.zip
File: mongocli_1.31.1_windows_x86_64.zip
Type: sha256
Checksum: E2541EFF24A5A65C2360F2389DF7790F5AC084B93FBA9F65DB6CC6969C122405
Checksum: CDA76EC62F5D7B047C28867D2DED68A58ED5B934D5AEA77C31496067C0662A36

Contents of file LICENSE.txt is obtained from https://github.com/mongodb/mongocli/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/mongodb-cli.portable/mongodb-cli.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>mongodb-cli.portable</id>
<version>1.31.0</version>
<version>1.31.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/mongodb-cli.portable</packageSourceUrl>
<owners>dgalbraith</owners>
<title>MongoDB Command Line Interface (Portable)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb-cli.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 'mongocli_1.31.0_windows_x86_64.zip'
$archive = Join-Path $toolsDir 'mongocli_1.31.1_windows_x86_64.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb-cli/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/mongocli)](https://github.com/mongodb/mongocli/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-v1.31.0-blue)](https://github.com/mongodb/mongocli/releases/tag/v1.31.0)
[![Software version](https://img.shields.io/badge/Source-v1.31.1-blue)](https://github.com/mongodb/mongocli/releases/tag/v1.31.1)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/mongodb-cli?label=Chocolatey)](https://chocolatey.org/packages/mongodb-cli)

Create and manage MongoDB Cloud resources from your command line and easily automate them using scripts
Expand Down
4 changes: 2 additions & 2 deletions automatic/mongodb-cli/mongodb-cli.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-cli</id>
<version>1.31.0</version>
<version>1.31.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/mongodb-cli</packageSourceUrl>
<owners>dgalbraith</owners>
<title>MongoDB Command Line Interface (mongocli)</title>
Expand Down Expand Up @@ -48,7 +48,7 @@ If you find it is out of date by more than a day or two, please contact the main
</description>
<releaseNotes>https://www.mongodb.com/docs/mongocli/v1.31/release-notes</releaseNotes>
<dependencies>
<dependency id="mongodb-cli.portable" version="[1.31.0]" />
<dependency id="mongodb-cli.portable" version="[1.31.1]" />
</dependencies>
</metadata>
<files>
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.55.2023121302.vsix using the Download Extension link
and download the extension vscjava.vscode-java-debug-0.56.2024013105.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.55.2023121302/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-debug/0.56.2024013105/vspackage

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

Type: sha256
Checksum: F24C15E4BB00A1A77ED7AFCF01516A179361E936EB2DECEE452F9BBA1FF0145A
Checksum: 809449CCEAAB6D80E3BF3808389FDB9AE1D69D2FBD1A410F2F010A315272FAA5

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.55.2023121302.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-debug-0.56.2024013105.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.55.2023121302</version>
<version>0.56.2024013105</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.27.2024013008.vsix using the Download Extension link
and download the extension redhat.java-1.27.2024013108.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.2024013008/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.27.2024013108/vspackage

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

Type: sha256
Checksum: 2218A9426AFAD118C241268EFEA6FC76059D6D3DE86C39843AD4E0869BA5786B
Checksum: EF8EC89CA7EC72DC42C598DDFEACEAC7B3EA580DFB2CF18DF4D3CF4D1BE5B3EE

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.2024013008.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.27.2024013108.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.2024013008</version>
<version>1.27.2024013108</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

0 comments on commit 4f67de9

Please sign in to comment.