diff --git a/automatic/djv/djv.nuspec b/automatic/djv/djv.nuspec index e6563cad0fa..51140eba625 100644 --- a/automatic/djv/djv.nuspec +++ b/automatic/djv/djv.nuspec @@ -3,7 +3,7 @@ djv - 1.2.4 + 1.2.5 https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/djv chocolatey, Redsandro DJV Imaging diff --git a/automatic/djv/legal/VERIFICATION.txt b/automatic/djv/legal/VERIFICATION.txt index 12f316b7e5c..1cf9a6cbf5a 100644 --- a/automatic/djv/legal/VERIFICATION.txt +++ b/automatic/djv/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum: A2F37A2CF3BAE3FB55D00F0C4EF7D3B1E37560CD8A2D9184C7C6430C1B914D83 + checksum: 373ADD81EFB12E8365536D86A5505794D69DF8B3DA3F4DF2446C782EB53C56F0 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/djv/tools/chocolateyInstall.ps1 b/automatic/djv/tools/chocolateyInstall.ps1 index f3952f2484a..5fef0ec89d9 100644 --- a/automatic/djv/tools/chocolateyInstall.ps1 +++ b/automatic/djv/tools/chocolateyInstall.ps1 @@ -8,7 +8,7 @@ if ((Get-OSArchitectureWidth 32) -or $env:chocolateyForceX86 -eq $true) $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\DJV-1.2.4-win64.exe" + file = "$toolsPath\DJV-1.2.5-win64.exe" softwareName = 'djv-*' silentArgs = '/S' validExitCodes = @(0)