Skip to content

Commit

Permalink
AU: 1 updated - djv
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 29, 2018
1 parent 2fa1954 commit 286fe11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/djv/djv.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>djv</id>
<version>1.2.4</version>
<version>1.2.5</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/djv</packageSourceUrl>
<owners>chocolatey, Redsandro</owners>
<title>DJV Imaging</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/djv/legal/VERIFICATION.txt
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <http://djv.sourceforge.net/Download.html>
and can be verified by doing the following:

1. Download the following <https://sourceforge.net/projects/djv/files/djv-stable/1.2.4/DJV-1.2.4-win64.exe/download>
1. Download the following <https://sourceforge.net/projects/djv/files/djv-stable/1.2.5/DJV-1.2.5-win64.exe/download>
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 <http://djv.sourceforge.net/djvLegal.html>
2 changes: 1 addition & 1 deletion automatic/djv/tools/chocolateyInstall.ps1
Expand Up @@ -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)
Expand Down

0 comments on commit 286fe11

Please sign in to comment.