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 27, 2023
1 parent ae0c7ee commit 25509af
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.7</version>
<version>0.8.8</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.7_x86.zip>
64-Bit software: <https://www.inveigle.net/downloads/CMail_0.8.7_amd64.zip>
32-Bit software: <https://www.inveigle.net/downloads/CMail_0.8.8_x86.zip>
64-Bit software: <https://www.inveigle.net/downloads/CMail_0.8.8_amd64.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: 69CC46CF68FDEA541BE92829A57B84CB6C4AB8B647F8D1B35D8CDBBE639851C5
checksum64: 7B0F7E586843B183A2F2979A03198FD42B7C113F488FF26DBAD1C465CEC4046F
checksum32: 2042A1D1C4647814F3EBAB380E2ECFBFDBA7C90B0315A24BD40D5C1A7EB49775
checksum64: 35E545A1C46408B85D2BB8A00AE3A5D99E4C72C5EA4636F5C93E5F50CE008BD7

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.7_x86.zip"
file64 = "$toolsPath\CMail_0.8.7_amd64.zip"
file = "$toolsPath\CMail_0.8.8_x86.zip"
file64 = "$toolsPath\CMail_0.8.8_amd64.zip"
destination = "$toolsPath"
}

Expand Down

0 comments on commit 25509af

Please sign in to comment.