Skip to content

Commit

Permalink
AU: 7 updated - nushell nushell.install nushell.portable sqlite.analy…
Browse files Browse the repository at this point in the history
…zer sqlite.shell vscode-jupyter vscode-pull-request-github

[skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/e1b05f45fe817059bf89093bb8d10ebba0347d14
  • Loading branch information
dgalbraith committed Feb 22, 2023
1 parent 423bbb0 commit 34a1f5f
Show file tree
Hide file tree
Showing 21 changed files with 45 additions and 45 deletions.
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.75.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.75.0)
[![Software version](https://img.shields.io/badge/Source-v0.76.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.76.0)
[![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.75.0
https://github.com/nushell/nushell/releases/tag/0.76.0

and download the archive nu-0.75.0-x86_64-pc-windows-msvc.msi using the relevant link in the
and download the archive nu-0.76.0-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.75.0/nu-0.75.0-x86_64-pc-windows-msvc.msi
https://github.com/nushell/nushell/releases/download/0.76.0/nu-0.76.0-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.75.0-x86_64-pc-windows-msvc.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu-0.75.0-x86_64-pc-windows-msvc.msi
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu-0.76.0-x86_64-pc-windows-msvc.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu-0.76.0-x86_64-pc-windows-msvc.msi

File: nu-0.75.0-x86_64-pc-windows-msvc.msi
File: nu-0.76.0-x86_64-pc-windows-msvc.msi
Type: sha256
Checksum: 9F664E95B7EC47B733B1411EE8B2A38C14B640711B81F7F30B80CB9430B66F7E
Checksum: 16B3A1E42DFF58FD56662A679DF945F62288DF4D1216A2F58851E8AE685A28E3

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.75.0</version>
<version>0.76.0</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.75.0</releaseNotes>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.76.0</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.75.0-x86_64-pc-windows-msvc.msi'
File64 = Join-Path $toolsDir 'nu-0.76.0-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.75.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.75.0)
[![Software version](https://img.shields.io/badge/Source-v0.76.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.76.0)
[![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.75.0
https://github.com/nushell/nushell/releases/tag/0.76.0

and download the archive nu-0.75.0-x86_64-pc-windows-msvc.zip using the relevant link in the
and download the archive nu-0.76.0-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.75.0/nu-0.75.0-x86_64-pc-windows-msvc.zip
https://github.com/nushell/nushell/releases/download/0.76.0/nu-0.76.0-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.75.0-x86_64-pc-windows-msvc.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu-0.75.0-x86_64-pc-windows-msvc.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu-0.76.0-x86_64-pc-windows-msvc.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu-0.76.0-x86_64-pc-windows-msvc.zip

File: nu-0.75.0-x86_64-pc-windows-msvc.zip
File: nu-0.76.0-x86_64-pc-windows-msvc.zip
Type: sha256
Checksum: B6C2035A7FEE3D354B60DE3C271F96D19C839CC56FFA95588D5BB6793903413D
Checksum: 6534C66EEE3B939B2F93056CC54B26C577B24836EBF9EF2F9E70D50A0491E0E6

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.75.0</version>
<version>0.76.0</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.75.0</releaseNotes>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.76.0</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.75.0-x86_64-pc-windows-msvc.zip'
FileFullPath64 = Join-Path $toolsDir 'nu-0.76.0-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.75.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.75.0)
[![Software version](https://img.shields.io/badge/Source-v0.76.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.76.0)
[![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.75.0</version>
<version>0.76.0</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.75.0</releaseNotes>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.76.0</releaseNotes>
<dependencies>
<dependency id="nushell.install" version="[0.75.0]" />
<dependency id="nushell.install" version="[0.76.0]" />
</dependencies>
</metadata>
<files>
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.40.1-blue)](https://sqlite.org)
[![Software version](https://img.shields.io/badge/Source-v3.41.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-3400100.zip using the link in
and download the archive sqlite-tools-win32-x86-3410000.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-3400100.zip
https://sqlite.org/2021/sqlite-tools-win32-x86-3410000.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: 9674515CCFFE71F8DAB925B625641093AC2921AAFB316BA5098D7BEA54F9C33D
Checksum: CE4177AD9ADEF3C8EAB4E82FE16C48D00FE4B6D2E77548A50AEC9D651CDD7611

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

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.1</version>
<version>3.41.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@2023.2.1000521025'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2023.2.1000540147'
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>2023.2.1000521025</version>
<version>2023.2.1000540147</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.59.2023021609.vsix using the Download Extension link
and download the extension GitHub.vscode-pull-request-github-0.59.2023022109.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.59.2023021609/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.59.2023022109/vspackage

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

Type: sha256
Checksum: BC4AB5F8D9224C2421C05B1C34EBC754F042296E587E7CA7A10DC052BEE6AF63
Checksum: C67BC0569CB74CD5C2C247B0BC6AAC514AD2F0A87A858E0B06E708A038543FC8

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.59.2023021609.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.59.2023022109.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.59.2023021609</version>
<version>0.59.2023022109</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 34a1f5f

Please sign in to comment.