Skip to content

Commit

Permalink
AU: 3 updated - sqlite.analyzer vscode-jupyter vscode-pull-request-gi…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Apr 14, 2021
1 parent 0d93ddc commit e6ea0a3
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 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.35.3-blue)](https://sqlite.org)
[![Software version](https://img.shields.io/badge/Source-v3.35.4-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-3350300.zip using the link in
and download the archive sqlite-tools-win32-x86-3350400.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-3350300.zip
https://sqlite.org/2021/sqlite-tools-win32-x86-3350400.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: 57B1D19F360715FD58888B11F2E5081F3E7E751B559959F136EEDF04FE205EC0
Checksum: A27549825A8A8DF3A1A01CCE438B4F203A50548384017A9B6AC3648143CD2DE1

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.3</version>
<version>3.35.4</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/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.6.740555125'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2021.6.744171703'
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.6.740555125</version>
<version>2021.6.744171703</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
10 changes: 5 additions & 5 deletions automatic/vscode-pull-request-github/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=GitHub.vscode-pull-request-github

and download the extension GitHub.vscode-pull-request-github-0.25.0.vsix using the Download Extension link
and download the extension GitHub.vscode-pull-request-github-0.25.1.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/GitHub/vsextensions/vscode-pull-request-github/0.25.0/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.25.1/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.25.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.25.0.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.25.1.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.25.1.vsix

Type: sha256
Checksum: 92137CF576128F02771A763B2CBB7AB881033A5088016E84F54259E31FF4B975
Checksum: B4B0E60FE100661942879FB38F565149D2FA6ADB898978A529ED82AA86AE0054

Contents of LICENSE.txt is obtained from https://github.com/microsoft/vscode-pull-request-github/blob/master/LICENSE
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\GitHub.vscode-pull-request-github-0.25.0.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.25.1.vsix"
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-pull-request-github</id>
<version>0.25.0</version>
<version>0.25.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pull-request-github</packageSourceUrl>
<owners>dgalbraith</owners>
<title>GitHub Pull Requests and Issues VSCode Extension</title>
Expand Down

0 comments on commit e6ea0a3

Please sign in to comment.