Skip to content

Commit

Permalink
AU: 1 updated - uncrustify
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 17, 2023
1 parent 3615226 commit bc03666
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions automatic/uncrustify/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://master.dl.sourceforge.net/project/uncrustify/uncrustify-077.0/uncrustify-0.77.0_f-win32.zip?viasf=1
x64: https://cfhcable.dl.sourceforge.net/project/uncrustify/uncrustify-077.0/uncrustify-0.77.0_f-win64.zip
x32: https://master.dl.sourceforge.net/project/uncrustify/uncrustify-077.1/uncrustify-0.77.1_f-win32.zip?viasf=1
x64: https://cfhcable.dl.sourceforge.net/project/uncrustify/uncrustify-077.1/uncrustify-0.77.1_f-win64.zip

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 2648CFABA70859E03B955545B873AA1DC6E552E0DAFC625FBB2ADAB2A4660098
checksum64: EAAF23156A303FD68442FAA0666925CAFDA78620ED619547244A114FB00C31DF
checksum32: 4F2422968EF6FA179817611CBEB5EA1784B54F9FBB34E807669721F8AC8D3B01
checksum64: 79D5C6E1A7FD25FF8D93A18D88FD4D512A19B0AE1BE4404C70B8FC73F9609392

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/uncrustify/uncrustify/master/COPYING
4 changes: 2 additions & 2 deletions automatic/uncrustify/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
destination = "$toolsDir"
file = "$toolsDir\uncrustify-0.77.0_f-win32.zip"
file64 = "$toolsDir\uncrustify-0.77.0_f-win64.zip"
file = "$toolsDir\uncrustify-0.77.1_f-win32.zip"
file64 = "$toolsDir\uncrustify-0.77.1_f-win64.zip"
}

Get-ChocolateyUnzip @packageArgs
2 changes: 1 addition & 1 deletion automatic/uncrustify/uncrustify.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>uncrustify</id>
<version>077.0</version>
<version>077.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/uncrustify</packageSourceUrl>
<owners>chtof</owners>
<title>Uncrustify Code Beautifier</title>
Expand Down

0 comments on commit bc03666

Please sign in to comment.