Skip to content

Commit

Permalink
AU: 2 updated - astyle cmail
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 19, 2023
1 parent 38e50c6 commit 21a3baa
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/astyle/astyle.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>astyle</id>
<version>3.2.1</version>
<version>3.3</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/astyle</packageSourceUrl>
<owners>AdmiringWorm, yying</owners>
<title>Artistic Style</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/astyle/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 <https://sourceforge.net/projects/astyle/files/astyle/astyle%203.2/>
location on <https://sourceforge.net/projects/astyle/files/astyle/astyle%203.3/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://sourceforge.net/projects/astyle/files/astyle/astyle%203.2/astyle-3.2.1.zip/download>
64-Bit software: <https://sourceforge.net/projects/astyle/files/astyle/astyle%203.2/astyle-3.2.1-x64.zip/download>
32-Bit software: <https://sourceforge.net/projects/astyle/files/astyle/astyle%203.3/astyle-3.3.zip/download>
64-Bit software: <https://sourceforge.net/projects/astyle/files/astyle/astyle%203.3/astyle-3.3-x64.zip/download>
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 <https://sourceforge.net/p/astyle/code/HEAD/tree/trunk/AStyle/LICENSE.md?format=raw>
4 changes: 2 additions & 2 deletions automatic/astyle/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
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.6</version>
<version>0.8.7</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.6_x86.zip>
64-Bit software: <https://www.inveigle.net/downloads/CMail_0.8.6_amd64.zip>
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>
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 <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.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"
}

Expand Down

0 comments on commit 21a3baa

Please sign in to comment.