From 3560ba90ee3c09e1c8584ea298c29a5cbf99af20 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sun, 25 Dec 2022 16:24:45 +0000 Subject: [PATCH] AU: 1 updated - dmde [skip ci] https://gist.github.com/393704c64c2344f0f8e029cd57bebd2b/c26570058f1c45173454ec2ac689e066d8ee0f8f --- automatic/dmde/dmde.nuspec | 2 +- automatic/dmde/legal/VERIFICATION.txt | 8 ++++---- automatic/dmde/tools/chocolateyinstall.ps1 | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/dmde/dmde.nuspec b/automatic/dmde/dmde.nuspec index 45444f6d1..1bb4e7a31 100644 --- a/automatic/dmde/dmde.nuspec +++ b/automatic/dmde/dmde.nuspec @@ -3,7 +3,7 @@ dmde - 4.0.0.800 + 4.0.2.804 https://github.com/chtof/chocolatey-packages/tree/master/automatic/dmde chtof DMDE - DM Disk Editor and Data Recovery Software diff --git a/automatic/dmde/legal/VERIFICATION.txt b/automatic/dmde/legal/VERIFICATION.txt index 70164ab5e..d10612608 100644 --- a/automatic/dmde/legal/VERIFICATION.txt +++ b/automatic/dmde/legal/VERIFICATION.txt @@ -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 diff --git a/automatic/dmde/tools/chocolateyinstall.ps1 b/automatic/dmde/tools/chocolateyinstall.ps1 index 9b2358454..13038fe39 100644 --- a/automatic/dmde/tools/chocolateyinstall.ps1 +++ b/automatic/dmde/tools/chocolateyinstall.ps1 @@ -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