Skip to content

Commit

Permalink
AU: 1 updated - cmail
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 20, 2018
1 parent 22821de commit 0bf41a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/cmail/cmail.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>cmail</id>
<version>0.8.0-dev-5</version>
<version>0.8.0-dev-6</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/cmail</packageSourceUrl>
<owners>AdmiringWorm, whiggs</owners>
<title>CMail</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmail/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://www.inveigle.net/cmail/download.shtml>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://www.inveigle.net/downloads/CMail_0.8.0_x86-dev-5.zip>
64-Bit software: <https://www.inveigle.net/downloads/CMail_0.8.0_amd64-dev-5.zip>
32-Bit software: <https://www.inveigle.net/downloads/CMail_0.8.0_x86-dev-6.zip>
64-Bit software: <https://www.inveigle.net/downloads/CMail_0.8.0_amd64-dev-6.zip>
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
checksum32: 627A183B8DFBDEDF954B4060C44EA4B48B00A31F148A65E430A56641098B3F80
checksum64: A3FA7A4A2B7F811D31D44949FDF58A79A955CA77902DCB491D84F18D045B225D
checksum32: 4E70EA226FB6C56D075227B4B797261FD8691F5FCFFD07B98A943EF0B5D7D7A3
checksum64: 65569EA39D16AFDE182F12257096A2CFF5E5082332F19F665466981FCC2B90ED

The file 'LICENSE.txt' has been obtained from their FAQ located at <https://www.inveigle.net/cmail/faq.shtml>
4 changes: 2 additions & 2 deletions automatic/cmail/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'zip'
file = "$toolsPath\CMail_0.8.0_x86-dev-5.zip"
file64 = "$toolsPath\CMail_0.8.0_amd64-dev-5.zip"
file = "$toolsPath\CMail_0.8.0_x86-dev-6.zip"
file64 = "$toolsPath\CMail_0.8.0_amd64-dev-6.zip"
destination = "$toolsPath"
}

Expand Down

0 comments on commit 0bf41a0

Please sign in to comment.