diff --git a/automatic/fluidsynth/README.md b/automatic/fluidsynth/README.md index 28fe8e7de..b7716a105 100644 --- a/automatic/fluidsynth/README.md +++ b/automatic/fluidsynth/README.md @@ -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 diff --git a/automatic/fluidsynth/fluidsynth.nuspec b/automatic/fluidsynth/fluidsynth.nuspec index 7b576359d..6ceb0e0ed 100644 --- a/automatic/fluidsynth/fluidsynth.nuspec +++ b/automatic/fluidsynth/fluidsynth.nuspec @@ -3,7 +3,7 @@ fluidsynth - 2.2.7 + 2.2.8 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/fluidsynth dgalbraith FluidSynth SoundFont Synthesizer @@ -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. ]]> - https://github.com/FluidSynth/fluidsynth/releases/tag/v2.2.7 + https://github.com/FluidSynth/fluidsynth/releases/tag/v2.2.8 diff --git a/automatic/fluidsynth/legal/VERIFICATION.txt b/automatic/fluidsynth/legal/VERIFICATION.txt index f4253a7b5..77effc24c 100644 --- a/automatic/fluidsynth/legal/VERIFICATION.txt +++ b/automatic/fluidsynth/legal/VERIFICATION.txt @@ -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 diff --git a/automatic/fluidsynth/tools/chocolateyInstall.ps1 b/automatic/fluidsynth/tools/chocolateyInstall.ps1 index f6f15d410..392611fe6 100644 --- a/automatic/fluidsynth/tools/chocolateyInstall.ps1 +++ b/automatic/fluidsynth/tools/chocolateyInstall.ps1 @@ -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 = @{