File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,16 @@ Package can be verified like this:
7
7
8
8
1. Download:
9
9
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
12
12
13
13
2. You can use one of the following methods to obtain the SHA256 checksum:
14
14
- Use powershell function 'Get-FileHash'
15
15
- Use Chocolatey utility 'checksum.exe'
16
16
17
17
checksum type: sha256
18
- checksum32: 6DFF461481FA65DE72A842B4B0E8A7CD02D69FBDE52DB21F4A8F2F8EA90B36A0
19
- checksum64: 6DFF461481FA65DE72A842B4B0E8A7CD02D69FBDE52DB21F4A8F2F8EA90B36A0
18
+ checksum32: 0D0A09A69420C6E13FEECF289FC48AB765000A8D114FF4BE5F59F2386FDE5296
19
+ checksum64: 0D0A09A69420C6E13FEECF289FC48AB765000A8D114FF4BE5F59F2386FDE5296
20
20
21
21
File 'LICENSE.txt' is obtained from:
22
22
https://raw.githubusercontent.com/highperformancecoder/scidavis/master/LICENSE
Original file line number Diff line number Diff line change 3
3
<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
4
4
<metadata >
5
5
<id >scidavis</id >
6
- <version >2.3 .0</version >
6
+ <version >2.4 .0</version >
7
7
<packageSourceUrl >https://github.com/chtof/chocolatey-packages/tree/master/automatic/scidavis</packageSourceUrl >
8
8
<owners >chtof</owners >
9
9
<title >SciDAVis</title >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
3
3
4
4
$packageArgs = @ {
5
5
packageName = $env: ChocolateyPackageName
6
- file = " $toolsDir \scidavis.2.3 .0-win-dist.msi"
6
+ file = " $toolsDir \scidavis.2.4 .0-win-dist.msi"
7
7
filetype = " MSI"
8
8
silentArgs = " /qn /norestart /l*v `" $ ( $env: TEMP ) \$ ( $packageName ) .$ ( $env: chocolateyPackageVersion ) .MsiInstall.log`" "
9
9
validExitCodes = @ (0 , 3010 , 1641 )
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ $packageArgs = @{
6
6
fileFullPath = " $toolsDir \vhui$ ( Get-OSArchitectureWidth ) .exe"
7
7
8
8
url = ' https://www.virtualhere.com/sites/default/files/usbclient/vhui32.exe'
9
- checksum = ' 1f08dc0fa519bc5ce513c0aa64d89f0dc0dfa6225591ed08f806f1c82eb80b21 '
9
+ checksum = ' 2fa94ce2b38aab465c551388c892397934f26df51c8a30551b454bf08062e26a '
10
10
checksumType = ' sha256'
11
11
12
12
url64 = ' https://www.virtualhere.com/sites/default/files/usbclient/vhui64.exe'
13
- checksum64 = ' d47dc5b5da78dca8f722523cac821fe1c5686318ee6992f7dde5dedcd1ddb4b5 '
13
+ checksum64 = ' 51e24c87a9b875c592a423ced27b9b797b23d07cffaeedb0b7eebe5c90a791b7 '
14
14
checksumType64 = ' sha256'
15
15
}
16
16
Original file line number Diff line number Diff line change 3
3
<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
4
4
<metadata >
5
5
<id >virtualhere-client</id >
6
- <version >5.1.9 </version >
6
+ <version >5.2.0 </version >
7
7
<packageSourceUrl >https://github.com/chtof/chocolatey-packages/tree/master/automatic/virtualhere-client</packageSourceUrl >
8
8
<owners >chtof</owners >
9
9
<title >VirtualHere USB Client</title >
You can’t perform that action at this time.
0 commit comments