Skip to content

Commit

Permalink
AU: 3 updated - chirp chirp.install chirp.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 2, 2022
1 parent e525020 commit 219add3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/chirp.install/chirp.install.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>chirp.install</id>
<version>2022.05.31</version>
<version>2022.06.02</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/chirp.install</packageSourceUrl>
<owners>chtof</owners>
<title>CHIRP (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chirp.install/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://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
2 changes: 1 addition & 1 deletion automatic/chirp.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/chirp.portable/chirp.portable.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>chirp.portable</id>
<version>2022.05.31</version>
<version>2022.06.02</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/chirp.portable</packageSourceUrl>
<owners>chtof</owners>
<title>CHIRP (Portable)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chirp.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion automatic/chirp.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions automatic/chirp/chirp.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>chirp</id>
<version>2022.05.31</version>
<version>2022.06.02</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/chirp</packageSourceUrl>
<owners>chtof</owners>
<title>CHIRP</title>
Expand All @@ -26,7 +26,7 @@ CHIRP is distributed as a series of automatically-generated builds. Any time we
]]></description>
<releaseNotes>http://chirp.danplanet.com/projects/chirp/repository/revisions</releaseNotes>
<dependencies>
<dependency id="chirp.install" version="[2022.05.31]" />
<dependency id="chirp.install" version="[2022.06.02]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 219add3

Please sign in to comment.