Skip to content

Commit

Permalink
AU: 5 updated - nushell nushell.install nushell.portable vscode-java-…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 1, 2023
1 parent 7ff0a06 commit 84c8b32
Show file tree
Hide file tree
Showing 15 changed files with 35 additions and 35 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.74.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.74.0)
[![Software version](https://img.shields.io/badge/Source-v0.75.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.75.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.74.0
https://github.com/nushell/nushell/releases/tag/0.75.0

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

File: nu-0.74.0-x86_64-pc-windows-msvc.msi
File: nu-0.75.0-x86_64-pc-windows-msvc.msi
Type: sha256
Checksum: 3955EC566990843E4D7B855A2722ACD5FF8D85793527946B1C965D8D18113B0A
Checksum: 9F664E95B7EC47B733B1411EE8B2A38C14B640711B81F7F30B80CB9430B66F7E

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

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

File: nu-0.74.0-x86_64-pc-windows-msvc.zip
File: nu-0.75.0-x86_64-pc-windows-msvc.zip
Type: sha256
Checksum: 49C97A7A31ED51A20D1AE00E4FA9B9076C96B017315CDA4451E87A3DB51698D4
Checksum: B6C2035A7FEE3D354B60DE3C271F96D19C839CC56FFA95588D5BB6793903413D

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.74.0</version>
<version>0.75.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.74.0</releaseNotes>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.75.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.74.0-x86_64-pc-windows-msvc.zip'
FileFullPath64 = Join-Path $toolsDir 'nu-0.75.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.74.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.74.0)
[![Software version](https://img.shields.io/badge/Source-v0.75.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.75.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.74.0</version>
<version>0.75.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.74.0</releaseNotes>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.75.0</releaseNotes>
<dependencies>
<dependency id="nushell.install" version="[0.74.0]" />
<dependency id="nushell.install" version="[0.75.0]" />
</dependencies>
</metadata>
<files>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-java-debug/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=vscjava.vscode-java-debug

and download the extension vscjava.vscode-java-debug-0.47.2023011221.vsix using the Download Extension link
and download the extension vscjava.vscode-java-debug-0.47.2023020102.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/vcsjava/vsextensions/vscode-java-debug/0.47.2023011221/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-debug/0.47.2023020102/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-debug-0.47.2023011221.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-debug-0.47.2023011221.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-debug-0.47.2023020102.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-debug-0.47.2023020102.vsix

Type: sha256
Checksum: 6687BA450A4F6AC7D32C7C9F34F30D9CA27936291CAABE238FE1B3D32C3CCB36
Checksum: D8B076AE5FA71906D0181FCF481CBBCA89F8837C4FD36B2949C92AD71961DDCD

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-debug/license
2 changes: 1 addition & 1 deletion automatic/vscode-java-debug/tools/chocolateyinstall.ps1
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\vscjava.vscode-java-debug-0.47.2023011221.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-debug-0.47.2023020102.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-java-debug/vscode-java-debug.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-java-debug</id>
<version>0.47.2023011221</version>
<version>0.47.2023020102</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-debug</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Debugger for Java VSCode Extension</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.1.2000281008'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2023.1.2000312134'
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.1.2000281008</version>
<version>2023.1.2000312134</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

0 comments on commit 84c8b32

Please sign in to comment.