From 74018980437110b5d3824d5db4f9bf61a00f6062 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 18 Jul 2019 08:07:44 +0000 Subject: [PATCH] AU: 1 updated - cmail [skip ci] https://gist.github.com/747b3ede98c9404e5cb6a399595e7ad1/d05563ad383f87516400149a487382d4a7051ee1 --- automatic/cmail/cmail.nuspec | 2 +- automatic/cmail/legal/VERIFICATION.txt | 8 ++++---- automatic/cmail/tools/chocolateyinstall.ps1 | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/cmail/cmail.nuspec b/automatic/cmail/cmail.nuspec index 63b6bb9b5..aa2df0569 100644 --- a/automatic/cmail/cmail.nuspec +++ b/automatic/cmail/cmail.nuspec @@ -3,7 +3,7 @@ cmail - 0.8.0-dev-7 + 0.8.0-dev-8 https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/cmail AdmiringWorm, whiggs CMail diff --git a/automatic/cmail/legal/VERIFICATION.txt b/automatic/cmail/legal/VERIFICATION.txt index 664c7d88f..ecc55fcbb 100644 --- a/automatic/cmail/legal/VERIFICATION.txt +++ b/automatic/cmail/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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: 7914F591BB6695CCF8B4716E924B2FA9270ED05A9393FFDC90E4CB4B2EE2A08B - checksum64: 4E4323B8E522654D3EEE0857367213E2438C30DD59CFCF1617077892D6D6F753 + checksum32: 7D0F2254B253D3E6EF8A0476910332A9378E825689AEB7B935B52B3492601A07 + checksum64: 5FBBC9193DA59782B93CB2BF3F0EA9D6BA7DBFA03C89229D8DDD0480570FA454 The file 'LICENSE.txt' has been obtained from their FAQ located at diff --git a/automatic/cmail/tools/chocolateyinstall.ps1 b/automatic/cmail/tools/chocolateyinstall.ps1 index 6fce410d5..118a460f1 100644 --- a/automatic/cmail/tools/chocolateyinstall.ps1 +++ b/automatic/cmail/tools/chocolateyinstall.ps1 @@ -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-7.zip" - file64 = "$toolsPath\CMail_0.8.0_amd64-dev-7.zip" + file = "$toolsPath\CMail_0.8.0_x86-dev-8.zip" + file64 = "$toolsPath\CMail_0.8.0_amd64-dev-8.zip" destination = "$toolsPath" }