From 1e2d7b6d368f67c2ae16d1c836b313ef1abb2ee9 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Sat, 15 Jan 2022 11:15:03 +0000 Subject: [PATCH] AU: 1 updated - crystaldiskinfo.portable [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/026857074b4eb64c2d52c904b42ff8cefa6cd114 --- .../crystaldiskinfo.portable/crystaldiskinfo.portable.nuspec | 2 +- automatic/crystaldiskinfo.portable/legal/VERIFICATION.txt | 4 ++-- .../crystaldiskinfo.portable/tools/chocolateyInstall.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/crystaldiskinfo.portable/crystaldiskinfo.portable.nuspec b/automatic/crystaldiskinfo.portable/crystaldiskinfo.portable.nuspec index 434c9d7d2..64ec910e7 100644 --- a/automatic/crystaldiskinfo.portable/crystaldiskinfo.portable.nuspec +++ b/automatic/crystaldiskinfo.portable/crystaldiskinfo.portable.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 8.13.3 + 8.14.0 Maurice Kevenaar diff --git a/automatic/crystaldiskinfo.portable/legal/VERIFICATION.txt b/automatic/crystaldiskinfo.portable/legal/VERIFICATION.txt index 1f26760b1..c655966f9 100644 --- a/automatic/crystaldiskinfo.portable/legal/VERIFICATION.txt +++ b/automatic/crystaldiskinfo.portable/legal/VERIFICATION.txt @@ -6,12 +6,12 @@ The installer have been downloaded from their official download link listed on < and can be verified like this: 1. Download the following installers: - 32-Bit: + 32-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: C8A8F6103DD6E65305EB55B3632B30D2D43499EE87A1E320C4B5ECA26F40AF3C + checksum32: 36B232DBBCE417CD1F2970D3C3AD6DAF3BE118DCD0CB153EF4D19C377D0178CF File 'LICENSE.txt' is obtained from diff --git a/automatic/crystaldiskinfo.portable/tools/chocolateyInstall.ps1 b/automatic/crystaldiskinfo.portable/tools/chocolateyInstall.ps1 index dec7c3fe3..8de4e3116 100644 --- a/automatic/crystaldiskinfo.portable/tools/chocolateyInstall.ps1 +++ b/automatic/crystaldiskinfo.portable/tools/chocolateyInstall.ps1 @@ -9,7 +9,7 @@ $linkName = "CrystalDiskInfo.lnk" $packageArgs = @{ packageName = $env:ChocolateyPackageName destination = $toolsDir - file = "$toolsDir\CrystalDiskInfo8_13_3.zip" + file = "$toolsDir\CrystalDiskInfo8_14_0.zip" } Get-ChocolateyUnzip @packageArgs