From 34a752ee50bec36b540a075a4aad3bd35df186b1 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Mon, 1 Nov 2021 12:01:48 +0000 Subject: [PATCH] AU: 1 updated - partitionexpert [skip ci] https://gist.github.com/efab467283c72d4d480ebab4829cc1f8/ef31312130170aa0bf507d7eaccc825fb6f98742 --- partitionexpert/partitionexpert.nuspec | 2 +- partitionexpert/tools/chocolateyinstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/partitionexpert/partitionexpert.nuspec b/partitionexpert/partitionexpert.nuspec index b7befd7..34d94d3 100644 --- a/partitionexpert/partitionexpert.nuspec +++ b/partitionexpert/partitionexpert.nuspec @@ -2,7 +2,7 @@ partitionexpert - 5.8.2 + 5.8.5 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 42287d4..7afd385 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 = '3e58ef917ceac87b0b43973683551d2b6f642242924ef73d1da96cfc1a942bbe' + checksum = 'eb033c993c51f473d9041dd26d4a49b89244f9fec6f11f41e7a128bac10267fa' checksumType = 'sha256' } Install-ChocolateyZipPackage @packageArgs