diff --git a/automatic/wireshark/legal/VERIFICATION.txt b/automatic/wireshark/legal/VERIFICATION.txt index 5603b482f..b52fba853 100644 --- a/automatic/wireshark/legal/VERIFICATION.txt +++ b/automatic/wireshark/legal/VERIFICATION.txt @@ -6,12 +6,12 @@ The installer have been downloaded from their official download link listed on < and can be verified like this: 1. Download the following installers: - 64-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 - checksum64: 17CE19DEF77592D4C0FB0B680E77E4712DD6C8C4AF79C6D58A281EB509A4F34B + checksum type: + checksum64: AA4C3AE9D50113785C83B441CFDFDF484A308AA7D37BACB5803561E4D1C12902 File 'LICENSE.txt' is obtained from diff --git a/automatic/wireshark/tools/chocolateyInstall.ps1 b/automatic/wireshark/tools/chocolateyInstall.ps1 index 41824ed44..115aaada6 100644 --- a/automatic/wireshark/tools/chocolateyInstall.ps1 +++ b/automatic/wireshark/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file64 = "$toolsDir\Wireshark-win64-3.6.8.exe" + file64 = "$toolsDir\Wireshark-win64-4.0.0.exe" softwareName = 'Wireshark*' silentArgs = '/S /quicklaunchicon=no' validExitCodes = @(0) diff --git a/automatic/wireshark/wireshark.nuspec b/automatic/wireshark/wireshark.nuspec index 664b87873..55ba3d6f5 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.6.8 + 4.0.0 Maurice Kevenaar, kujotx