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 Jul 19, 2019
1 parent 7401898 commit 210f9d1
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
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-8</version>
<version>0.8.0-dev-9</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
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-8.zip>
64-Bit software: <https://www.inveigle.net/downloads/CMail_0.8.0_amd64-dev-8.zip>
32-Bit software: <https://www.inveigle.net/downloads/CMail_0.8.0_x86-dev-9.zip>
64-Bit software: <https://www.inveigle.net/downloads/CMail_0.8.0_amd64-dev-9.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: 7D0F2254B253D3E6EF8A0476910332A9378E825689AEB7B935B52B3492601A07
checksum64: 5FBBC9193DA59782B93CB2BF3F0EA9D6BA7DBFA03C89229D8DDD0480570FA454
checksum32: 29E4DBD34D53B3956C34B497715BAED5C5E6F425FD1460C4FE5416F854EBD7FB
checksum64: DAA09E45761AE6F158F1A2D8F9F9D2B7B266E0DB4CCBCD0B2E13CEDB2876932C

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
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-8.zip"
file64 = "$toolsPath\CMail_0.8.0_amd64-dev-8.zip"
file = "$toolsPath\CMail_0.8.0_x86-dev-9.zip"
file64 = "$toolsPath\CMail_0.8.0_amd64-dev-9.zip"
destination = "$toolsPath"
}

Expand Down

0 comments on commit 210f9d1

Please sign in to comment.