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 May 30, 2023
1 parent b8b7365 commit be465db
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.0</version>
<version>2.0.01</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.0_setup.exe
x64: http://www.w1hkj.com/files/flrig/flrig-2.0.0_setup.exe
x32: http://www.w1hkj.com/files/flrig/flrig-2.0.01_setup.exe
x64: http://www.w1hkj.com/files/flrig/flrig-2.0.01_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: 3DA69C759B3A3455D55B3C10EFDA8734A84F294FA1E3B294D712BE90CD7D2AB0
checksum64: 3DA69C759B3A3455D55B3C10EFDA8734A84F294FA1E3B294D712BE90CD7D2AB0
checksum32: 60E91A7A6EA5D8C636DC1D15D76F61F80812A4EAB16990549049AABFB9D0F9EF
checksum64: 60E91A7A6EA5D8C636DC1D15D76F61F80812A4EAB16990549049AABFB9D0F9EF

Using AU:

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

Expand Down

0 comments on commit be465db

Please sign in to comment.