Skip to content

Commit

Permalink
AU: 2 updated - virtualhere-server virtualmidisynth
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 10, 2022
1 parent 845323c commit 28c2614
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/virtualhere-server/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
fileFullPath = "$toolsDir\vhusbdwin$(Get-OSArchitectureWidth).exe"

url64 = 'https://virtualhere.com/sites/default/files/usbserver/vhusbdwin64.exe'
checksum64 = 'f2dc946e501e2fb8b4bc64796e66b3c112da6556a720f6abd27fbd770a9fec52'
checksum64 = '4e945df67fc63272b087af198c53e7679b9660e61f7ba3f8ce77c254afef4005'
checksumType64 = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/virtualhere-server/virtualhere-server.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>virtualhere-server</id>
<version>4.4.6</version>
<version>4.4.7</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/virtualhere-server</packageSourceUrl>
<owners>chtof</owners>
<title>VirtualHere USB Server</title>
Expand Down
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.13.3.exe
x64: https://coolsoft.altervista.org/download/CoolSoft_VirtualMIDISynth_2.13.3.exe
x32: https://coolsoft.altervista.org/download/CoolSoft_VirtualMIDISynth_2.13.4.exe
x64: https://coolsoft.altervista.org/download/CoolSoft_VirtualMIDISynth_2.13.4.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: 925D6057BC6B6119AF2739C4DBBE869B6DABFE9A3DBAAC4F059847E33E7C609A
checksum64: 925D6057BC6B6119AF2739C4DBBE869B6DABFE9A3DBAAC4F059847E33E7C609A
checksum32: EEC61428866F581769D4AF80C47F1F152A926A1C1B2BF273088EA065AC89DAAB
checksum64: EEC61428866F581769D4AF80C47F1F152A926A1C1B2BF273088EA065AC89DAAB

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.13.3.exe"
file = "$toolsDir\CoolSoft_VirtualMIDISynth_2.13.4.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.13.3</version>
<version>2.13.4</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 28c2614

Please sign in to comment.