Skip to content

Commit

Permalink
AU: 7 updated - kindle mongodb-cli.install nushell nushell.install nu…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 7, 2024
1 parent 46e5155 commit 9569b00
Show file tree
Hide file tree
Showing 23 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion automatic/kindle/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-Proprietary-lightgrey)](https://www.amazon.com/gp/help/customer/display.html?nodeId=200499360)
[![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-2.3.70673-blue.svg)](https://www.amazon.com/kindle-dbs/fd/kcp)
[![Software version](https://img.shields.io/badge/source-2.3.70682-blue.svg)](https://www.amazon.com/kindle-dbs/fd/kcp)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/kindle?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio)

Your library on your PC - read your books on your PC with the free Kindle app.
Expand Down
2 changes: 1 addition & 1 deletion automatic/kindle/kindle.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>kindle</id>
<version>2.3.70673</version>
<version>2.3.70682</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/kindle</packageSourceUrl>
<owners>dgalbraith, Anthony Mastrean, mew1033</owners>
<title>Kindle for PC - A Free Kindle Reader for your PC</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/kindle/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://kindleforpc.s3.amazonaws.com/70673/KindleForPC-installer-2.3.70673.exe'
checksum = '8b76c1dd86f5e8e4224466103e60cc58e1cdf94d5a00f1d87f7bf33459e7013a'
url = 'https://kindleforpc.s3.amazonaws.com/70682/KindleForPC-installer-2.3.70682.exe'
checksum = 'd11076f6d94cef9d74534e85da7eba0c879bb924e0dbd4c27c718c4d9ca3c9aa'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes= @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb-cli.install/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.install?label=Chocolatey)](https://chocolatey.org/packages/mongodb-cli.install)

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.install/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.msi using the links in the relevant
and download the archive mongocli_1.31.1_windows_x86_64.msi 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.msi
https://github.com/mongodb/mongocli/releases/download/v1.31.1/mongocli_1.31.1_windows_x86_64.msi

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.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongocli_1.31.0_windows_x86_64.msi
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongocli_1.31.1_windows_x86_64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongocli_1.31.1_windows_x86_64.msi

File: mongocli_1.31.0_windows_x86_64.msi
File: mongocli_1.31.1_windows_x86_64.msi
Type: sha256
Checksum: F6B2E60D6DBA646464E9CDAEA34782B3FF2F11DACBDBA729895F6F83E6645EE5
Checksum: 6E28C95443B7AADBBF9399782ADCE6AB031091906BD06E3DEFC2827BF3241807

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.install/mongodb-cli.install.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.install</id>
<version>1.31.0</version>
<version>1.31.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/mongodb-cli.install</packageSourceUrl>
<owners>dgalbraith</owners>
<title>MongoDB Command Line Interface (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb-cli.install/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)

$installer = Join-Path $toolsDir 'mongocli_1.31.0_windows_x86_64.msi'
$installer = Join-Path $toolsDir 'mongocli_1.31.1_windows_x86_64.msi'

$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/nushell.install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/github/license/nushell/nushell)](https://github.com/nushell/nushell/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.89.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.89.0)
[![Software version](https://img.shields.io/badge/Source-v0.90.1-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.90.1)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/nushell.install?label=Chocolatey)](https://chocolatey.org/packages/nushell.install)

Nushell, or Nu for short, is a new shell that takes a modern, structured approach to your commandline. It works
Expand Down
14 changes: 7 additions & 7 deletions automatic/nushell.install/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/nushell/nushell/releases/tag/0.89.0
https://github.com/nushell/nushell/releases/tag/0.90.1

and download the archive nu-0.89.0-x86_64-pc-windows-msvc.msi using the relevant link in the
and download the archive nu-0.90.1-x86_64-pc-windows-msvc.msi using the relevant link in the
assets section on the page.

Alternatively the archive can be downloaded directly from

https://github.com/nushell/nushell/releases/download/0.89.0/nu-0.89.0-x86_64-pc-windows-msvc.msi
https://github.com/nushell/nushell/releases/download/0.90.1/nu-0.90.1-x86_64-pc-windows-msvc.msi

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu-0.89.0-x86_64-pc-windows-msvc.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu-0.89.0-x86_64-pc-windows-msvc.msi
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu-0.90.1-x86_64-pc-windows-msvc.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu-0.90.1-x86_64-pc-windows-msvc.msi

File: nu-0.89.0-x86_64-pc-windows-msvc.msi
File: nu-0.90.1-x86_64-pc-windows-msvc.msi
Type: sha256
Checksum: 4FA394EB86CB7D2A54839CA04884E1C7C5A5D80210824CFA564B992357573F5B
Checksum: E7B7A84B1C52AF6D31A659BE38E0301CA34F20312C3DF60DB984A9E7D8BE82E5

Contents of file LICENSE.txt is obtained from https://github.com/nushell/nushell/blob/main/LICENSE
4 changes: 2 additions & 2 deletions automatic/nushell.install/nushell.install.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>nushell.install</id>
<version>0.89.0</version>
<version>0.90.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/nushell</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Nushell - A new type of shell</title>
Expand Down Expand Up @@ -58,7 +58,7 @@ To have Chocolatey remember parameters on upgrade, be sure to set `choco feature
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.89.0</releaseNotes>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.90.1</releaseNotes>
<dependencies>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion automatic/nushell.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
SoftwareName = 'Nu'
File64 = Join-Path $toolsDir 'nu-0.89.0-x86_64-pc-windows-msvc.msi'
File64 = Join-Path $toolsDir 'nu-0.90.1-x86_64-pc-windows-msvc.msi'
FileType = 'msi'
SilentArgs = '/qn /norestart'
ValidExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/nushell.portable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/github/license/nushell/nushell)](https://github.com/nushell/nushell/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.89.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.89.0)
[![Software version](https://img.shields.io/badge/Source-v0.90.1-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.90.1)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/nushell.portable?label=Chocolatey)](https://chocolatey.org/packages/nushell.portable)

Nushell, or Nu for short, is a new shell that takes a modern, structured approach to your commandline. It works
Expand Down
14 changes: 7 additions & 7 deletions automatic/nushell.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/nushell/nushell/releases/tag/0.89.0
https://github.com/nushell/nushell/releases/tag/0.90.1

and download the archive nu-0.89.0-x86_64-pc-windows-msvc.zip using the relevant link in the
and download the archive nu-0.90.1-x86_64-pc-windows-msvc.zip using the relevant link in the
assets section on the page.

Alternatively the archive can be downloaded directly from

https://github.com/nushell/nushell/releases/download/0.89.0/nu-0.89.0-x86_64-pc-windows-msvc.zip
https://github.com/nushell/nushell/releases/download/0.90.1/nu-0.90.1-x86_64-pc-windows-msvc.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu-0.89.0-x86_64-pc-windows-msvc.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu-0.89.0-x86_64-pc-windows-msvc.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu-0.90.1-x86_64-pc-windows-msvc.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu-0.90.1-x86_64-pc-windows-msvc.zip

File: nu-0.89.0-x86_64-pc-windows-msvc.zip
File: nu-0.90.1-x86_64-pc-windows-msvc.zip
Type: sha256
Checksum: 285C9D2962CA003480015E61BF70B1F48783092B8DAF143DDFFCE13EF98BF052
Checksum: A94F04EE39F2AAAA612C012D8BA441AA30B0B7166706DE070233292EF126BAC7

Contents of file LICENSE.txt is obtained from https://github.com/nushell/nushell/blob/main/LICENSE
4 changes: 2 additions & 2 deletions automatic/nushell.portable/nushell.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>nushell.portable</id>
<version>0.89.0</version>
<version>0.90.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/nushell</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Nushell - A new type of shell (Portable)</title>
Expand Down Expand Up @@ -58,7 +58,7 @@ To have Chocolatey remember parameters on upgrade, be sure to set `choco feature
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.89.0</releaseNotes>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.90.1</releaseNotes>
<dependencies>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion automatic/nushell.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
FileFullPath64 = Join-Path $toolsDir 'nu-0.89.0-x86_64-pc-windows-msvc.zip'
FileFullPath64 = Join-Path $toolsDir 'nu-0.90.1-x86_64-pc-windows-msvc.zip'
Destination = $toolsDir
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/nushell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/github/license/nushell/nushell)](https://github.com/nushell/nushell/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.89.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.89.0)
[![Software version](https://img.shields.io/badge/Source-v0.90.1-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.90.1)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/nushell?label=Chocolatey)](https://chocolatey.org/packages/nushell)

Nushell, or Nu for short, is a new shell that takes a modern, structured approach to your commandline. It works
Expand Down
6 changes: 3 additions & 3 deletions automatic/nushell/nushell.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>nushell</id>
<version>0.89.0</version>
<version>0.90.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/nushell</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Nushell - A new type of shell</title>
Expand Down Expand Up @@ -58,9 +58,9 @@ To have Chocolatey remember parameters on upgrade, be sure to set `choco feature
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.89.0</releaseNotes>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.90.1</releaseNotes>
<dependencies>
<dependency id="nushell.install" version="[0.89.0]" />
<dependency id="nushell.install" version="[0.90.1]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sqlean-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-MIT-green.svg)](https://github.com/nalgeon/sqlite/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-v3.45.0-blue.svg)](https://github.com/nalgeon/sqlite/releases/tag/3.45.0)
[![Software version](https://img.shields.io/badge/Source-v3.45.1-blue.svg)](https://github.com/nalgeon/sqlite/releases/tag/3.45.1)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/sqlean-shell?label=Chocolatey)](https://chocolatey.org/packages/sqlean-shell)

sqlean shell is SQLite shell bundled with a collection of [essential extensions](https://github.com/nalgeon/sqlean#main-set)
Expand Down
6 changes: 3 additions & 3 deletions automatic/sqlean-shell/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/sqlite/releases/tag/3.45.0
https://github.com/nalgeon/sqlite/releases/tag/3.45.1

and download the file sqlean.exe using the link on the page.

Alternatively the file can be downloaded directly from

https://github.com/nalgeon/sqlite/releases/tag/3.45.0/sqlean.exe
https://github.com/nalgeon/sqlite/releases/tag/3.45.1/sqlean.exe

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

File: sqlean.exe
Type: sha256
Checksum:E45D8D66555DD32A519CB42DA53BA6326575C89AA29F35107A22FE9849E5D8D1
Checksum:44A3390C595450E705ECB79AC3D95C53855634D6CE1F45C76608BDE866FCF7B3

Contents of file LICENSE.txt is obtained from https://github.com/nalgeon/sqlite/blob/main/LICENSE.
4 changes: 2 additions & 2 deletions automatic/sqlean-shell/sqlean-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>sqlean-shell</id>
<version>3.45.0</version>
<version>3.45.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/sqlean-shell</packageSourceUrl>
<owners>dgalbraith</owners>
<title>SQLite shell bundled with essential sqlean extensions</title>
Expand Down Expand Up @@ -45,7 +45,7 @@ e.g. `choco install -y sqlean-shell --package-parameters="/AddToDesktop /User"`
correctly.
]]></description>
<releaseNotes>https://github.com/nalgeon/sqlite/releases/tag/3.45.0</releaseNotes>
<releaseNotes>https://github.com/nalgeon/sqlite/releases/tag/3.45.1</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/sqlite-shell-x64/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/sqlite/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-v3.45.0-blue.svg)](https://github.com/nalgeon/sqlite/releases/tag/3.45.0)
[![Software version](https://img.shields.io/badge/Source-v3.45.1-blue.svg)](https://github.com/nalgeon/sqlite/releases/tag/3.45.1)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/sqlite-shell-x64?label=Chocolatey)](https://chocolatey.org/packages/sqlite-shell-x64)

SQLite Shell is a command-line shell that allows the user to manually enter and
Expand Down
6 changes: 3 additions & 3 deletions automatic/sqlite-shell-x64/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/sqlite/releases/tag/3.45.0
https://github.com/nalgeon/sqlite/releases/tag/3.45.1

and download the file sqlite3.exe using the link on the page.

Alternatively the file can be downloaded directly from

https://github.com/nalgeon/sqlite/releases/tag/3.45.0/sqlite3.exe
https://github.com/nalgeon/sqlite/releases/tag/3.45.1/sqlite3.exe

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

File: sqlite3.exe
Type: sha256
Checksum:DA162F9AE49443EEB801D892D0C2AC4CEFDD278F3B0D3839EC724438C2747387
Checksum:E9F6B3459BAFCF3F81E243A7A17AD0B1700DF87C8CE4D2423F5349F11813F10B

Contents of file LICENSE.txt is obtained from https://github.com/nalgeon/sqlite/blob/main/LICENSE.
Loading

0 comments on commit 9569b00

Please sign in to comment.