diff --git a/automatic/partitionmasterfree/PartitionMasterFree.nuspec b/automatic/partitionmasterfree/PartitionMasterFree.nuspec index 89cfbd35b0f..438c718d042 100644 --- a/automatic/partitionmasterfree/PartitionMasterFree.nuspec +++ b/automatic/partitionmasterfree/PartitionMasterFree.nuspec @@ -4,7 +4,7 @@ PartitionMasterFree EaseUS Partition Master (Free) - 15.8 + 16.0 CHENGDU Yiwo Tech Development Co., Ltd chocolatey-community,Redsandro EaseUS Partition Master Free Edition is a partition solution and disk management utility diff --git a/automatic/partitionmasterfree/legal/VERIFICATION.txt b/automatic/partitionmasterfree/legal/VERIFICATION.txt index ef49b9c9b45..2cd3a3b5110 100644 --- a/automatic/partitionmasterfree/legal/VERIFICATION.txt +++ b/automatic/partitionmasterfree/legal/VERIFICATION.txt @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 1ce73873433d43d728cbe19648e08f4c42253259fe3fd50f7c4316acc5048d2e + checksum32: c1c2af90a1f3d2a939e6d3b3e72a9e5e802d309396d6d9450392e5f0de706b01 File 'license.txt' is obtained from: https://www.easeus.com/license.htm diff --git a/automatic/partitionmasterfree/tools/chocolateyInstall.ps1 b/automatic/partitionmasterfree/tools/chocolateyInstall.ps1 index c5a95a67709..82182e3491a 100644 --- a/automatic/partitionmasterfree/tools/chocolateyInstall.ps1 +++ b/automatic/partitionmasterfree/tools/chocolateyInstall.ps1 @@ -6,7 +6,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $Env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\epm_free_B7_easeus.exe" + file = "$toolsPath\epm_free_easeus.exe" silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' validExitCodes = @(0, 3010) softwareName = 'EaseUS Partition Master*'