From 21a3baad1a3f1d174fdd89d8e03e3c7451ffc859 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 19 May 2023 07:37:16 +0000 Subject: [PATCH] AU: 2 updated - astyle cmail [skip ci] https://gist.github.com/AdmiringWorm/747b3ede98c9404e5cb6a399595e7ad1/f9b197c118291c14cf77b230494cb21922e6a7c2 --- automatic/astyle/astyle.nuspec | 2 +- automatic/astyle/legal/VERIFICATION.txt | 10 +++++----- automatic/astyle/tools/chocolateyInstall.ps1 | 4 ++-- automatic/cmail/cmail.nuspec | 2 +- automatic/cmail/legal/VERIFICATION.txt | 8 ++++---- automatic/cmail/tools/chocolateyinstall.ps1 | 4 ++-- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/automatic/astyle/astyle.nuspec b/automatic/astyle/astyle.nuspec index 86b720c66..9adb0d546 100644 --- a/automatic/astyle/astyle.nuspec +++ b/automatic/astyle/astyle.nuspec @@ -3,7 +3,7 @@ astyle - 3.2.1 + 3.3 https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/astyle AdmiringWorm, yying Artistic Style diff --git a/automatic/astyle/legal/VERIFICATION.txt b/automatic/astyle/legal/VERIFICATION.txt index 403cc5b74..511a2d62b 100644 --- a/automatic/astyle/legal/VERIFICATION.txt +++ b/automatic/astyle/legal/VERIFICATION.txt @@ -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 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: B221FF70A0FC5736EF251BCAD64AC0445AB24AB6AADE00909284F14A812347DD - checksum64: 96C3E8DF49C23570EF2DAC13A414C43D96B9668E3C34667A1D7886756972C3D5 + checksum32: 3E670DD54D53CBD6D8DF90C81AF0C4EDC85C3ED83DC7949E5F6EE23463986AE6 + checksum64: 4575589664D9AD83261184A0C69C505D6196688333E2C320D86273E80CF0B71F The file 'LICENSE.txt' has been obtained from diff --git a/automatic/astyle/tools/chocolateyInstall.ps1 b/automatic/astyle/tools/chocolateyInstall.ps1 index 96e1eeb61..193d1184e 100644 --- a/automatic/astyle/tools/chocolateyInstall.ps1 +++ b/automatic/astyle/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\astyle-3.2.1.zip" - file64 = "$toolsPath\astyle-3.2.1-x64.zip" + file = "$toolsPath\astyle-3.3.zip" + file64 = "$toolsPath\astyle-3.3-x64.zip" destination = $toolsPath } diff --git a/automatic/cmail/cmail.nuspec b/automatic/cmail/cmail.nuspec index 2d7b175ad..2c53c5a08 100644 --- a/automatic/cmail/cmail.nuspec +++ b/automatic/cmail/cmail.nuspec @@ -3,7 +3,7 @@ cmail - 0.8.6 + 0.8.7 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 5936aacf0..ea28e68eb 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: DEBDD3E159E9535219C2FAD7E8A29AAEA0E440D6C09BD8D8DD8BBE214595E4EE - checksum64: 4C47B05A7FAA9675BC1D52B1DCEF685FCBB31EC1216C57B9B51A93466FE551E8 + checksum32: 69CC46CF68FDEA541BE92829A57B84CB6C4AB8B647F8D1B35D8CDBBE639851C5 + checksum64: 7B0F7E586843B183A2F2979A03198FD42B7C113F488FF26DBAD1C465CEC4046F 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 cbe9a1deb..bb4a93cf4 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.6_x86.zip" - file64 = "$toolsPath\CMail_0.8.6_amd64.zip" + file = "$toolsPath\CMail_0.8.7_x86.zip" + file64 = "$toolsPath\CMail_0.8.7_amd64.zip" destination = "$toolsPath" }