diff --git a/automatic/wireshark/legal/VERIFICATION.txt b/automatic/wireshark/legal/VERIFICATION.txt index b52fba853..e1cd6e53b 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: - checksum64: AA4C3AE9D50113785C83B441CFDFDF484A308AA7D37BACB5803561E4D1C12902 + checksum64: 39A544884BE9FD40EB2C83F2440CD5EFDC43A04F8CCD230379905C157C9B532E File 'LICENSE.txt' is obtained from diff --git a/automatic/wireshark/tools/chocolateyInstall.ps1 b/automatic/wireshark/tools/chocolateyInstall.ps1 index 115aaada6..344a3af8e 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-4.0.0.exe" + file64 = "$toolsDir\Wireshark-win64-4.0.1.exe" softwareName = 'Wireshark*' silentArgs = '/S /quicklaunchicon=no' validExitCodes = @(0) diff --git a/automatic/wireshark/wireshark.nuspec b/automatic/wireshark/wireshark.nuspec index 55ba3d6f5..fa5958bd0 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 - 4.0.0 + 4.0.1 Maurice Kevenaar, kujotx