From 379c42ca44c5b0ad0223ba54794f74e76865b691 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 18 Oct 2023 19:36:37 +0000 Subject: [PATCH] AU: 1 updated - astyle [skip ci] https://gist.github.com/AdmiringWorm/747b3ede98c9404e5cb6a399595e7ad1/8a482e48b370b793f440030021a2a2becdccb300 --- automatic/astyle/astyle.nuspec | 2 +- automatic/astyle/legal/VERIFICATION.txt | 8 ++++---- automatic/astyle/tools/chocolateyInstall.ps1 | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/astyle/astyle.nuspec b/automatic/astyle/astyle.nuspec index adf18a02f..fb96ee73b 100644 --- a/automatic/astyle/astyle.nuspec +++ b/automatic/astyle/astyle.nuspec @@ -3,7 +3,7 @@ astyle - 3.4.8 + 3.4.9 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 4f028991c..31836c96d 100644 --- a/automatic/astyle/legal/VERIFICATION.txt +++ b/automatic/astyle/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: BDF82E1E81A27D30C9AEB58F7AD7174CB72C5A4E70DCAD611F9FFCE3D8DD430B - checksum64: 240D651CA22DE9B69FA27B7E2E8B400B1BC9AAA295C9893320648D8E14B9167A + checksum32: 98FBF7C6756BA7F465371D08691F849410611F4269B9AB27302B0CF83BA597B3 + checksum64: 2F75BB1DED9216B5D589707D414DEAB14806598E0E714F3647593DD1C49DE77B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/astyle/tools/chocolateyInstall.ps1 b/automatic/astyle/tools/chocolateyInstall.ps1 index be88e4b4c..997478c60 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.4.8.zip" - file64 = "$toolsPath\astyle-3.4.8-x64.zip" + file = "$toolsPath\astyle-3.4.9.zip" + file64 = "$toolsPath\astyle-3.4.9-x64.zip" destination = $toolsPath }