diff --git a/automatic/patch-my-pc/patch-my-pc.nuspec b/automatic/patch-my-pc/patch-my-pc.nuspec index 0d9ffac7420..b4742c5fdc6 100644 --- a/automatic/patch-my-pc/patch-my-pc.nuspec +++ b/automatic/patch-my-pc/patch-my-pc.nuspec @@ -3,7 +3,7 @@ patch-my-pc - 4.0.0.3 + 4.0.0.4 https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/patch-my-pc chocolatey, Redsandro Patch my PC diff --git a/automatic/patch-my-pc/tools/chocolateyInstall.ps1 b/automatic/patch-my-pc/tools/chocolateyInstall.ps1 index 533046a0e9e..358bbd62a87 100644 --- a/automatic/patch-my-pc/tools/chocolateyInstall.ps1 +++ b/automatic/patch-my-pc/tools/chocolateyInstall.ps1 @@ -11,7 +11,7 @@ $packageArgs = @{ packageName = 'patch-my-pc' file = "$toolsDir\PatchMyPC.exe" url = 'https://patchmypc.net/freeupdater/PatchMyPC.exe' - checksum = 'b8b0ccf325f8738a29e293344458a789e0702944a4844345c1b019b5bca791af' + checksum = 'ff9fa4b0a7571b1d598fe719895e1caea54cf3c6cb4ea0173565d40135aa404d' checksumType = 'sha256' }