Skip to content

Commit

Permalink
AU: 7 updated - flashpoint-launcher vscode-java vscode-java-debug vsc…
Browse files Browse the repository at this point in the history
…ode-java-dependency vscode-jupyter vscode-pylance vscode-python

[skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/2dfcbbb4e70e6b4cfd4b1c7b539061c6fafd703d
  • Loading branch information
dgalbraith committed Aug 6, 2022
1 parent 355f8d0 commit 7f9d620
Show file tree
Hide file tree
Showing 20 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion automatic/flashpoint-launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/badge/license-MIT-green)](https://github.com/FlashpointProject/launcher/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-v10.1.4-blue)](https://github.com/FlashpointProject/launcher/releases/tag/10.1.4)
[![Software version](https://img.shields.io/badge/Source-v10.1.5-blue)](https://github.com/FlashpointProject/launcher/releases/tag/10.1.5)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/flashpoint-launcher?label=Chocolatey)](https://chocolatey.org/packages/flashpoint-launcher)

The Flashpoint Launcher (FPL) is a desktop application made for browsing, storing and launching other applications
Expand Down
2 changes: 1 addition & 1 deletion automatic/flashpoint-launcher/flashpoint-launcher.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>flashpoint-launcher</id>
<version>10.1.4</version>
<version>10.1.5</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/flashpoint-launcher</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Flashpoint Launcher - Launcher for BlueMaxima's Flashpoint</title>
Expand Down
24 changes: 12 additions & 12 deletions automatic/flashpoint-launcher/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@ be verified by:

1. Go to the binary distribution page

https://github.com/FlashpointProject/launcher/releases/tag/10.1.4
https://github.com/FlashpointProject/launcher/releases/tag/10.1.5

and download the binaries Flashpoint-10.1.4_win-ia32.7z or Flashpoint-10.1.4_win-x64.7z
and download the binaries Flashpoint-10.1.5_win-ia32.7z or Flashpoint-10.1.5_win-x64.7z
using the relevant links in the asset section of the distribution page.

Alternatively the distribution can be downloaded directly from

https://github.com/FlashpointProject/launcher/releases/download/10.1.4/Flashpoint-10.1.4_win-ia32.7z
https://github.com/FlashpointProject/launcher/releases/download/10.1.4/Flashpoint-10.1.4_win-x64.7z
https://github.com/FlashpointProject/launcher/releases/download/10.1.5/Flashpoint-10.1.5_win-ia32.7z
https://github.com/FlashpointProject/launcher/releases/download/10.1.5/Flashpoint-10.1.5_win-x64.7z

2. The installer can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash Flashpoint-10.1.4_win-ia32.7z
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Flashpoint-10.1.4_win-ia32.7z
- Use powershell function 'Get-Filehash' - Get-Filehash Flashpoint-10.1.5_win-ia32.7z
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Flashpoint-10.1.5_win-ia32.7z

File32: Flashpoint-10.1.4_win-ia32.7z
File32: Flashpoint-10.1.5_win-ia32.7z
ChecksumType32: sha256
Checksum32: FFC5074B3CFC6532AF7331BD9C8CD2BC4D4151E819A092802C7275743FE9CB5F
Checksum32: 0AB738499D6549DE1870BC0AB05A721FA0D3C65B8163467CFBDBEA2F5222A524

- Use powershell function 'Get-Filehash' - Get-Filehash Flashpoint-10.1.4_win-x64.7z
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Flashpoint-10.1.4_win-x64.7z
- Use powershell function 'Get-Filehash' - Get-Filehash Flashpoint-10.1.5_win-x64.7z
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Flashpoint-10.1.5_win-x64.7z

File64: Flashpoint-10.1.4_win-x64.7z
File64: Flashpoint-10.1.5_win-x64.7z
ChecksumType64: sha256
Checksum64: 5E19A6EA31039B4D9FC8AA8E9D4A79F7643AD82F415599E5DC7EA468DB0F9000
Checksum64: DC00F959A618887311D46A56F0509EAB229AE3C62032F23CB7236F1532774244

Contents of file LICENSE.txt is obtained from https://github.com/FlashpointProject/launcher/blob/master/LICENSE

4 changes: 2 additions & 2 deletions automatic/flashpoint-launcher/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition)
$installDir = Join-Path (Get-ToolsLocation) $env:ChocolateyPackageName

if ((Get-ProcessorBits 32) -or $env:ChocolateyForceX86 -eq 'true') {
$fileName = 'Flashpoint-10.1.4_win-ia32.7z'
$fileName = 'Flashpoint-10.1.5_win-ia32.7z'
} else {
$fileName = 'Flashpoint-10.1.4_win-x64.7z'
$fileName = 'Flashpoint-10.1.5_win-x64.7z'
}

$archive = Join-Path $toolsDir $fileName
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.43.2022072604.vsix using the Download Extension link
and download the extension vscjava.vscode-java-debug-0.43.2022080507.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.43.2022072604/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-debug/0.43.2022080507/vspackage

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

Type: sha256
Checksum: 25C79433B0A894542D2F2DF759AF01EAF979A31D6335E74E8DA10F270E853E6B
Checksum: 2AE2FDE5E3F6FA3F589D44BF13CDE919B2574BB763F935899DAC11DB8AD733E8

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.43.2022072604.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-debug-0.43.2022080507.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.43.2022072604</version>
<version>0.43.2022080507</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
10 changes: 5 additions & 5 deletions automatic/vscode-java-dependency/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ and can be verified by:

https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency

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

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-dependency-0.20.2022072300.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-dependency-0.20.2022072300.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-dependency-0.21.2022080500.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-dependency-0.21.2022080500.vsix

Type: sha256
Checksum: 66B15BA044470C04545CFFC2184ED60E554C2798EF4C57731B29C4274B52E258
Checksum: 8F0037D56F3B4F34E2BBEFBB87DF094C6516C735A0051F7DD8520AEB47A5C6DC

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-dependency/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-java-dependency-0.20.2022072300.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-dependency-0.21.2022080500.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-java-dependency</id>
<version>0.20.2022072300</version>
<version>0.21.2022080500</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-dependency</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Java Dependency Viewer VSCode Extension</title>
Expand Down
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.10.2022080404.vsix using the Download Extension link
and download the extension redhat.java-1.10.2022080505.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.10.2022080404/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.10.2022080505/vspackage

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

Type: sha256
Checksum: 6753A1C646A96943DBBD3C47003B503F474301BD3EBC4F4A18345208B3899EB3
Checksum: C1E2CB735EB4DDB588BB9838422B3FD9133C7D9EEF473D614CF24AF8AEDE68DB

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.10.2022080404.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.10.2022080505.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.10.2022080404</version>
<version>1.10.2022080505</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@2022.8.1002181030'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.8.1002191020'
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>2022.8.1002181030</version>
<version>2022.8.1002191020</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
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2022.7.44"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2022.8.11"
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/vscode-pylance.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-pylance</id>
<version>2022.7.44</version>
<version>2022.8.11</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Pylance VSCode Extension</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-python/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=ms-python.python

and download the package ms-python.python-2022.13.12141005.vsix using the Download Extension link
and download the package ms-python.python-2022.13.12171009.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/ms-python/vsextensions/python/2022.13.12141005/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2022.13.12171009/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2022.13.12141005.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2022.13.12141005.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2022.13.12171009.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2022.13.12171009.vsix

Type: sha256
Checksum: 25A7C3F57E57D0F19B7992B9B46382F14D808FB29CE462625A93BA1C18E5B49E
Checksum: 5C80AA5EEA0AE1832B3C45114F5A53CDB140EB8983DD3CB07D8A2D19791B489D

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/ms-python.python/license
2 changes: 1 addition & 1 deletion automatic/vscode-python/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\ms-python.python-2022.13.12141005.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2022.13.12171009.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-python/vscode-python.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-python</id>
<version>2022.13.12141005</version>
<version>2022.13.12171009</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Python VSCode Extension</title>
Expand Down

0 comments on commit 7f9d620

Please sign in to comment.