From 219add3fe3d43dfe50b565a1883d313e12f579cd Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 2 Jun 2022 08:25:50 +0000 Subject: [PATCH] AU: 3 updated - chirp chirp.install chirp.portable [skip ci] https://gist.github.com/393704c64c2344f0f8e029cd57bebd2b/0cd3cbf3a6ce3fb1de50683f72e03f1e283ee7fc --- automatic/chirp.install/chirp.install.nuspec | 2 +- automatic/chirp.install/legal/VERIFICATION.txt | 8 ++++---- automatic/chirp.install/tools/chocolateyinstall.ps1 | 2 +- automatic/chirp.portable/chirp.portable.nuspec | 2 +- automatic/chirp.portable/legal/VERIFICATION.txt | 4 ++-- automatic/chirp.portable/tools/chocolateyinstall.ps1 | 2 +- automatic/chirp/chirp.nuspec | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/automatic/chirp.install/chirp.install.nuspec b/automatic/chirp.install/chirp.install.nuspec index 17055fe2a..4c3f73dea 100644 --- a/automatic/chirp.install/chirp.install.nuspec +++ b/automatic/chirp.install/chirp.install.nuspec @@ -3,7 +3,7 @@ chirp.install - 2022.05.31 + 2022.06.02 https://github.com/chtof/chocolatey-packages/tree/master/automatic/chirp.install chtof CHIRP (Install) diff --git a/automatic/chirp.install/legal/VERIFICATION.txt b/automatic/chirp.install/legal/VERIFICATION.txt index 34cb6a8b0..3f6ee9597 100644 --- a/automatic/chirp.install/legal/VERIFICATION.txt +++ b/automatic/chirp.install/legal/VERIFICATION.txt @@ -7,16 +7,16 @@ Package can be verified like this: 1. Download: - x32: https://trac.chirp.danplanet.com/chirp_daily/daily-20220531/chirp-daily-20220531-installer.exe - x64: https://trac.chirp.danplanet.com/chirp_daily/daily-20220531/chirp-daily-20220531-installer.exe + x32: https://trac.chirp.danplanet.com/chirp_daily/daily-20220602/chirp-daily-20220602-installer.exe + x64: https://trac.chirp.danplanet.com/chirp_daily/daily-20220602/chirp-daily-20220602-installer.exe 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: 92B00F5DE5176EE490BA33F6D38EE5DD9F188DC63978B684DF81C78D73CFBC96 - checksum64: 92B00F5DE5176EE490BA33F6D38EE5DD9F188DC63978B684DF81C78D73CFBC96 + checksum32: 84EC77847D9FDC7F923BEB9BAD5574B4FC6D61BFBD96572BE665C43638C40284 + checksum64: 84EC77847D9FDC7F923BEB9BAD5574B4FC6D61BFBD96572BE665C43638C40284 File 'LICENSE.txt' is obtained from: http://chirp.danplanet.com/projects/chirp/repository/revisions/222c1830b798/entry/COPYING diff --git a/automatic/chirp.install/tools/chocolateyinstall.ps1 b/automatic/chirp.install/tools/chocolateyinstall.ps1 index eba5ef705..6afca3de0 100644 --- a/automatic/chirp.install/tools/chocolateyinstall.ps1 +++ b/automatic/chirp.install/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsDir\chirp-daily-20220531-installer.exe" + file = "$toolsDir\chirp-daily-20220602-installer.exe" silentArgs = '/S' } diff --git a/automatic/chirp.portable/chirp.portable.nuspec b/automatic/chirp.portable/chirp.portable.nuspec index b17e3230f..953e21462 100644 --- a/automatic/chirp.portable/chirp.portable.nuspec +++ b/automatic/chirp.portable/chirp.portable.nuspec @@ -3,7 +3,7 @@ chirp.portable - 2022.05.31 + 2022.06.02 https://github.com/chtof/chocolatey-packages/tree/master/automatic/chirp.portable chtof CHIRP (Portable) diff --git a/automatic/chirp.portable/legal/VERIFICATION.txt b/automatic/chirp.portable/legal/VERIFICATION.txt index abccab712..2b6fb6622 100644 --- a/automatic/chirp.portable/legal/VERIFICATION.txt +++ b/automatic/chirp.portable/legal/VERIFICATION.txt @@ -7,14 +7,14 @@ Package can be verified like this: 1. Download: - x32: https://trac.chirp.danplanet.com/chirp_daily/daily-20220531/chirp-daily-20220531-win32.zip + x32: https://trac.chirp.danplanet.com/chirp_daily/daily-20220602/chirp-daily-20220602-win32.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: 067F47B3FB32B7D4F106E4D0A212A89411662FD3A255C9AF44DCEAB6121DD1EC + checksum32: 3959E8A45911D4033F8C6E55259C3DA8821029322A7A79AF946ED1A50738FBA2 File 'LICENSE.txt' is obtained from: http://chirp.danplanet.com/projects/chirp/repository/revisions/222c1830b798/entry/COPYING diff --git a/automatic/chirp.portable/tools/chocolateyinstall.ps1 b/automatic/chirp.portable/tools/chocolateyinstall.ps1 index 4660d2012..e6851b165 100644 --- a/automatic/chirp.portable/tools/chocolateyinstall.ps1 +++ b/automatic/chirp.portable/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = "$env:ChocolateyPackageName" destination = "$toolsDir" - file = "$toolsDir\chirp-daily-20220531-win32.zip" + file = "$toolsDir\chirp-daily-20220602-win32.zip" } Get-ChocolateyUnzip @packageArgs diff --git a/automatic/chirp/chirp.nuspec b/automatic/chirp/chirp.nuspec index 94c9acc1c..52d0ef14e 100644 --- a/automatic/chirp/chirp.nuspec +++ b/automatic/chirp/chirp.nuspec @@ -3,7 +3,7 @@ chirp - 2022.05.31 + 2022.06.02 https://github.com/chtof/chocolatey-packages/tree/master/automatic/chirp chtof CHIRP @@ -26,7 +26,7 @@ CHIRP is distributed as a series of automatically-generated builds. Any time we ]]> http://chirp.danplanet.com/projects/chirp/repository/revisions - +