diff --git a/partitionexpert/partitionexpert.nuspec b/partitionexpert/partitionexpert.nuspec index 6071867..e330b07 100644 --- a/partitionexpert/partitionexpert.nuspec +++ b/partitionexpert/partitionexpert.nuspec @@ -2,7 +2,7 @@ partitionexpert - 8.1.0 + 8.1.3 https://github.com/ye4241/chocolatey-packages ye4241 Macrorit Partition Expert Free Edition (Portable) diff --git a/partitionexpert/tools/chocolateyinstall.ps1 b/partitionexpert/tools/chocolateyinstall.ps1 index fb75aa0..e750e84 100644 --- a/partitionexpert/tools/chocolateyinstall.ps1 +++ b/partitionexpert/tools/chocolateyinstall.ps1 @@ -7,7 +7,7 @@ $packageArgs = @{ packageName = $packageName url = 'https://disk-tool.com/download/mde/mde-free-portable.zip' unzipLocation = $toolsDir - checksum = 'b90fda7f3b005f51413e9ddf3513857bcdadc89edce0ec4ba5e511a1705373f4' + checksum = '3533641b8f9ac47b0da10df984b0f4f6cc63f4dc70b2c9783947d94855d0cd1b' checksumType = 'sha256' } Install-ChocolateyZipPackage @packageArgs