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 10, 2018
1 parent 1736e7a commit e6c41a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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-4</version>
<version>0.8.0-dev-5</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/cmail</packageSourceUrl>
<owners>AdmiringWorm, whiggs</owners>
<title>CMail</title>
Expand Down
12 changes: 6 additions & 6 deletions automatic/cmail/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <>
location on <https://www.inveigle.net/cmail/download.shtml>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <>
64-Bit software: <>
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>
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:
checksum32:
checksum64:
checksum type: sha256
checksum32: 627A183B8DFBDEDF954B4060C44EA4B48B00A31F148A65E430A56641098B3F80
checksum64: A3FA7A4A2B7F811D31D44949FDF58A79A955CA77902DCB491D84F18D045B225D

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

Expand Down

0 comments on commit e6c41a5

Please sign in to comment.