Skip to content

Commit

Permalink
AU: 3 updated - mongodb-shell vscode-cloud-code watchman
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Apr 16, 2024
1 parent 32bfde6 commit b7b1d25
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion automatic/mongodb-shell/README.md
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.3-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v2.2.3)
[![Software version](https://img.shields.io/badge/version-v2.2.4-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v2.2.4)
[![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
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://github.com/mongodb-js/mongosh/releases

and download the archive mongosh-2.2.3-win32-x64.zip using the links in the relevant
and download the archive mongosh-2.2.4-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.3/mongosh-2.2.3-win32-x64.zip
https://github.com/mongodb-js/mongosh/releases/download/v2.2.4/mongosh-2.2.4-win32-x64.zip

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

File: mongosh-2.2.3-win32-x64.zip
File: mongosh-2.2.4-win32-x64.zip
Type: sha256
Checksum: CE9A0DA07432F50ADA2022B80BE385963379FBB0853EBBFA01ADA977F3F672F4
Checksum: 08698422C14D018593E0756FA122BE19B6CA13757626565A49C5C3ED1BF576E9

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
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.3</version>
<version>2.2.4</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.3</releaseNotes>
<releaseNotes>https://github.com/mongodb-js/mongosh/releases/tag/v2.2.4</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb-shell/tools/chocolateyinstall.ps1
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.3-win32-x64.zip'
$archive = Join-Path $toolsDir 'mongosh-2.2.4-win32-x64.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-cloud-code/tools/chocolateyinstall.ps1
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@2.7.1'
Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@2.8.0'
2 changes: 1 addition & 1 deletion automatic/vscode-cloud-code/vscode-cloud-code.nuspec
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.7.1</version>
<version>2.8.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
2 changes: 1 addition & 1 deletion automatic/watchman/README.md
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/facebook/watchman)](https://github.com/facebook/watchman/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-v2024.04.08.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2024.04.08.00)
[![Software version](https://img.shields.io/badge/source-v2024.04.15.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2024.04.15.00)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/watchman?label=Chocolatey)](https://chocolatey.org/packages/watchman)

Watchman exists to watch files and record when they change. It can also trigger actions (such as
Expand Down
12 changes: 6 additions & 6 deletions automatic/watchman/legal/VERIFICATION.txt
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://github.com/facebook/watchman/releases

and download the archive watchman-v2024.04.08.00-windows.zip using the links in the relevant
and download the archive watchman-v2024.04.15.00-windows.zip using the links in the relevant
asset section of the page.

Alternatively the build can be downloaded directly from

https://github.com/facebook/watchman/releases/download/v2024.04.08.00/watchman-v2024.04.08.00-windows.zip
https://github.com/facebook/watchman/releases/download/v2024.04.15.00/watchman-v2024.04.15.00-windows.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2024.04.08.00-windows.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2024.04.08.00-windows.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2024.04.15.00-windows.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2024.04.15.00-windows.zip

File: watchman-v2024.04.08.00-windows.zip
File: watchman-v2024.04.15.00-windows.zip
Type: sha256
Checksum: 8793E9FEEA7B25BABF4FBB1DC09127EA4091F56B260702C06866734AB7732DF0
Checksum: 503AAB31B4440E8BFB69C4CE6C76941C9D5EBCC3D1494B536CCB7E0BDFAAE76C

Contents of file LICENSE.txt is obtained from https://github.com/facebook/watchman/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/watchman/tools/chocolateyinstall.ps1
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 'watchman-v2024.04.08.00-windows.zip'
$archive = Join-Path $toolsDir 'watchman-v2024.04.15.00-windows.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/watchman/update.ps1
Expand Up @@ -49,7 +49,7 @@ function global:au_GetLatest {
# there are no windows binaries available. The nuspec has not been parsed at this stage so the current version is not
# available in the environment - hardcode here and use the package update process to rewrite
if ([string]::IsNullOrWhiteSpace($version)) {
$version = '2024.04.08.00'
$version = '2024.04.15.00'
}

return @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/watchman/watchman.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>watchman</id>
<version>2024.04.08.00</version>
<version>2024.04.15.00</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/watchman</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Watchman - A file watching service</title>
Expand Down

0 comments on commit b7b1d25

Please sign in to comment.