diff --git a/automatic/simplewall.install/legal/VERIFICATION.txt b/automatic/simplewall.install/legal/VERIFICATION.txt index 3fe31c805e9..bc348b53463 100644 --- a/automatic/simplewall.install/legal/VERIFICATION.txt +++ b/automatic/simplewall.install/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer have been downloaded from the GitHub mirror and can be verified li 1. Download the following installer(s): -x86: https://github.com/henrypp/simplewall/releases/download/v.3.5.3/simplewall-3.5.3-setup.exe +x86: https://github.com/henrypp/simplewall/releases/download/v.3.6/simplewall-3.6-setup.exe 2. You can use one of the following methods to obtain the checksum(s): - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: 50DD139CB41D11340FA8D53F583AD3BF771411010217666D6BF29C185608C2DA + checksum32: 9048A5873FBCA034619BD9FB9E53407A96D441BA29D011C0081585A71F4208FA The included 'LICENSE.txt' file have been obtained from: https://github.com/henrypp/simplewall/blob/master/LICENSE diff --git a/automatic/simplewall.install/simplewall.install.nuspec b/automatic/simplewall.install/simplewall.install.nuspec index d433108f86d..c1c75def682 100644 --- a/automatic/simplewall.install/simplewall.install.nuspec +++ b/automatic/simplewall.install/simplewall.install.nuspec @@ -2,7 +2,7 @@ simplewall.install - 3.5.3 + 3.6 Henry++ Simple tool to configure Windows Filtering Platform. simplewall.portable - 3.5.3 + 3.6 Henry++ Simple tool to configure Windows Filtering Platform. simplewall - 3.5.3 + 3.6 Henry++ Simple tool to configure Windows Filtering Platform. https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/simplewall https://github.com/henrypp/simplewall/blob/master/CHANGELOG.md - + diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index 073e084bb10..b47cba40ce7 100644 --- a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 @@ -22,14 +22,14 @@ function Get-MergeTasks { $packageArgs = @{ packageName = "$env:ChocolateyPackageName" fileType = 'exe' - url = 'https://az764295.vo.msecnd.net/insider/a7104f13ff61bcd9f4c827d8fe3c0d27bb479fd8/VSCodeSetup-ia32-1.63.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/a7104f13ff61bcd9f4c827d8fe3c0d27bb479fd8/VSCodeSetup-x64-1.63.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/b614fb5db84b3ac07fc3e8b12c69c1dd581924ce/VSCodeSetup-ia32-1.63.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/b614fb5db84b3ac07fc3e8b12c69c1dd581924ce/VSCodeSetup-x64-1.63.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = '990229997e4eafb2c4d8aea9c4b3d445026464466f676dadf5f1e6bd5bf48be028efc9a38151bd16e69a413b824523ee811d6ffa82037b97d92593dca75007c4' + checksum = 'd2ef96eeefb9c0024f263b7ab7a01ce8a0d1ab87d9d617cc3e95395dcc0473e741849ba4cd8e48629fe445eb815c9dcb8d773788586638e4d9bc6ee103d8f76b' checksumType = 'sha512' - checksum64 = 'caf1b8fbe16bdebcb2df5777ef3e76f017ca08bc5be92c32a16ee52295674903c7e7acb2ca4ea88fcbe4b6abee75179eec886dc973874dd271575c7b4d7ecfc7' + checksum64 = '6f303ec660fbfb9075f860d500a9445bc7e10b7eaf3eb9a94de33896c40d073167cce3b6a6ad24f83825229d57c37d4a40215dd97cb44cf6444c817ac7bca82c' checksumType64 = 'sha512' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec index 6877da2b4a8..fb7c21b3ce2 100644 --- a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec +++ b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec @@ -4,7 +4,7 @@ vscode-insiders.install Visual Studio Code Insiders (Install) - 1.63.0.20211108 + 1.63.0.20211109 Microsoft chocolatey-community https://code.visualstudio.com/insiders diff --git a/automatic/vscode-insiders/vscode-insiders.nuspec b/automatic/vscode-insiders/vscode-insiders.nuspec index 1ec07428941..895b177da3b 100644 --- a/automatic/vscode-insiders/vscode-insiders.nuspec +++ b/automatic/vscode-insiders/vscode-insiders.nuspec @@ -4,7 +4,7 @@ vscode-insiders Visual Studio Code Insiders - 1.63.0.20211108 + 1.63.0.20211109 Microsoft chocolatey-community https://code.visualstudio.com/insiders @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath" ]]> microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/updates/#_preview-features diff --git a/automatic/vscode.install/tools/ChocolateyInstall.ps1 b/automatic/vscode.install/tools/ChocolateyInstall.ps1 index 666b3c092d5..7f5e17dc68c 100644 --- a/automatic/vscode.install/tools/ChocolateyInstall.ps1 +++ b/automatic/vscode.install/tools/ChocolateyInstall.ps1 @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 $softwareName = 'Microsoft Visual Studio Code' -$version = '1.62.0' +$version = '1.62.1' if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) { Write-Host "VS Code $version is already installed." return @@ -16,14 +16,14 @@ Close-VSCode $packageArgs = @{ packageName = 'vscode.install' fileType = 'exe' - url = 'https://az764295.vo.msecnd.net/stable/b3318bc0524af3d74034b8bb8a64df0ccf35549a/VSCodeSetup-ia32-1.62.0.exe' - url64bit = 'https://az764295.vo.msecnd.net/stable/b3318bc0524af3d74034b8bb8a64df0ccf35549a/VSCodeSetup-x64-1.62.0.exe' + url = 'https://az764295.vo.msecnd.net/stable/f4af3cbf5a99787542e2a30fe1fd37cd644cc31f/VSCodeSetup-ia32-1.62.1.exe' + url64bit = 'https://az764295.vo.msecnd.net/stable/f4af3cbf5a99787542e2a30fe1fd37cd644cc31f/VSCodeSetup-x64-1.62.1.exe' softwareName = "$softwareName" - checksum = 'b794f6a3ab3046e65f3314296f6698daadad0a6950e7b1ea358c737786a04fa9' + checksum = '70351f704fe1fd37986101410a7b60bf4f62cc91adc582433a5862ec37d3f9e6' checksumType = 'sha256' - checksum64 = 'ab7c4573f2a0c93deef4f796108c9cf3189445da08473fffde68a8a7052c8f34' + checksum64 = '4ed0b10b25125fdbcc0ed1e4de0027b4063729bd11e8f97f7f9856318cb33a33' checksumType64 = 'sha256' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode.install/vscode.install.nuspec b/automatic/vscode.install/vscode.install.nuspec index 5d197f21c0b..b4190986e8c 100644 --- a/automatic/vscode.install/vscode.install.nuspec +++ b/automatic/vscode.install/vscode.install.nuspec @@ -4,7 +4,7 @@ vscode.install Visual Studio Code (Install) - 1.62.0 + 1.62.1 Microsoft chocolatey-community https://code.visualstudio.com diff --git a/automatic/vscode/vscode.nuspec b/automatic/vscode/vscode.nuspec index 376539735cb..ff112aee583 100644 --- a/automatic/vscode/vscode.nuspec +++ b/automatic/vscode/vscode.nuspec @@ -4,7 +4,7 @@ vscode Visual Studio Code - 1.62.0 + 1.62.1 Microsoft chocolatey-community https://code.visualstudio.com @@ -44,7 +44,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"` ]]> microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/Updates