Skip to content

Commit

Permalink
AU: 7 updated - chirp chirp.install chirp.portable phonerlite phonerl…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 25, 2023
1 parent 5aa6ae0 commit 4e111e9
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 26 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.04.21</version>
<version>2023.04.25</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-20230421/chirp-next-20230421-installer.exe
x64: https://trac.chirp.danplanet.com/chirp_next/next-20230421/chirp-next-20230421-installer.exe
x32: https://trac.chirp.danplanet.com/chirp_next/next-20230425/chirp-next-20230425-installer.exe
x64: https://trac.chirp.danplanet.com/chirp_next/next-20230425/chirp-next-20230425-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: EAA9FB81E677EE948626E9D410A09113B54B00BF11488EB3F0DFF7498B8A3F10
checksum64: EAA9FB81E677EE948626E9D410A09113B54B00BF11488EB3F0DFF7498B8A3F10
checksum32: 8050B747027666F68A90770DBC3B41FC7A49C3A360B8E8314AF27BEAD94979B8
checksum64: 8050B747027666F68A90770DBC3B41FC7A49C3A360B8E8314AF27BEAD94979B8

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-20230421-installer.exe"
file = "$toolsDir\chirp-next-20230425-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.04.21</version>
<version>2023.04.25</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-20230421/chirp-next-20230421-win32.zip
x32: https://trac.chirp.danplanet.com/chirp_next/next-20230425/chirp-next-20230425-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: 5220F3C7EA5DB3CB6FCDD646D750C3951C54C25EB0C230C9B206D47E3A56ED63
checksum32: 9DB63FB47535C41CF692B519C0D2DBA55FB561F15D504322B1174D4BDBA92531

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-20230421-win32.zip"
file = "$toolsDir\chirp-next-20230425-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.04.21</version>
<version>2023.04.25</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.04.21]" />
<dependency id="chirp.install" version="[2023.04.25]" />
</dependencies>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions automatic/phonerlite.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://www.phoner.de/PhonerLiteSetup_3.16.exe
x64: https://www.phoner.de/PhonerLiteSetup_3.16.exe
x32: https://www.phoner.de/PhonerLiteSetup_3.17.exe
x64: https://www.phoner.de/PhonerLiteSetup_3.17.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: D8614272818DCE1D3778E4AAE716D37AC353F3AD11E5CD79AFF483A72F816127
checksum64: D8614272818DCE1D3778E4AAE716D37AC353F3AD11E5CD79AFF483A72F816127
checksum32: C9B61115CDD94C02B68650B37AF630406145058B60D2873C135F9B81DC9F9055
checksum64: C9B61115CDD94C02B68650B37AF630406145058B60D2873C135F9B81DC9F9055

File 'LICENSE.txt' is obtained from:
http://phonerlite.de/license_en.htm
2 changes: 1 addition & 1 deletion automatic/phonerlite.install/phonerlite.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>phonerlite.install</id>
<version>3.16</version>
<version>3.17</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/phonerlite.install</packageSourceUrl>
<owners>chtof</owners>
<title>PhonerLite (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/phonerlite.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\PhonerLiteSetup_3.16.exe"
file = "$toolsDir\PhonerLiteSetup_3.17.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/phonerlite.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Package can be verified like this:
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: AA59282555BF73150911DEF3A74AF7D10F6B900026994C124ECCEA8C697BC6D7
checksum64: AA59282555BF73150911DEF3A74AF7D10F6B900026994C124ECCEA8C697BC6D7
checksum32: 391148D85BE4D36FB18357210C252E22A75E4E0732159D864FA16A12B9C7BD7E
checksum64: 391148D85BE4D36FB18357210C252E22A75E4E0732159D864FA16A12B9C7BD7E

File 'LICENSE.txt' is obtained from:
http://phonerlite.de/license_en.htm
2 changes: 1 addition & 1 deletion automatic/phonerlite.portable/phonerlite.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>phonerlite.portable</id>
<version>3.16</version>
<version>3.17</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/phonerlite.portable</packageSourceUrl>
<owners>chtof</owners>
<title>PhonerLite (Portable)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/phonerlite/phonerlite.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>phonerlite</id>
<version>3.16</version>
<version>3.17</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/phonerlite</packageSourceUrl>
<owners>chtof</owners>
<title>PhonerLite</title>
Expand Down Expand Up @@ -80,7 +80,7 @@ See http://phonerlite.de for all information.
]]></description>
<releaseNotes>http://phonerlite.de/download_en.htm</releaseNotes>
<dependencies>
<dependency id="phonerlite.install" version="[3.16]" />
<dependency id="phonerlite.install" version="[3.17]" />
</dependencies>
</metadata>
<files></files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/webex-meetings/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"a9ada00-5f94518e0d240"|43.5.1.9
"a9b0a00-5f9ffcdd7c540"|43.5.2.4
2 changes: 1 addition & 1 deletion automatic/webex-meetings/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'MSI'

url = 'https://akamaicdn.webex.com/client/webexapp.msi'
checksum = '67257b5192e5f2a5c2c48897198326809cf6f93037c36e9ea4731e96dd336f8435d15e8b0991ccaba8e9187c99939e7a4031fb3d88f8239bf81fce96c55931d4'
checksum = '92e064c1932ec0a40fb81f18448b5cf4f1cc908d465b0ed59ad87aabc883fe660a7bace15c30fcad1f48c6c4f17b00790e31c181de75bb18442ecb48cb766764'
checksumType = 'sha512'

silentArgs = "/qn /norestart /l*v `"$env:TEMP\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`" AUTOOC=0"
Expand Down
2 changes: 1 addition & 1 deletion automatic/webex-meetings/webex-meetings.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>webex-meetings</id>
<version>43.5.1.9</version>
<version>43.5.2.4</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/webex-meetings</packageSourceUrl>
<owners>chtof</owners>
<title>Cisco Webex Meetings</title>
Expand Down

0 comments on commit 4e111e9

Please sign in to comment.