Skip to content

Commit

Permalink
AU: 1 updated - flrig
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 11, 2023
1 parent b94484e commit 20d4f0b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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>2.0.03</version>
<version>2.0.04</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-2.0.03_setup.exe
x64: http://www.w1hkj.com/files/flrig/flrig-2.0.03_setup.exe
x32: http://www.w1hkj.com/files/flrig/flrig-2.0.04_setup.exe
x64: http://www.w1hkj.com/files/flrig/flrig-2.0.04_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: F0C62320746C0FE34857FB3B340E798DFA79332E784138F02EE0DFB8E9C89C68
checksum64: F0C62320746C0FE34857FB3B340E798DFA79332E784138F02EE0DFB8E9C89C68
checksum32: 6B2C899A19C353596AEB33A9BD0CA04B7BD45CD149DD0470EAA5C4165D1449F5
checksum64: 6B2C899A19C353596AEB33A9BD0CA04B7BD45CD149DD0470EAA5C4165D1449F5

Using AU:

Get-RemoteChecksum http://www.w1hkj.com/files/flrig/flrig-2.0.03_setup.exe
Get-RemoteChecksum http://www.w1hkj.com/files/flrig/flrig-2.0.04_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-2.0.03_setup.exe"
file = "$toolsDir\flrig-2.0.04_setup.exe"
silentArgs = $silentArgs
}

Expand Down

0 comments on commit 20d4f0b

Please sign in to comment.