Skip to content

Commit

Permalink
AU: 3 updated - nushell nushell.install nushell.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Apr 13, 2022
1 parent f338a40 commit 1fee234
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 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.60.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.60.0)
[![Software version](https://img.shields.io/badge/Source-v0.61.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.61.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.60.0
https://github.com/nushell/nushell/releases/tag/0.61.0

and download the archive nu_0_60_0_windows.msi using the relevant link in the
and download the archive nu_0_61_0_windows.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.60.0/nu_0_60_0_windows.msi
https://github.com/nushell/nushell/releases/download/0.61.0/nu_0_61_0_windows.msi

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu_0_60_0_windows.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu_0_60_0_windows.msi
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu_0_61_0_windows.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu_0_61_0_windows.msi

File: nu_0_60_0_windows.msi
File: nu_0_61_0_windows.msi
Type: sha256
Checksum: FF28881F80FE5B405AF6D3B3ACA56D8ABA78B6606C6A45400035029D21DA255B
Checksum: E235D7684315419B2F7BCF5F3CF91A8EDFC0793ABC63B289DDA260ACE764075A

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.60.0</version>
<version>0.61.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.60.0</releaseNotes>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.61.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_60_0_windows.msi'
File64 = Join-Path $toolsDir 'nu_0_61_0_windows.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.60.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.60.0)
[![Software version](https://img.shields.io/badge/Source-v0.61.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.61.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.60.0
https://github.com/nushell/nushell/releases/tag/0.61.0

and download the archive nu_0_60_0_windows.zip using the relevant link in the
and download the archive nu_0_61_0_windows.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.60.0/nu_0_60_0_windows.zip
https://github.com/nushell/nushell/releases/download/0.61.0/nu_0_61_0_windows.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu_0_60_0_windows.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu_0_60_0_windows.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu_0_61_0_windows.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu_0_61_0_windows.zip

File: nu_0_60_0_windows.zip
File: nu_0_61_0_windows.zip
Type: sha256
Checksum: 150C49F552F5B4FC0225AEA22CB45EE87163196BDD0B766A412330CA142B6D64
Checksum: 62D20307D84412636BC4687E27262A2A1BE2FF5183D1E56F2874349716C0B870

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.60.0</version>
<version>0.61.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.60.0</releaseNotes>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.61.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_60_0_windows.zip'
FileFullPath64 = Join-Path $toolsDir 'nu_0_61_0_windows.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.60.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.60.0)
[![Software version](https://img.shields.io/badge/Source-v0.61.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.61.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.60.0</version>
<version>0.61.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.60.0</releaseNotes>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.61.0</releaseNotes>
<dependencies>
<dependency id="nushell.install" version="[0.60.0]" />
<dependency id="nushell.install" version="[0.61.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 1fee234

Please sign in to comment.