Skip to content

Commit

Permalink
AU: 1 updated - partitionexpert
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 26, 2024
1 parent ec1a80c commit d58a291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion partitionexpert/partitionexpert.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>partitionexpert</id>
<version>8.3.0</version>
<version>8.4.0</version>
<packageSourceUrl>https://github.com/ye4241/chocolatey-packages</packageSourceUrl>
<owners>ye4241</owners>
<title>Macrorit Partition Expert Free Edition (Portable)</title>
Expand Down
2 changes: 1 addition & 1 deletion partitionexpert/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
packageName = $packageName
url = 'https://disk-tool.com/download/mde/mde-free-portable.zip'
unzipLocation = $toolsDir
checksum = 'b9c53b17e39e0ccf36ad91c50ef8f87abc9f6a3df17dd8bde43ff5c48e6798d7'
checksum = 'fbfdd8d2d14f8d9192acab4a1e9d3fe2756aac681302d0c20270ad3b5e2b9fb2'
checksumType = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs
Expand Down

0 comments on commit d58a291

Please sign in to comment.