Skip to content

Commit

Permalink
AU: 1 updated - dilay
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 30, 2018
1 parent a711e35 commit c246a4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/dilay/dilay.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>dilay</id>
<version>1.8.0</version>
<version>1.9.0</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/dilay</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Dilay</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/dilay/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <http://abau.org/dilay/download.html>
and can be verified by doing the following:

1. Download <https://github.com/abau/dilay/releases/download/1.8.0/dilay-1.8.0.msi>
1. Download <https://github.com/abau/dilay/releases/download/1.9.0/dilay-1.9.0.msi>
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: 219AF4BCD4DD292F2A32DC83746C0C7DFD2DAD9E89E6D69857C40CC89401BD91
checksum: 961EF5540F2DA8C483B66743031C060B0EB4E5A7F6D6F507B24470F956B41889

The file 'LICENSE.txt' has been obtained from <https://github.com/abau/dilay/blob/master/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/dilay/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\dilay-1.8.0.msi"
file = "$toolsPath\dilay-1.9.0.msi"
softwareName = 'dilay*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 010, 1641)
Expand Down

0 comments on commit c246a4f

Please sign in to comment.