Skip to content

Commit

Permalink
AU: 1 updated - virtualmidisynth
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 25, 2021
1 parent 22a5718 commit 638d0de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions automatic/virtualmidisynth/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://coolsoft.altervista.org/download/CoolSoft_VirtualMIDISynth_2.11.0.exe
x64: https://coolsoft.altervista.org/download/CoolSoft_VirtualMIDISynth_2.11.0.exe
x32: https://coolsoft.altervista.org/download/CoolSoft_VirtualMIDISynth_2.11.1.exe
x64: https://coolsoft.altervista.org/download/CoolSoft_VirtualMIDISynth_2.11.1.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: 9EEDC918AAB7EC4AA1A51C53F02EEBB5CE3ED55AB317551B56D3EB269D24D25B
checksum64: 9EEDC918AAB7EC4AA1A51C53F02EEBB5CE3ED55AB317551B56D3EB269D24D25B
checksum32: 14AE374547B39CB8B2C6332DE140A4D893577B55C8C5832D45006BA7156FEF82
checksum64: 14AE374547B39CB8B2C6332DE140A4D893577B55C8C5832D45006BA7156FEF82

File 'LICENSE.txt' is obtained from:
https://coolsoft.altervista.org/en/virtualmidisynth
2 changes: 1 addition & 1 deletion automatic/virtualmidisynth/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\CoolSoft_VirtualMIDISynth_2.11.0.exe"
file = "$toolsDir\CoolSoft_VirtualMIDISynth_2.11.1.exe"
silentArgs = '/S'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/virtualmidisynth/virtualmidisynth.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>virtualmidisynth</id>
<version>2.11.0</version>
<version>2.11.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/virtualmidisynth</packageSourceUrl>
<owners>chtof</owners>
<title>VirtualMIDISynth</title>
Expand Down

0 comments on commit 638d0de

Please sign in to comment.