Skip to content

Commit

Permalink
AU: 10 updated - authme authme.install authme.portable dotcover-cli n…
Browse files Browse the repository at this point in the history
…ushell nushell.install nushell.portable vscode-java-debug vscode-jupyter vscode-python

[skip ci] https://gist.github.com/dgalbraith/aef61e2663a09f3dfdfa40482177e040/7e1f4178a8eb1824f50c73847d83b016c06027c2
  • Loading branch information
dgalbraith committed Dec 13, 2023
1 parent 5423db3 commit d8e0a74
Show file tree
Hide file tree
Showing 33 changed files with 84 additions and 84 deletions.
2 changes: 1 addition & 1 deletion automatic/authme.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/Levminer/authme)](https://github.com/Levminer/authme/blob/main/LICENSE.md)
[![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-v4.2.0-blue)](https://github.com/Levminer/authme/releases/tag/4.2.0)
[![Software version](https://img.shields.io/badge/source-v4.2.1-blue)](https://github.com/Levminer/authme/releases/tag/4.2.1)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/authme.install?label=Chocolatey)](https://chocolatey.org/packages/authme.install)

Authme is a simple two-factor (2FA) authenticator application for the desktop with support for
Expand Down
2 changes: 1 addition & 1 deletion automatic/authme.install/authme.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>authme.install</id>
<version>4.2.0</version>
<version>4.2.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/authme</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Authme (Install) - Simple 2FA Desktop Application</title>
Expand Down
14 changes: 7 additions & 7 deletions automatic/authme.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/Levminer/authme/releases/tag/4.2.0
https://github.com/Levminer/authme/releases/tag/4.2.1

and download the installer authme-4.2.0-windows-x64.msi using the links in the
and download the installer authme-4.2.1-windows-x64.msi using the links in the
assets section of the page.

Alternatively the installer can be downloaded directly from

https://github.com/Levminer/authme/releases/download/4.2.0/authme-4.2.0-windows-x64.msi
https://github.com/Levminer/authme/releases/download/4.2.1/authme-4.2.1-windows-x64.msi

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 authme-4.2.0-windows-x64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f authme-4.2.0-windows-x64.msi
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 authme-4.2.1-windows-x64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f authme-4.2.1-windows-x64.msi

File: authme-4.2.0-windows-x64.msi
File: authme-4.2.1-windows-x64.msi
Type: sha256
Checksum: 080ABB91724370FC46236CFF64B427154D088D92208A54F4047568A9F90CB6AD
Checksum: 86BE9B80A9D03E7099779A3166E2272D00D33C9DEE75AB30C4B362CCCDC5CC15

Contents of file LICENSE.txt is obtained from https://github.com/Levminer/authme/blob/dev/LICENSE.md
2 changes: 1 addition & 1 deletion automatic/authme.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 'authme-4.2.0-windows-x64.msi'
$installer = Join-Path $toolsDir 'authme-4.2.1-windows-x64.msi'
$silentArgs = '/S /AllUsers'

$pp = Get-PackageParameters
Expand Down
2 changes: 1 addition & 1 deletion automatic/authme.portable/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/Levminer/authme)](https://github.com/Levminer/authme/blob/main/LICENSE.md)
[![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-v4.2.0-blue)](https://github.com/Levminer/authme/releases/tag/4.2.0)
[![Software version](https://img.shields.io/badge/source-v4.2.1-blue)](https://github.com/Levminer/authme/releases/tag/4.2.1)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/authme.portable?label=Chocolatey)](https://chocolatey.org/packages/authme.portable)

Authme is a simple two-factor (2FA) authenticator application for the desktop with support for
Expand Down
2 changes: 1 addition & 1 deletion automatic/authme.portable/authme.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>authme.portable</id>
<version>4.2.0</version>
<version>4.2.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/authme</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Authme - Simple 2FA Desktop Application</title>
Expand Down
14 changes: 7 additions & 7 deletions automatic/authme.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/Levminer/authme/releases/tag/4.2.0
https://github.com/Levminer/authme/releases/tag/4.2.1

and download the archive authme-4.2.0-windows-x64.zip using the links in the
and download the archive authme-4.2.1-windows-x64.zip using the links in the
assets section of the page.

Alternatively the archive can be downloaded directly from

https://github.com/Levminer/authme/releases/download/4.2.0/authme-4.2.0-windows-x64.zip
https://github.com/Levminer/authme/releases/download/4.2.1/authme-4.2.1-windows-x64.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 authme-4.2.0-windows-x64.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f authme-4.2.0-windows-x64.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 authme-4.2.1-windows-x64.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f authme-4.2.1-windows-x64.zip

File: authme-4.2.0-windows-x64.zip
File: authme-4.2.1-windows-x64.zip
Type: sha256
Checksum: C6EAA0BB2A0254917C6D7A3CA6FB86DD82BA1D9446275B4FFB9FB627068DB49B
Checksum: 746B90112795D6365E37766C6D23CCC7F8763627E5CD4AB3B02E4029F350D227

Contents of file LICENSE.txt is obtained from https://github.com/Levminer/authme/blob/dev/LICENSE.md
2 changes: 1 addition & 1 deletion automatic/authme.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'

$toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition)
$archive = Join-Path $toolsDir 'authme-4.2.0-windows-x64.zip'
$archive = Join-Path $toolsDir 'authme-4.2.1-windows-x64.zip'

$pp = Get-PackageParameters

Expand Down
2 changes: 1 addition & 1 deletion automatic/authme.portable/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (Test-Path -Path $zipTargetFile) {
$parentDirectory = Split-Path $unzipDirectory
}

Uninstall-ChocolateyZipPackage 'authme.portable' 'authme-4.2.0-windows-x64.zip'
Uninstall-ChocolateyZipPackage 'authme.portable' 'authme-4.2.1-windows-x64.zip'

# Uninstall-ChocolateyZipPackage only removes child directories unpacked from
# the archive so remove the main and parent directories if empty
Expand Down
2 changes: 1 addition & 1 deletion automatic/authme/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/Levminer/authme)](https://github.com/Levminer/authme/blob/main/LICENSE.md)
[![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-v4.2.0-blue)](https://github.com/Levminer/authme/releases/tag/4.2.0)
[![Software version](https://img.shields.io/badge/source-v4.2.1-blue)](https://github.com/Levminer/authme/releases/tag/4.2.1)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/authme?label=Chocolatey)](https://chocolatey.org/packages/authme)

Authme is a simple two-factor (2FA) authenticator application for the desktop with support for
Expand Down
4 changes: 2 additions & 2 deletions automatic/authme/authme.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>authme</id>
<version>4.2.0</version>
<version>4.2.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/authme</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Authme - Simple 2FA Desktop Application</title>
Expand Down Expand Up @@ -55,7 +55,7 @@ If you find it is out of date by more than a day or two, please contact the main
</description>
<releaseNotes>https://github.com/Levminer/authme/blob/dev/CHANGELOG.md</releaseNotes>
<dependencies>
<dependency id="authme.install" version="[4.2.0]" />
<dependency id="authme.install" version="[4.2.1]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/dotcover-cli/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.jetbrains.com/legal/agreements/user.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-v2023.3-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline)
[![Software version](https://img.shields.io/badge/Source-v2023.3.1-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/dotcover-cli?label=Chocolatey)](https://chocolatey.org/packages/dotcover-cli)

dotCover Command Line Tools is a free redistributable package which enables
Expand Down
2 changes: 1 addition & 1 deletion automatic/dotcover-cli/dotcover-cli.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>dotcover-cli</id>
<version>2023.3</version>
<version>2023.3.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dotcover-cli</packageSourceUrl>
<owners>dgalbraith</owners>
<title>dotCover Command Line Tools</title>
Expand Down
28 changes: 14 additions & 14 deletions automatic/dotcover-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@ be verified by:

https://www.jetbrains.com/dotcover/download/other.html

and download the archive JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.zip or
JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.zip using the relevant links.
and download the archive JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.1.zip or
JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.1.zip using the relevant links.

Alternatively the installer can be downloaded directly from

https://download.jetbrains.com/resharper/dotUltimate.2023.3/JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.zip
https://download.jetbrains.com/resharper/dotUltimate.2023.3/JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.zip
https://download.jetbrains.com/resharper/dotUltimate.2023.3.1/JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.1.zip
https://download.jetbrains.com/resharper/dotUltimate.2023.3.1/JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.1.zip

2. The archives can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.zip
- Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2023.3/JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.zip.sha256
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.1.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.1.zip
- Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2023.3.1/JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.1.zip.sha256

File32: JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.zip
File32: JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.1.zip
ChecksupType32: sha256
Checksum32: 6873A0119D6373874FAD9AF8AFA8A5CF468FDDC1BE9F9CDDD6FE984D4F0C8D54
Checksum32: B19A367D90234812CC9C0A52DC4FAC5B10E70B25A743FD9C04893B9713C5711E

- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.zip
- Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2023.3/JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.zip.sha256
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.1.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.1.zip
- Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2023.3.1/JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.1.zip.sha256

File64: JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.zip
File64: JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.1.zip
ChecksupType64: sha256
Checksum64: 20ACBCD4704582CDABBFEA5AA6333C86FF050654E107519188DB41D68E805221
Checksum64: 46FBFEFA0691121113E0C3118BDF7A291D1DAD98AF22212C4E46907FC4B15712

Contents of file LICENSE.txt is obtained from https://www.jetbrains.com/legal/agreements/user.html
4 changes: 2 additions & 2 deletions automatic/dotcover-cli/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition

$archive32 = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.zip'
$archive64 = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.zip'
$archive32 = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.windows-x86.2023.3.1.zip'
$archive64 = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.windows-x64.2023.3.1.zip'

if ((Get-ProcessorBits 32) -or $env:ChocolateyForceX86 -eq 'true') {
$archive = $archive32
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.87.1-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.87.1)
[![Software version](https://img.shields.io/badge/Source-v0.88.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.88.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.87.1
https://github.com/nushell/nushell/releases/tag/0.88.0

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

File: nu-0.87.1-x86_64-pc-windows-msvc.msi
File: nu-0.88.0-x86_64-pc-windows-msvc.msi
Type: sha256
Checksum: A34242E1C4CDEE31053CE661AE6286A5E83C9D29418EFBC0F02B77ED60DB6FF3
Checksum: 27410C952902D24EE0E9374ACDAF27ACACC87D1CDF5648C1B4632E19B0F84A81

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

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

File: nu-0.87.1-x86_64-pc-windows-msvc.zip
File: nu-0.88.0-x86_64-pc-windows-msvc.zip
Type: sha256
Checksum: 21756831C0C735A809CD4451254242DCC18D315EBEE10A4EE2E16C8BE14EE5F7
Checksum: 1B2ED303601C6FD1499A0B7904D665187A893D507114F6357157933949EC975C

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

0 comments on commit d8e0a74

Please sign in to comment.