Skip to content

Commit

Permalink
AU: 2 updated - sqlite.analyzer sqlite.shell
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Dec 29, 2022
1 parent 19a1d21 commit 4e6c6c2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
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.40.0-blue)](https://sqlite.org)
[![Software version](https://img.shields.io/badge/Source-v3.40.1-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-3400000.zip using the link in
and download the archive sqlite-tools-win32-x86-3400100.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-3400000.zip
https://sqlite.org/2021/sqlite-tools-win32-x86-3400100.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: 52ABF0AF23C8DDB566D3C6D95E9E16FC29D2F11583B76E8E4695340C412DB1DC
Checksum: 9674515CCFFE71F8DAB925B625641093AC2921AAFB316BA5098D7BEA54F9C33D

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.40.0</version>
<version>3.40.1</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.40.0-blue)](https://sqlite.org)
[![Software version](https://img.shields.io/badge/Source-v3.40.1-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-3400000.zip using the link in
and download the archive sqlite-tools-win32-x86-3400100.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-3400000.zip
https://sqlite.org/2021/sqlite-tools-win32-x86-3400100.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: 27ADCC89AA3E5F59682F135F0E48F6FE0E5E75861FEE1A175C8B075FA7BE0258
Checksum: A27EE3E1E37DBD864668D93BFA0797F371FF3A90FB0CF4D7BE827BFF86E2B748

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.40.0</version>
<version>3.40.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/sqlite.shell</packageSourceUrl>
<owners>dgalbraith</owners>
<title>SQLite Shell</title>
Expand Down

0 comments on commit 4e6c6c2

Please sign in to comment.