Skip to content

Commit

Permalink
AU: 3 updated - openvpn vscode-java vscode-jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Mar 23, 2024
1 parent 6641aef commit a804806
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion automatic/openvpn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/badge/License-GPLv2-blue.svg)](https://github.com/OpenVPN/openvpn/blob/master/COPYING)
[![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-v2.6.9-blue.svg)](https://openvpn.net/community-downloads)
[![Software version](https://img.shields.io/badge/source-v2.6.10-blue.svg)](https://openvpn.net/community-downloads)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/openvpn?label=Chocolatey)](https://chocolatey.org/packages/openvpn)

OpenVPN is a full-featured open source SSL VPN solution that accommodates a wide
Expand Down
24 changes: 12 additions & 12 deletions automatic/openvpn/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ be verified by:

https://openvpn.net/community-downloads

and download the installer OpenVPN-2.6.9-I001-x86.msi or
OpenVPN-2.6.9-I001-amd64.msi using the relevant links on the page.
and download the installer OpenVPN-2.6.10-I001-x86.msi or
OpenVPN-2.6.10-I001-amd64.msi using the relevant links on the page.

Alternatively the installers can be downloaded directly from

https://swupdate.openvpn.org/community/releases/OpenVPN-2.6.9-I001-x86.msi
https://swupdate.openvpn.org/community/releases/OpenVPN-2.6.9-I001-amd64.msi
https://swupdate.openvpn.org/community/releases/OpenVPN-2.6.10-I001-x86.msi
https://swupdate.openvpn.org/community/releases/OpenVPN-2.6.10-I001-amd64.msi

2. The installers can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha512 OpenVPN-2.6.9-I001-x86.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha512 -f OpenVPN-2.6.9-I001-x86.msi
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha512 OpenVPN-2.6.10-I001-x86.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha512 -f OpenVPN-2.6.10-I001-x86.msi

File32: OpenVPN-2.6.9-I001-x86.msi
File32: OpenVPN-2.6.10-I001-x86.msi
Type32: sha512
Checksum32: 3C5EBDAD6740FB87D85262FECC0E13AC3E3E69BB5B81F3ACBDDBFBA4AE82515B11B0A7A5780F16162AB11A4E24CEEBDB7D2CB6E0F77E4FDE1D16C55BCF4E5183
Checksum32: 1A5EB141CF83D496A9187CFE8A7CB6C4E4D50AF162F1DB36C6BCFB07848D76DAA2C899B1C4F588D453D2F995975F42C9C395B47C207CB37FBBD2492FDE77720E

- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha512 OpenVPN-2.6.9-I001-amd64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha512 -f OpenVPN-2.6.9-I001-amd64.msi
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha512 OpenVPN-2.6.10-I001-amd64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha512 -f OpenVPN-2.6.10-I001-amd64.msi

File64: OpenVPN-2.6.9-I001-amd64.msi
File64: OpenVPN-2.6.10-I001-amd64.msi
Type64: sha512
Checksum64: 5FB950FAA81D429583A54CDF09B72F4E75BB20F923BEA0F2CEC173C1FB5FB247C171B0625613633D07A32BF95E251C1DEA4D54B35AA16283521BBC8705825A94
Checksum64: 49F1D24AE8631CDD0F0A931E66DA99A8E15D23265D9F230982BCE5E862655AA2B596149A6D064668469F03469DBC604E06F392F192F6363157AB4D836840232E

Contents of file LICENSE.txt is obtained from https://openvpn.net/license
4 changes: 2 additions & 2 deletions automatic/openvpn/openvpn.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>openvpn</id>
<version>2.6.9.001</version>
<version>2.6.10.001</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/openvpn</packageSourceUrl>
<owners>dgalbraith,wget,Okhoshi</owners>
<title>OpenVPN - Open Source SSL VPN Solution</title>
Expand Down Expand Up @@ -83,7 +83,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/OpenVPN/openvpn/releases/tag/v2.6.9</releaseNotes>
<releaseNotes>https://github.com/OpenVPN/openvpn/releases/tag/v2.6.10</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.5.1" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/openvpn/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

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

$file32 = Join-Path $toolsDir 'OpenVPN-2.6.9-I001-x86.msi'
$file64 = Join-Path $toolsDir 'OpenVPN-2.6.9-I001-amd64.msi'
$file32 = Join-Path $toolsDir 'OpenVPN-2.6.10-I001-x86.msi'
$file64 = Join-Path $toolsDir 'OpenVPN-2.6.10-I001-amd64.msi'

$silentArgs = '/qn /norestart'

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

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

Type: sha256
Checksum: C14CDE92247D80AD19BDB73E4A53EFA70EE4C29D3AFB38D7291F85C8FFF9BDDE
Checksum: F920C1A983608CD1F0549D86508CC0941C98C35BC48CD02FB739822CEBEC8C9E

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.29.2024032008.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.29.2024032208.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.29.2024032008</version>
<version>1.29.2024032208</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@2024.3.2024032002'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.3.2024032201'
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>2024.3.2024032002</version>
<version>2024.3.2024032201</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 a804806

Please sign in to comment.