Skip to content

Commit

Permalink
AU: 3 updated - chirp chirp.portable webex-meetings
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 18, 2023
1 parent 143b009 commit 042b3ce
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
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.07.14</version>
<version>2023.07.18</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-20230714/chirp-next-20230714-win32.zip
x32: https://trac.chirp.danplanet.com/chirp_next/next-20230718/chirp-next-20230718-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: 34F094FD1396BDFB86B607DF5EE08AEC0B9273500749F24F780EE84A592CD869
checksum32: 9090D9DBE5B9A4A82FADDBE04A9C9AFA440BDA51BBDCE7804118C1A1BE2587C1

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-20230714-win32.zip"
file = "$toolsDir\chirp-next-20230718-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.07.14</version>
<version>2023.07.18</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.07.14]" />
<dependency id="chirp.install" version="[2023.07.18]" />
</dependencies>
</metadata>
<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 @@
"a9f3800-600577be4a240"|43.7.3.6
"a9ec600-600566f414580"|43.8.1.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 = '0baa14b99bfeb5928c2c1c0767c76c5bed53dc1f77787eee98daff8c6d55fcf21c0dd87c37323922cc884630fd6721dbd5d38ce2aeca11a0ce516f74f653b099'
checksum = '7751093ff92cd3e1c1a4e49ddcf6c05bc87c4f4ca2c6dd3fc2c1788e4844cabe63dc024cccdb7878bb07f2e72738d45e7a0f309c918a6e0d4699e8469ee2ec2e'
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.7.3.6</version>
<version>43.8.1.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 042b3ce

Please sign in to comment.