Skip to content

Commit

Permalink
AU: 1 updated - fluidsynth
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jul 10, 2022
1 parent b0ee4a2 commit 9ae062b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion automatic/fluidsynth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/badge/License-LGPLv2.1-blue.svg)](https://github.com/FluidSynth/fluidsynth/blob/master/LICENSE)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v2.2.7-blue.svg)](https://github.com/FluidSynth/fluidsynth/releases/tag/v2.2.7)
[![Software version](https://img.shields.io/badge/Source-v2.2.8-blue.svg)](https://github.com/FluidSynth/fluidsynth/releases/tag/v2.2.8)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/fluidsynth?label=Chocolatey)](https://chocolatey.org/packages/fluidsynth)

FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications and has reached widespread
Expand Down
4 changes: 2 additions & 2 deletions automatic/fluidsynth/fluidsynth.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>fluidsynth</id>
<version>2.2.7</version>
<version>2.2.8</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/fluidsynth</packageSourceUrl>
<owners>dgalbraith</owners>
<title>FluidSynth SoundFont Synthesizer</title>
Expand Down Expand Up @@ -46,7 +46,7 @@ instruments.
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://github.com/FluidSynth/fluidsynth/releases/tag/v2.2.7</releaseNotes>
<releaseNotes>https://github.com/FluidSynth/fluidsynth/releases/tag/v2.2.8</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
22 changes: 11 additions & 11 deletions automatic/fluidsynth/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ be verified by:

https://github.com/FluidSynth/fluidsynth/releases/latest

and download the archives fluidsynth-2.2.7-winXP-x86.zip or fluidsynth-2.2.7-win10-x64.zip using the
and download the archives fluidsynth-2.2.8-winXP-x86.zip or fluidsynth-2.2.8-win10-x64.zip using the
links on the page.

Alternatively the files can be downloaded directly from

https://github.com/FluidSynth/fluidsynth/releases/download/v2.2.7/fluidsynth-2.2.7-winXP-x86.zip
https://github.com/FluidSynth/fluidsynth/releases/download/v2.2.7/fluidsynth-2.2.7-win10-x64.zip
https://github.com/FluidSynth/fluidsynth/releases/download/v2.2.8/fluidsynth-2.2.8-winXP-x86.zip
https://github.com/FluidSynth/fluidsynth/releases/download/v2.2.8/fluidsynth-2.2.8-win10-x64.zip

2. The archives can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 fluidsynth-2.2.7-winXP-x86.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fluidsynth-2.2.7-winXP-x86.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 fluidsynth-2.2.8-winXP-x86.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fluidsynth-2.2.8-winXP-x86.zip

File32: fluidsynth-2.2.7-winXP-x86.zip
File32: fluidsynth-2.2.8-winXP-x86.zip
Type32: sha256
Checksum32: 59C568EF8BC9B34AB1248B791073E1263E3E7192F7BED931BF0735041F2CA06C
Checksum32: 03660C347F8CAFDA099AFE4F1CC04080355441B8A68E09355550BD3067C798AA

- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 fluidsynth-2.2.7-win10-x64.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fluidsynth-2.2.7-win10-x64.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 fluidsynth-2.2.8-win10-x64.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fluidsynth-2.2.8-win10-x64.zip

File64: fluidsynth-2.2.7-win10-x64.zip
File64: fluidsynth-2.2.8-win10-x64.zip
Type64: sha256
Checksum64: E6C5585698091EF513DCBA2AC3C88B52FDCF71F8A56ED35F9DAD9270507973B9
Checksum64: 8C5CC0722B5693BE1E701D87505521420C03B837E13D1248385A62CAD86AF5E9

Contents of file LICENSE.txt is obtained from https://github.com/FluidSynth/fluidsynth/blob/master/LICENSE
4 changes: 2 additions & 2 deletions automatic/fluidsynth/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition)

if ((Get-ProcessorBits 32) -eq 'true' -or $env:ChocolateyForceX86 -eq 'true') {
$archive = Join-Path $toolsDir 'fluidsynth-2.2.7-winXP-x86.zip'
$archive = Join-Path $toolsDir 'fluidsynth-2.2.8-winXP-x86.zip'
}
else {
$archive = Join-Path $toolsDir 'fluidsynth-2.2.7-win10-x64.zip'
$archive = Join-Path $toolsDir 'fluidsynth-2.2.8-win10-x64.zip'
}

$unzipArgs = @{
Expand Down

0 comments on commit 9ae062b

Please sign in to comment.