diff --git a/automatic/perfview/perfview.nuspec b/automatic/perfview/perfview.nuspec index 263adb0..3da83ee 100644 --- a/automatic/perfview/perfview.nuspec +++ b/automatic/perfview/perfview.nuspec @@ -3,7 +3,7 @@ perfview - 3.2.0 + 3.2.1 https://github.com/ilabutin/chocolatey-packages ilabutin PerfView diff --git a/automatic/perfview/tools/chocolateyinstall.ps1 b/automatic/perfview/tools/chocolateyinstall.ps1 index e92c13c..e6ffa15 100644 --- a/automatic/perfview/tools/chocolateyinstall.ps1 +++ b/automatic/perfview/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $name = 'PerfView' -$url = 'https://github.com/microsoft/perfview/releases/download/v3.2.0/PerfView.exe' -$checksum = 'bf3b5114778f628d53840bf1167e1567529a28f993c6281158a54e870fb58cdb' +$url = 'https://github.com/microsoft/perfview/releases/download/v3.2.1/PerfView.exe' +$checksum = 'eeee35582c32ad29e17d4d56a5180d79764f0aa3e309a44ec5f06b7cfd5c08c1' $toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)" Get-ChocolateyWebFile -PackageName PerfView -FileFullPath "$toolsDir\PerfView.exe" -url $url -checksum $checksum -checksumType 'sha256' @@ -13,3 +13,4 @@ Get-ChocolateyWebFile -PackageName PerfView -FileFullPath "$toolsDir\PerfView.ex +