Skip to content

Commit

Permalink
AU: 2 updated - fldigi seppdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 23, 2024
1 parent 6a2e79c commit 66e2277
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.2.04</version>
<version>4.2.05</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.2.04_setup.exe
x64: http://www.w1hkj.com/files/fldigi/fldigi-4.2.04_setup.exe
x32: http://www.w1hkj.com/files/fldigi/fldigi-4.2.05_setup.exe
x64: http://www.w1hkj.com/files/fldigi/fldigi-4.2.05_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: D499F9B7EE1E8A8F6460102B57EC597643CA50C3002D9D70E2171E66A99ED632
checksum64: D499F9B7EE1E8A8F6460102B57EC597643CA50C3002D9D70E2171E66A99ED632
checksum32: 0D2AA550E3D4A067756104651411BA28400C760C1C359EA4E0096907A045D3C3
checksum64: 0D2AA550E3D4A067756104651411BA28400C760C1C359EA4E0096907A045D3C3

Using AU:

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

Expand Down
2 changes: 1 addition & 1 deletion automatic/seppdf/seppdf.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>seppdf</id>
<version>3.77</version>
<version>3.78</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/seppdf</packageSourceUrl>
<owners>chtof</owners>
<title>SepPDF</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/seppdf/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$toolsDir"

url = 'https://www.ne.jp/asahi/foresth/home/spdf377.zip'
checksum = 'e0f1cb704b2fe983b83eef92468f5027d75e778cc06e2c0fff4b5904fc8144db'
url = 'https://www.ne.jp/asahi/foresth/home/spdf378.zip'
checksum = 'dc983710300ae3b78f803801e028e13bce56464f70069788420169d286e11f9b'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 66e2277

Please sign in to comment.