Skip to content

Commit d6caa75

Browse files
author
Chocolatey
committedMay 5, 2021
AU: 2 updated - scidavis virtualhere-client
[skip ci] https://gist.github.com/393704c64c2344f0f8e029cd57bebd2b
1 parent 278dcca commit d6caa75

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed
 

Diff for: ‎automatic/scidavis/legal/VERIFICATION.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ Package can be verified like this:
77

88
1. Download:
99

10-
x32: https://cfhcable.dl.sourceforge.net/project/scidavis/SciDAVis/2/2.3/scidavis.2.3.0-win-dist.msi
11-
x64: https://cfhcable.dl.sourceforge.net/project/scidavis/SciDAVis/2/2.3/scidavis.2.3.0-win-dist.msi
10+
x32: https://deac-fra.dl.sourceforge.net/project/scidavis/SciDAVis/2/2.4/scidavis.2.4.0-win-dist.msi
11+
x64: https://deac-fra.dl.sourceforge.net/project/scidavis/SciDAVis/2/2.4/scidavis.2.4.0-win-dist.msi
1212

1313
2. You can use one of the following methods to obtain the SHA256 checksum:
1414
- Use powershell function 'Get-FileHash'
1515
- Use Chocolatey utility 'checksum.exe'
1616

1717
checksum type: sha256
18-
checksum32: 6DFF461481FA65DE72A842B4B0E8A7CD02D69FBDE52DB21F4A8F2F8EA90B36A0
19-
checksum64: 6DFF461481FA65DE72A842B4B0E8A7CD02D69FBDE52DB21F4A8F2F8EA90B36A0
18+
checksum32: 0D0A09A69420C6E13FEECF289FC48AB765000A8D114FF4BE5F59F2386FDE5296
19+
checksum64: 0D0A09A69420C6E13FEECF289FC48AB765000A8D114FF4BE5F59F2386FDE5296
2020

2121
File 'LICENSE.txt' is obtained from:
2222
https://raw.githubusercontent.com/highperformancecoder/scidavis/master/LICENSE

Diff for: ‎automatic/scidavis/scidavis.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>scidavis</id>
6-
<version>2.3.0</version>
6+
<version>2.4.0</version>
77
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/scidavis</packageSourceUrl>
88
<owners>chtof</owners>
99
<title>SciDAVis</title>

Diff for: ‎automatic/scidavis/tools/chocolateyinstall.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
33

44
$packageArgs = @{
55
packageName = $env:ChocolateyPackageName
6-
file = "$toolsDir\scidavis.2.3.0-win-dist.msi"
6+
file = "$toolsDir\scidavis.2.4.0-win-dist.msi"
77
filetype = "MSI"
88
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
99
validExitCodes= @(0, 3010, 1641)

Diff for: ‎automatic/virtualhere-client/tools/chocolateyinstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ $packageArgs = @{
66
fileFullPath = "$toolsDir\vhui$(Get-OSArchitectureWidth).exe"
77

88
url = 'https://www.virtualhere.com/sites/default/files/usbclient/vhui32.exe'
9-
checksum = '1f08dc0fa519bc5ce513c0aa64d89f0dc0dfa6225591ed08f806f1c82eb80b21'
9+
checksum = '2fa94ce2b38aab465c551388c892397934f26df51c8a30551b454bf08062e26a'
1010
checksumType = 'sha256'
1111

1212
url64 = 'https://www.virtualhere.com/sites/default/files/usbclient/vhui64.exe'
13-
checksum64 = 'd47dc5b5da78dca8f722523cac821fe1c5686318ee6992f7dde5dedcd1ddb4b5'
13+
checksum64 = '51e24c87a9b875c592a423ced27b9b797b23d07cffaeedb0b7eebe5c90a791b7'
1414
checksumType64 = 'sha256'
1515
}
1616

Diff for: ‎automatic/virtualhere-client/virtualhere-client.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>virtualhere-client</id>
6-
<version>5.1.9</version>
6+
<version>5.2.0</version>
77
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/virtualhere-client</packageSourceUrl>
88
<owners>chtof</owners>
99
<title>VirtualHere USB Client</title>

0 commit comments

Comments
 (0)
Please sign in to comment.