Skip to content

Commit

Permalink
AU: 1 updated - dmde
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 25, 2022
1 parent 1d96a9f commit 3560ba9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/dmde/dmde.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>dmde</id>
<version>4.0.0.800</version>
<version>4.0.2.804</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/dmde</packageSourceUrl>
<owners>chtof</owners>
<title>DMDE - DM Disk Editor and Data Recovery Software</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/dmde/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ in verifying that this package's contents are trustworthy.
Package can be verified like this:

1. Download:
x32: https://download3.dmde.com/download/dmde-4-0-0-800-win32-gui.zip
x64: https://download3.dmde.com/download/dmde-4-0-0-800-win64-gui.zip
x32: https://download3.dmde.com/download/dmde-4-0-2-804-win32-gui.zip
x64: https://download3.dmde.com/download/dmde-4-0-2-804-win64-gui.zip

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type:
checksum32: 5B34C846B441FD44868C547AC3EB91B2920D46BFBBDFBE9E1EA64E4CDE1C2337
checksum64: 8F02D89807A84357753486B5E0CDA39D1BF281170F7FFD932F05F67117D59120
checksum32: 6634EA62723A07B50949248F9F802CDD17FE4B031895E58C088F53EC66F08810
checksum64: 331C3690805BC14B601D5D9F8A92D36261FFE46559731B861E211AE27D0E8A60

File 'LICENSE.txt' is obtained from: Uncompressed zip file, fileula_en.txt
4 changes: 2 additions & 2 deletions automatic/dmde/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file32 = "$toolsDir\dmde-4-0-0-800-win32-gui.zip"
file64 = "$toolsDir\dmde-4-0-0-800-win64-gui.zip"
file32 = "$toolsDir\dmde-4-0-2-804-win32-gui.zip"
file64 = "$toolsDir\dmde-4-0-2-804-win64-gui.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit 3560ba9

Please sign in to comment.