diff --git a/automatic/wireshark/legal/VERIFICATION.txt b/automatic/wireshark/legal/VERIFICATION.txt index ab6694e4a..457bf5d78 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: 3BD13A521B1E9D100E800B666705DA132E584CCCBD4F30C88E9CF0D93289B2FA + checksum64: 3BF71D8753E3033376DE95B8CDE58D3F2A1A60E529B1DBDADFE907500C1F6525 File 'LICENSE.txt' is obtained from diff --git a/automatic/wireshark/tools/chocolateyInstall.ps1 b/automatic/wireshark/tools/chocolateyInstall.ps1 index 4145ee6ef..5da84bddf 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-4.2.2-x64.exe" + file64 = "$toolsDir\Wireshark-4.2.3-x64.exe" softwareName = 'Wireshark*' silentArgs = '/S /quicklaunchicon=no' validExitCodes = @(0) diff --git a/automatic/wireshark/wireshark.nuspec b/automatic/wireshark/wireshark.nuspec index 542587269..bbe90297d 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.2.2 + 4.2.3 Maurice Kevenaar, kujotx