From b9b45acca86b3ac37b1ac8f08ebd53f36dc2b6aa Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sun, 19 Jan 2025 12:01:27 +0000 Subject: [PATCH] AU: 1 updated - partitionexpert [skip ci] https://gist.github.com/ye4241/efab467283c72d4d480ebab4829cc1f8/36147953cf9c9871af94572c028c5bcf4981a451 --- 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 2512f9c..0049f11 100644 --- a/partitionexpert/partitionexpert.nuspec +++ b/partitionexpert/partitionexpert.nuspec @@ -2,7 +2,7 @@ partitionexpert - 8.5.0 + 8.6.0 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 d045c7c..751d3c1 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 = '3cb13392a11cad68e6c263b960001104481e9ded41cbb1c7366b587b3908102b' + checksum = 'b67a16c4c27e5eafecec9ba090833928fabad288ad59122fe175d907d60b5be2' checksumType = 'sha256' } Install-ChocolateyZipPackage @packageArgs