Skip to content

Commit

Permalink
AU: 2 updated - flrig webex-meetings
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 14, 2021
1 parent 6237e60 commit bdebdf9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/flrig/flrig.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>flrig</id>
<version>1.4.0</version>
<version>1.4.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/flrig</packageSourceUrl>
<owners>chtof</owners>
<title>flrig</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/flrig/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ Package can be verified like this:

1. Download:

x32: http://www.w1hkj.com/files/flrig/flrig-1.4.0_setup.exe
x64: http://www.w1hkj.com/files/flrig/flrig-1.4.0_setup.exe
x32: http://www.w1hkj.com/files/flrig/flrig-1.4.1_setup.exe
x64: http://www.w1hkj.com/files/flrig/flrig-1.4.1_setup.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: 786C730A9FD5F8B2B31CCF2FD589AB493AAE93527D5AF84A52F44B9B27AB2529
checksum64: 786C730A9FD5F8B2B31CCF2FD589AB493AAE93527D5AF84A52F44B9B27AB2529
checksum32: FCD118B75DDA1987E5458A4F818F069C89599CFC100984D50D3B6EE6D01B70E1
checksum64: FCD118B75DDA1987E5458A4F818F069C89599CFC100984D50D3B6EE6D01B70E1

Using AU:

Get-RemoteChecksum http://www.w1hkj.com/files/flrig/flrig-1.4.0_setup.exe
Get-RemoteChecksum http://www.w1hkj.com/files/flrig/flrig-1.4.1_setup.exe

File 'LICENSE.txt' is obtained from:
https://sourceforge.net/p/fldigi/flrig/ci/master/tree/COPYING
2 changes: 1 addition & 1 deletion automatic/flrig/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ($pp['DIR']){

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\flrig-1.4.0_setup.exe"
file = "$toolsDir\flrig-1.4.1_setup.exe"
silentArgs = $silentArgs
}

Expand Down
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 = '136037490ebf53579f9f51d2c7e294a48748b5b9ba79080caa914045e7396d7cf96f1655bceeb47089e61f120619cfcc2c5f2e4b44fba26680da6ccc289b767e'
checksum = '9ac373bd3a8da81f18b672b7ecef919466c52e06532b3391acdbd843a95e8a47ed3f8ffbccf35d20e9917f958f32cc99b183b3eb05988dfd6b42b4729ed35b40'
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>41.7.2.13</version>
<version>41.7.4.13</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 bdebdf9

Please sign in to comment.