Skip to content

Commit

Permalink
AU: 3 updated - stunnel vscode-jupyter vscode-pylance
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Nov 2, 2022
1 parent 7fd31f9 commit 0884abe
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/stunnel/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/mtrojnar/stunnel/blob/master/COPYING.md)
[![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-v5.66-blue.svg)](https://www.stunnel.org/downloads.html)
[![Software version](https://img.shields.io/badge/Source-v5.67-blue.svg)](https://www.stunnel.org/downloads.html)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/stunnel?label=Chocolatey)](https://chocolatey.org/packages/stunnel)

The **stunnel** program is designed to work as TLS encryption wrapper between remote clients and local (inetd-startable) or remote servers. The concept is that having non-TLS aware daemons running on your system you can easily set them up to communicate with clients over secure TLS channels.
Expand Down
12 changes: 6 additions & 6 deletions automatic/stunnel/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ be verified by:

https://www.stunnel.org/downloads.html

and download the installer stunnel-5.66-win64-installer.exe using the links in the relevant assets section of the page.
and download the installer stunnel-5.67-win64-installer.exe using the links in the relevant assets section of the page.

Alternatively the installer can be downloaded directly from

https://www.stunnel.org/downloads/stunnel-5.66-win64-installer.exe
https://www.stunnel.org/downloads/stunnel-5.67-win64-installer.exe

2. The installer can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm stunnel-5.66-win64-installer.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f stunnel-5.66-win64-installer.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm stunnel-5.67-win64-installer.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f stunnel-5.67-win64-installer.exe

File64: stunnel-5.66-win64-installer.exe
File64: stunnel-5.67-win64-installer.exe
Type64: sha256
Checksum64: 5FCCB2E4DB0D2E3C1ADB26C3906585AC545BAF88226F4F539B2DC43FE418A3EF
Checksum64: A6BDC2A735EB34465D10E3C7E61F32D679BA29A68DE8EA8034DB79C0C8B328A3

Contents of file LICENSE.txt is obtained from https://www.stunnel.org/COPYING.html
2 changes: 1 addition & 1 deletion automatic/stunnel/stunnel.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>stunnel</id>
<version>5.66</version>
<version>5.67</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/stunnel</packageSourceUrl>
<owners>dgalbraith</owners>
<title>stunnel - SSL Encryption Wrapper</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/stunnel/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)"

$packageArgs = @{
PackageName = $env:ChocolateyPackageName
File = "$toolsDir\stunnel-5.66-win64-installer.exe"
File = "$toolsDir\stunnel-5.67-win64-installer.exe"
SilentArgs = '/S'
ValidExitCodes = @(0)
}
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.11.1003061101'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.11.1003071052'
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.11.1003061101</version>
<version>2022.11.1003071052</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.10.41"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2022.11.10"
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.10.41</version>
<version>2022.11.10</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Pylance VSCode Extension</title>
Expand Down

0 comments on commit 0884abe

Please sign in to comment.