Skip to content

Commit

Permalink
AU: 4 updated - nushell nushell.install nushell.portable vscode-pylance
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Dec 15, 2023
1 parent 0ee1581 commit 3f42dfd
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 28 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.88.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.88.0)
[![Software version](https://img.shields.io/badge/Source-v0.88.1-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.88.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.88.0
https://github.com/nushell/nushell/releases/tag/0.88.1

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

File: nu-0.88.0-x86_64-pc-windows-msvc.msi
File: nu-0.88.1-x86_64-pc-windows-msvc.msi
Type: sha256
Checksum: 27410C952902D24EE0E9374ACDAF27ACACC87D1CDF5648C1B4632E19B0F84A81
Checksum: 5B523DAC4A269F9086FB0A395882B9543C0A1BEE07752AC1181D0DAFFA8D33B6

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

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

File: nu-0.88.0-x86_64-pc-windows-msvc.zip
File: nu-0.88.1-x86_64-pc-windows-msvc.zip
Type: sha256
Checksum: 1B2ED303601C6FD1499A0B7904D665187A893D507114F6357157933949EC975C
Checksum: 477805FE1BAE27FDDAC11FC112136F82E6633BA80258A5A8E2AE4756E7513971

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.88.0</version>
<version>0.88.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.88.0</releaseNotes>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.88.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.88.0-x86_64-pc-windows-msvc.zip'
FileFullPath64 = Join-Path $toolsDir 'nu-0.88.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.88.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.88.0)
[![Software version](https://img.shields.io/badge/Source-v0.88.1-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.88.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.88.0</version>
<version>0.88.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.88.0</releaseNotes>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.88.1</releaseNotes>
<dependencies>
<dependency id="nushell.install" version="[0.88.0]" />
<dependency id="nushell.install" version="[0.88.1]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2023.12.1"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2023.12.100"
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/vscode-pylance.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-pylance</id>
<version>2023.12.1</version>
<version>2023.12.100</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Pylance VSCode Extension</title>
Expand Down

0 comments on commit 3f42dfd

Please sign in to comment.