From 10fd68f22929e58941d096bbd25b63b5c7184f88 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Wed, 18 Dec 2019 21:27:21 +0000 Subject: [PATCH] AU: 2 updated - vscode-vsliveshare wireshark [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/d07b986685c5e8f6fd840dd2aaabc69d997d32e1 --- automatic/vscode-vsliveshare/tools/chocolateyInstall.ps1 | 2 +- automatic/vscode-vsliveshare/vscode-vsliveshare.nuspec | 2 +- automatic/wireshark/legal/VERIFICATION.txt | 8 ++++---- automatic/wireshark/tools/chocolateyInstall.ps1 | 4 ++-- automatic/wireshark/wireshark.nuspec | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/vscode-vsliveshare/tools/chocolateyInstall.ps1 b/automatic/vscode-vsliveshare/tools/chocolateyInstall.ps1 index cfd889c097..87c021722f 100644 --- a/automatic/vscode-vsliveshare/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-vsliveshare/tools/chocolateyInstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'ms-vsliveshare.vsliveshare@1.0.1377' +Install-VsCodeExtension -extensionId 'ms-vsliveshare.vsliveshare@1.0.1404' diff --git a/automatic/vscode-vsliveshare/vscode-vsliveshare.nuspec b/automatic/vscode-vsliveshare/vscode-vsliveshare.nuspec index 5bba493c15..d2eba12d51 100644 --- a/automatic/vscode-vsliveshare/vscode-vsliveshare.nuspec +++ b/automatic/vscode-vsliveshare/vscode-vsliveshare.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.0.1377 + 1.0.1404 Maurice Kevenaar diff --git a/automatic/wireshark/legal/VERIFICATION.txt b/automatic/wireshark/legal/VERIFICATION.txt index 094fd75d97..6f150d1c82 100644 --- a/automatic/wireshark/legal/VERIFICATION.txt +++ b/automatic/wireshark/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer have been downloaded from their official download link listed on < and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: 638141DADCC14FF14738AACC795439EF347E515CC7EB40D0624D5ECDF04C9A71 - checksum64: B246DB3EF635C5BF2AE25684F5F869C0D958C66021A5388A3FB1A38AA374B233 + checksum32: A2E8A26EA751477FD3B26DDC755E27BE1C91746EF115324F4C51C0B009E46740 + checksum64: 373AF8674889B446412FB4C34F9B0299C66724086343238EA2B3A99E9E8D80D7 File 'LICENSE.txt' is obtained from diff --git a/automatic/wireshark/tools/chocolateyInstall.ps1 b/automatic/wireshark/tools/chocolateyInstall.ps1 index 87b31647f9..5032643f6e 100644 --- a/automatic/wireshark/tools/chocolateyInstall.ps1 +++ b/automatic/wireshark/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsDir\Wireshark-win32-3.0.7.exe" - file64 = "$toolsDir\Wireshark-win64-3.0.7.exe" + file = "$toolsDir\Wireshark-win32-3.2.0.exe" + file64 = "$toolsDir\Wireshark-win64-3.2.0.exe" softwareName = 'Wireshark*' silentArgs = '/S /quicklaunchicon=no' validExitCodes = @(0) diff --git a/automatic/wireshark/wireshark.nuspec b/automatic/wireshark/wireshark.nuspec index cf1151f6dd..09b5975540 100644 --- a/automatic/wireshark/wireshark.nuspec +++ b/automatic/wireshark/wireshark.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 3.0.7 + 3.2.0 Maurice Kevenaar, kujotx