Skip to content

Commit

Permalink
AU: 4 updated - vscode-java vscode-jupyter vscode-spring-boot-dashboa…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Apr 18, 2023
1 parent 8416c2b commit 524d3c0
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
10 changes: 5 additions & 5 deletions automatic/vscode-java/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=redhat.java

and download the extension redhat.java-1.18.2023041413.vsix using the Download Extension link
and download the extension redhat.java-1.18.2023041704.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/redhat/vsextensions/java/1.18.2023041413/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.18.2023041704/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.18.2023041413.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.18.2023041413.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.18.2023041704.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.18.2023041704.vsix

Type: sha256
Checksum: 22E2C394D2742FEF758693A1885E3478EAA94D1F12BD373AFCBD1BECEA56CD44
Checksum: C6A5EABD60615E791B43BF4F31DC71457043226B1FE0AF29E458AB3C85E75183

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/redhat.java/license
2 changes: 1 addition & 1 deletion automatic/vscode-java/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\redhat.java-1.18.2023041413.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.18.2023041704.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-java/vscode-java.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</id>
<version>1.18.2023041413</version>
<version>1.18.2023041704</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Java Language Support 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.4.1001061012'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2023.4.1001091014'
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.4.1001061012</version>
<version>2023.4.1001091014</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
10 changes: 5 additions & 5 deletions automatic/vscode-spring-boot-dashboard/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-spring-boot-dashboard

and download the package vscjava.vscode-spring-boot-dashboard-0.12.2023041400.vsix using the Download Extension link
and download the package vscjava.vscode-spring-boot-dashboard-0.12.2023041800.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/vscjava/vsextensions/vscode-spring-boot-dashboard/0.12.2023041400/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-spring-boot-dashboard/0.12.2023041800/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-spring-boot-dashboard-0.12.2023041400.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-spring-boot-dashboard-0.12.2023041400.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-spring-boot-dashboard-0.12.2023041800.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-spring-boot-dashboard-0.12.2023041800.vsix

Type: sha256
Checksum: 6DA550805A02F3A32617595D3C4F40AF054744504A603C5978A693D331E5F745
Checksum: ACF8C276D39AD114FB1B3B60CF8A64C055634DABA2FEF9D5067CF22559344D7D

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-spring-boot-dashboard/license
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-spring-boot-dashboard-0.12.2023041400.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-spring-boot-dashboard-0.12.2023041800.vsix"
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-spring-boot-dashboard</id>
<version>0.12.2023041400</version>
<version>0.12.2023041800</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-spring-boot-dashboard</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Spring Boot Dashboard 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-v2023.04.10.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2023.04.10.00)
[![Software version](https://img.shields.io/badge/source-v2023.04.17.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2023.04.17.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-v2023.04.10.00-windows.zip using the links in the relevant
and download the archive watchman-v2023.04.17.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/v2023.04.10.00/watchman-v2023.04.10.00-windows.zip
https://github.com/facebook/watchman/releases/download/v2023.04.17.00/watchman-v2023.04.17.00-windows.zip

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

File: watchman-v2023.04.10.00-windows.zip
File: watchman-v2023.04.17.00-windows.zip
Type: sha256
Checksum: C8A39EADA31E963EC4C84E34696A871FF4851A4492AC484FD54AACD0C2C78EDA
Checksum: 7D3690C01A6C634CE2A938C06549719C589BE5B0FCDA368E43435B9B6125EA74

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-v2023.04.10.00-windows.zip'
$archive = Join-Path $toolsDir 'watchman-v2023.04.17.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 = '2023.04.10.00'
$version = '2023.04.17.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>2023.04.10.00</version>
<version>2023.04.17.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 524d3c0

Please sign in to comment.