Skip to content

Commit

Permalink
AU: 2 updated - claws-mail Cmder
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 1, 2023
1 parent 346795c commit b0af6ff
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions automatic/claws-mail/claws-mail.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"3.19": "3.18.0",
"latest": "4.0.0"
{
"3.19": "3.19.1",
"latest": "4.1.1"
}
2 changes: 1 addition & 1 deletion automatic/claws-mail/claws-mail.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>claws-mail</id>
<version>4.0.0</version>
<version>4.1.1</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/claws-mail</packageSourceUrl>
<owners>AdmiringWorm, dtgm</owners>
<title>Claws Mail</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/claws-mail/legal/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The code in this distribution is Copyright 1999-2015 by the Claws Mail team
The code in this distribution is Copyright 1999-2022 by the Claws Mail team
and Hiroyuki Yamamoto.

-------------------------------------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions automatic/claws-mail/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://www.claws-mail.org/win32/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://www.claws-mail.org/download.php?file=win32/claws-mail-4.0.0-1-32bit.exe>
64-Bit software: <https://www.claws-mail.org/download.php?file=win32/claws-mail-4.0.0-1-64bit.exe>
32-Bit software: <https://www.claws-mail.org/download.php?file=win32/claws-mail-4.1.1-1-32bit.exe>
64-Bit software: <https://www.claws-mail.org/download.php?file=win32/claws-mail-4.1.1-1-64bit.exe>
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: ABECD023A05F3C5D2EF3C9EFF8EE29A650FB2F2B029CDCDFFCCD032CD3FCC0E0
checksum64: EF38B1B414631A6DCA7CAE497C24B8544C58E4F3A822DAECD0E1805481958AD6
checksum32: 974116EBCCA638A71B7DF1E9236FAAD0EA47C00BBD39A189DFE533B9E0E0480B
checksum64: 26A2E2D393AC5A8C0AC693D4D5B43579F9BF14705031B3DA488C2FD0C92E773D

The file 'LICENSE.txt' has been obtained from <http://www.claws-mail.org/COPYING>
4 changes: 2 additions & 2 deletions automatic/claws-mail/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 = 'exe'
file = "$toolsPath\claws-mail-4.0.0-1-32bit.exe"
file64 = "$toolsPath\claws-mail-4.0.0-1-64bit.exe"
file = "$toolsPath\claws-mail-4.1.1-1-32bit.exe"
file64 = "$toolsPath\claws-mail-4.1.1-1-64bit.exe"
softwareName = 'Claws Mail*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit b0af6ff

Please sign in to comment.