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 Aug 14, 2023
1 parent c859f55 commit e3bfabf
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>2023.08.10</version>
<version>2023.08.14</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_next/next-20230810/chirp-next-20230810-installer.exe
x64: https://trac.chirp.danplanet.com/chirp_next/next-20230810/chirp-next-20230810-installer.exe
x32: https://trac.chirp.danplanet.com/chirp_next/next-20230814/chirp-next-20230814-installer.exe
x64: https://trac.chirp.danplanet.com/chirp_next/next-20230814/chirp-next-20230814-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: 57FE673150AC4E0F530751D7F332639C20059A6C5917234875BA3A5871C80B94
checksum64: 57FE673150AC4E0F530751D7F332639C20059A6C5917234875BA3A5871C80B94
checksum32: DE86515B66E85B7CF82D18235E23CD23FECFBBF39DE98CC4087ED0F1D0B44088
checksum64: DE86515B66E85B7CF82D18235E23CD23FECFBBF39DE98CC4087ED0F1D0B44088

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-next-20230810-installer.exe"
file = "$toolsDir\chirp-next-20230814-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>2023.08.10</version>
<version>2023.08.14</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_next/next-20230810/chirp-next-20230810-win32.zip
x32: https://trac.chirp.danplanet.com/chirp_next/next-20230814/chirp-next-20230814-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: 661DAFE2A9F0D791EA7B4FAB1BED6E7171700209576EFB17C7F6D26069AFDFE8
checksum32: 42532E40F8CBF3E0C1A4EA02C8575447DAA8BADBA849A0EFFB6BB18951F4937A

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-next-20230810-win32.zip"
file = "$toolsDir\chirp-next-20230814-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>2023.08.10</version>
<version>2023.08.14</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="[2023.08.10]" />
<dependency id="chirp.install" version="[2023.08.14]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit e3bfabf

Please sign in to comment.