From 0935be35fd2e94aff7d920a5055059a3e55e1983 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Sat, 9 Oct 2021 01:13:58 +0000 Subject: [PATCH] AU: 1 updated - crystaldiskinfo.install [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/87e47c0a05d948fff455c04d3e952449431aa858 --- .../crystaldiskinfo.install/crystaldiskinfo.install.nuspec | 2 +- automatic/crystaldiskinfo.install/legal/VERIFICATION.txt | 4 ++-- automatic/crystaldiskinfo.install/tools/chocolateyInstall.ps1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/crystaldiskinfo.install/crystaldiskinfo.install.nuspec b/automatic/crystaldiskinfo.install/crystaldiskinfo.install.nuspec index 0c123e1c7..c4947e16e 100644 --- a/automatic/crystaldiskinfo.install/crystaldiskinfo.install.nuspec +++ b/automatic/crystaldiskinfo.install/crystaldiskinfo.install.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 8.12.9 + 8.12.10 Maurice Kevenaar diff --git a/automatic/crystaldiskinfo.install/legal/VERIFICATION.txt b/automatic/crystaldiskinfo.install/legal/VERIFICATION.txt index 7342888f9..b8fb109ba 100644 --- a/automatic/crystaldiskinfo.install/legal/VERIFICATION.txt +++ b/automatic/crystaldiskinfo.install/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: 08E69874DF964DE3E5AB32F4D2B5EB212DBFADD8F95A2129E9105A73413B81EF + checksum32: 5174FB7EA78F72BB4D4EB048326D1028CFFF6D2AEEB0AF88B079E2593B44F819 File 'LICENSE.txt' is obtained from diff --git a/automatic/crystaldiskinfo.install/tools/chocolateyInstall.ps1 b/automatic/crystaldiskinfo.install/tools/chocolateyInstall.ps1 index 3394278c6..f63f691d1 100644 --- a/automatic/crystaldiskinfo.install/tools/chocolateyInstall.ps1 +++ b/automatic/crystaldiskinfo.install/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsDir\CrystalDiskInfo8_12_9.exe" + file = "$toolsDir\CrystalDiskInfo8_12_10.exe" softwareName = 'Crystaldiskinfo*' silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' validExitCodes= @(0)