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 Apr 2, 2023
1 parent 998ae0b commit af9d222
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.3.1-blue.svg)](https://github.com/FluidSynth/fluidsynth/releases/tag/v2.3.1)
[![Software version](https://img.shields.io/badge/Source-v2.3.2-blue.svg)](https://github.com/FluidSynth/fluidsynth/releases/tag/v2.3.2)
[![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.3.1</version>
<version>2.3.2</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 @@ -47,7 +47,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.3.1</releaseNotes>
<releaseNotes>https://github.com/FluidSynth/fluidsynth/releases/tag/v2.3.2</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.3.1-winXP-x86.zip or fluidsynth-2.3.1-win10-x64.zip using the
and download the archives fluidsynth-2.3.2-winXP-x86.zip or fluidsynth-2.3.2-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.3.1/fluidsynth-2.3.1-winXP-x86.zip
https://github.com/FluidSynth/fluidsynth/releases/download/v2.3.1/fluidsynth-2.3.1-win10-x64.zip
https://github.com/FluidSynth/fluidsynth/releases/download/v2.3.2/fluidsynth-2.3.2-winXP-x86.zip
https://github.com/FluidSynth/fluidsynth/releases/download/v2.3.2/fluidsynth-2.3.2-win10-x64.zip

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

File32: fluidsynth-2.3.1-winXP-x86.zip
File32: fluidsynth-2.3.2-winXP-x86.zip
Type32: sha256
Checksum32: 961A98987265CB24B69BEA7199BF6001707F2CB71D61068F1DF628B269410DEE
Checksum32: 8BFAA703229D6C1176E371E49B6240599462ADA1036B3F2F9BF092CCFA03D3E2

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

File64: fluidsynth-2.3.1-win10-x64.zip
File64: fluidsynth-2.3.2-win10-x64.zip
Type64: sha256
Checksum64: 7BF4AE8AE1856376266280BF680D465A96D3F66E2B875CDD7F3539B549C4D702
Checksum64: 1781413B61E1F7FF3F360A1ECB81B320890E2DC11E19B2B9009951561CB366C6

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.3.1-winXP-x86.zip'
$archive = Join-Path $toolsDir 'fluidsynth-2.3.2-winXP-x86.zip'
}
else {
$archive = Join-Path $toolsDir 'fluidsynth-2.3.1-win10-x64.zip'
$archive = Join-Path $toolsDir 'fluidsynth-2.3.2-win10-x64.zip'
}

$installDir = Join-Path (Get-ToolsLocation) $env:ChocolateyPackageName
Expand Down

0 comments on commit af9d222

Please sign in to comment.