Skip to content

Commit

Permalink
AU: 1 updated - fldigi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 24, 2021
1 parent 5669143 commit 2852c66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/fldigi/fldigi.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>fldigi</id>
<version>4.1.18</version>
<version>4.1.19</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/fldigi</packageSourceUrl>
<owners>chtof</owners>
<title>fldigi</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/fldigi/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/fldigi/fldigi-4.1.18_setup.exe
x64: http://www.w1hkj.com/files/fldigi/fldigi-4.1.18_setup.exe
x32: http://www.w1hkj.com/files/fldigi/fldigi-4.1.19_setup.exe
x64: http://www.w1hkj.com/files/fldigi/fldigi-4.1.19_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: 56EC48445FE5125DDD141D052DC1FF4D1D5D5F1508019114B3F3E21262EACA92
checksum64: 56EC48445FE5125DDD141D052DC1FF4D1D5D5F1508019114B3F3E21262EACA92
checksum32: 59A0376648031164EC58413803654F16BECCCB1C99A7809742293935851F9D13
checksum64: 59A0376648031164EC58413803654F16BECCCB1C99A7809742293935851F9D13

Using AU:

Get-RemoteChecksum http://www.w1hkj.com/files/fldigi/fldigi-4.1.18_setup.exe
Get-RemoteChecksum http://www.w1hkj.com/files/fldigi/fldigi-4.1.19_setup.exe

File 'LICENSE.txt' is obtained from:
https://sourceforge.net/p/fldigi/fldigi/ci/master/tree/COPYING
2 changes: 1 addition & 1 deletion automatic/fldigi/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if ($pp['DIR']){
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\fldigi-4.1.18_setup.exe"
file = "$toolsDir\fldigi-4.1.19_setup.exe"
silentArgs = "$silentArgs"
}

Expand Down

0 comments on commit 2852c66

Please sign in to comment.