Skip to content

Commit

Permalink
AU: 3 updated - bandlab-assistant chirp chirp.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 4, 2023
1 parent 5f49ee3 commit bbc7f50
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/bandlab-assistant/bandlab-assistant.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>bandlab-assistant</id>
<version>10.2.1</version>
<version>10.2.2</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/manual/bandlab-assistant</packageSourceUrl>
<owners>chtof</owners>
<title>BandLab Assistant</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/bandlab-assistant/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://static.bandlab.com/assistant/BandLab%20Assistant%20Setup%2010.2.1.exe'
checksum = 'b0c3f51266ae5c759d3038ea8a0d8db0167d89938bef55a9a2137c2003219c55'
url = 'https://static.bandlab.com/assistant/BandLab%20Assistant%20Setup%2010.2.2.exe'
checksum = '13ea1fd6682db4f9654525fe31c808f1bea6835f3d245dcd5dc7e4fc8cc7ebe4'
checksumType = 'sha512'

silentArgs = '/S'
Expand Down
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.11.29</version>
<version>2023.12.04</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-20231129/chirp-next-20231129-installer.exe
x64: https://trac.chirp.danplanet.com/chirp_next/next-20231129/chirp-next-20231129-installer.exe
x32: https://trac.chirp.danplanet.com/chirp_next/next-20231204/chirp-next-20231204-installer.exe
x64: https://trac.chirp.danplanet.com/chirp_next/next-20231204/chirp-next-20231204-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: CD17ABFE634B6CDA4BFFA0066E1774566C9646331958922A0748E7BBDB343B81
checksum64: CD17ABFE634B6CDA4BFFA0066E1774566C9646331958922A0748E7BBDB343B81
checksum32: B6062F8033EA2C0F060078C99CF30A22A1AE32C2F2FE8B54DD606AE6613E9E28
checksum64: B6062F8033EA2C0F060078C99CF30A22A1AE32C2F2FE8B54DD606AE6613E9E28

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-20231129-installer.exe"
file = "$toolsDir\chirp-next-20231204-installer.exe"
silentArgs = '/S'
}

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.11.29</version>
<version>2023.12.04</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.11.29]" />
<dependency id="chirp.install" version="[2023.12.04]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit bbc7f50

Please sign in to comment.