Skip to content

Commit

Permalink
AU: 4 updated - mongodb-shell sqlite.analyzer sqlite.shell vscode-jup…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jun 19, 2021
1 parent 2ab6f6a commit 33e3019
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 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-v0.15.0-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v0.15.0)
[![Software version](https://img.shields.io/badge/version-v0.15.1-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v0.15.1)
[![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-0.15.0-win32-x64.zip using the links in the relevant
and download the archive mongosh-0.15.1-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/v0.15.0/mongosh-0.15.0-win32-x64.zip
https://github.com/mongodb-js/mongosh/releases/download/v0.15.1/mongosh-0.15.1-win32-x64.zip

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

File: mongosh-0.15.0-win32-x64.zip
File: mongosh-0.15.1-win32-x64.zip
Type: sha256
Checksum: 92203D24BE6F1C181E752582A043FC1CFF3E7725FCAA73A196F6AC6C902CF308
Checksum: DD8110F87E22D53FC9731088FFEC3824EEF819B00F76040C772C855692A66C42

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>0.15.0</version>
<version>0.15.1</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/v0.15.0</releaseNotes>
<releaseNotes>https://github.com/mongodb-js/mongosh/releases/tag/v0.15.1</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-0.15.0-win32-x64.zip'
$archive = Join-Path $toolsDir 'mongosh-0.15.1-win32-x64.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/sqlite.analyzer/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-Public%20Domain-brightgreen.svg)](https://sqlite.org/copyright.html)
[![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-v3.35.5-blue)](https://sqlite.org)
[![Software version](https://img.shields.io/badge/Source-v3.36.0-blue)](https://sqlite.org)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/sqlite.analyzer?label=Chocolatey)](https://chocolatey.org/packages/sqlite.analyzer)

SQLite Analyzer is a command-line utility program that measures and displays how much and how efficiently space is used
Expand Down
6 changes: 3 additions & 3 deletions automatic/sqlite.analyzer/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ be verified by:

https://sqlite.org/download.html

and download the archive sqlite-tools-win32-x86-3350500.zip using the link in
and download the archive sqlite-tools-win32-x86-3360000.zip using the link in
the Precompiled Binaries for Windows section.

Alternatively the archives can be downloaded directly from

https://sqlite.org/2021/sqlite-tools-win32-x86-3350500.zip
https://sqlite.org/2021/sqlite-tools-win32-x86-3360000.zip

2. Extract the file sqlite3.exe from the archive

Expand All @@ -25,6 +25,6 @@ Alternatively the archives can be downloaded directly from

File: sqlite3_analyzer.exe
ChecksumType: sha256
Checksum: 1F93C35D742F9509DB48460F8CCB0872DA1A33B331ABFD66EBAAF952AC4621DF
Checksum: 2A95CFCC35481DE46B0FB8A40F46B8CFC17BCD6A89AB20325F032381EC0C5E9B

Contents of file LICENSE.txt is obtained from http://www.sqlite.org/copyright.html
2 changes: 1 addition & 1 deletion automatic/sqlite.analyzer/sqlite.analyzer.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>sqlite.analyzer</id>
<version>3.35.5</version>
<version>3.36.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/sqlite.analyzer</packageSourceUrl>
<owners>dgalbraith</owners>
<title>SQLite Analyzer</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sqlite.shell/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-Public%20Domain-brightgreen.svg)](https://sqlite.org/copyright.html)
[![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-v3.35.5-blue)](https://sqlite.org)
[![Software version](https://img.shields.io/badge/Source-v3.36.0-blue)](https://sqlite.org)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/sqlite.shell?label=Chocolatey)](https://chocolatey.org/packages/sqlite.shell)

SQLite Shell is a command-line shell that allows the user to manually enter and execute SQL statements against an SQLite database.
Expand Down
6 changes: 3 additions & 3 deletions automatic/sqlite.shell/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ be verified by:

https://sqlite.org/download.html

and download the archive sqlite-tools-win32-x86-3350500.zip using the link in
and download the archive sqlite-tools-win32-x86-3360000.zip using the link in
the Precompiled Binaries for Windows section.

Alternatively the archives can be downloaded directly from

https://sqlite.org/2021/sqlite-tools-win32-x86-3350500.zip
https://sqlite.org/2021/sqlite-tools-win32-x86-3360000.zip

2. Extract the file sqlite3.exe from the archive

Expand All @@ -25,6 +25,6 @@ Alternatively the archives can be downloaded directly from

File: sqlite3.exe
ChecksumType: sha256
Checksum: 01A6C2E43ECFFADAC3C3C7792C02604A87032D3A6D0F10BBA8E7401B83FF3324
Checksum: A627642DE7BCDFCA7F8AFDC59346BF284D4059622C65ACB071C4420619447710

Contents of file LICENSE.txt is obtained from http://www.sqlite.org/copyright.html
2 changes: 1 addition & 1 deletion automatic/sqlite.shell/sqlite.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>sqlite.shell</id>
<version>3.35.5</version>
<version>3.36.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/sqlite.shell</packageSourceUrl>
<owners>dgalbraith</owners>
<title>SQLite Shell</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@2021.7.945818462'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2021.7.949309867'
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>2021.7.945818462</version>
<version>2021.7.949309867</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

0 comments on commit 33e3019

Please sign in to comment.