Skip to content

Commit

Permalink
AU: 5 updated - nushell nushell.install nushell.portable vscode-cloud…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jun 4, 2024
1 parent 9f1adeb commit 99ee9fb
Show file tree
Hide file tree
Showing 17 changed files with 38 additions and 38 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.94.1-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.94.1)
[![Software version](https://img.shields.io/badge/Source-v0.94.2-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.94.2)
[![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.94.1
https://github.com/nushell/nushell/releases/tag/0.94.2

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

File: nu-0.94.1-x86_64-pc-windows-msvc.msi
File: nu-0.94.2-x86_64-pc-windows-msvc.msi
Type: sha256
Checksum: 0C44F3201D32D97B15C036FC12B5AEDFD6EAAC0D97FB7A42D428E3832BD9EB6D
Checksum: 4B47F6ED54DE51F2CD2470365EE2C2EC684A53685B829778FB48D7D6A5E9DFE0

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

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

File: nu-0.94.1-x86_64-pc-windows-msvc.zip
File: nu-0.94.2-x86_64-pc-windows-msvc.zip
Type: sha256
Checksum: 3009522F88A29BCB97804E5DE52BAA294FBA4CA7DB79594D12DC809DC51FBB1D
Checksum: 98BF7225642DA8DA677F72E6111AFD43E9A9991FD784A529D242DC1422D502F8

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

Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@2.11.0'
Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@2.11.1'
2 changes: 1 addition & 1 deletion automatic/vscode-cloud-code/vscode-cloud-code.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-cloud-code</id>
<version>2.11.0</version>
<version>2.11.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-cloud-code</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Cloud Code VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/watchman/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/facebook/watchman)](https://github.com/facebook/watchman/blob/master/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-v2024.05.20.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2024.05.20.00)
[![Software version](https://img.shields.io/badge/source-v2024.06.03.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2024.06.03.00)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/watchman?label=Chocolatey)](https://chocolatey.org/packages/watchman)

Watchman exists to watch files and record when they change. It can also trigger actions (such as
Expand Down
12 changes: 6 additions & 6 deletions automatic/watchman/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://github.com/facebook/watchman/releases

and download the archive watchman-v2024.05.20.00-windows.zip using the links in the relevant
and download the archive watchman-v2024.06.03.00-windows.zip using the links in the relevant
asset section of the page.

Alternatively the build can be downloaded directly from

https://github.com/facebook/watchman/releases/download/v2024.05.20.00/watchman-v2024.05.20.00-windows.zip
https://github.com/facebook/watchman/releases/download/v2024.06.03.00/watchman-v2024.06.03.00-windows.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2024.05.20.00-windows.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2024.05.20.00-windows.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2024.06.03.00-windows.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2024.06.03.00-windows.zip

File: watchman-v2024.05.20.00-windows.zip
File: watchman-v2024.06.03.00-windows.zip
Type: sha256
Checksum: 5AB6ECB91307C72F4B2FC4CFE83411ABDF4D6046C393EC632B64A60396BF7D24
Checksum: C59BCED9A056B6FCB0E02540EB6E0965EEBFF47FB1B8AB6977C7EF6B2CD08561

Contents of file LICENSE.txt is obtained from https://github.com/facebook/watchman/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/watchman/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if ((Get-ProcessorBits 32) -or $env:ChocolateyForceX86 -eq 'true') {

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

$archive = Join-Path $toolsDir 'watchman-v2024.05.20.00-windows.zip'
$archive = Join-Path $toolsDir 'watchman-v2024.06.03.00-windows.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/watchman/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function global:au_GetLatest {
# there are no windows binaries available. The nuspec has not been parsed at this stage so the current version is not
# available in the environment - hardcode here and use the package update process to rewrite
if ([string]::IsNullOrWhiteSpace($version)) {
$version = '2024.05.20.00'
$version = '2024.06.03.00'
}

return @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/watchman/watchman.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>watchman</id>
<version>2024.05.20.00</version>
<version>2024.06.03.00</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/watchman</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Watchman - A file watching service</title>
Expand Down

0 comments on commit 99ee9fb

Please sign in to comment.