Skip to content

Commit

Permalink
AU: 4 updated - spacedesk-client spacedesk-server virtualhere-client …
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 11, 2023
1 parent 4acafc0 commit 115c930
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/spacedesk-client/spacedesk-client.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>spacedesk-client</id>
<version>1.0.78</version>
<version>2.1.0.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/spacedesk-client</packageSourceUrl>
<owners>chtof</owners>
<title>Spacedesk Viewer Software for SECONDARY machine (client)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/spacedesk-client/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
filetype = 'MSI'

url = 'https://spacedesk.net/downloads/spacedeskWindowsVIEWER_v0942_BETA.msi'
checksum = '81182f073edd540cc0c7de12b497efb88764170d4d8a583462bc91fa4ed2a229'
url = 'https://spacedesk.net/downloads/spacedeskWindowsVIEWER_v0943_BETA.msi'
checksum = '7c0eee8b9825353edf6ba5317f2bdb5e0055c3ed9bdc43634d95bb7f84940e9e'
checksumType = 'sha256'

silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/spacedesk-server/spacedesk-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>spacedesk-server</id>
<version>1.0.78</version>
<version>2.1.0.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/spacedesk-server</packageSourceUrl>
<owners>chtof</owners>
<title>Spacedesk Driver Software for Windows PRIMARY PC (server)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/spacedesk-server/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop';

if ( [environment]::OSVersion.Version.Major -ge 10 ) {
$url32_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_32_v1078.msi'
$url32_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_32_v2100.msi'
$checksum32_win10 = ''
$url32 = $url32_win10
$checksum32 = $checksum32_win10
$url64_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_64_v1078.msi'
$url64_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_64_v2100.msi'
$checksum64_win10 = ''
$url64 = $url64_win10
$checksum64 = $checksum64_win10
Expand Down
2 changes: 1 addition & 1 deletion automatic/virtualhere-client/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
fileFullPath = "$toolsDir\vhui$(Get-OSArchitectureWidth).exe"

url64 = 'https://www.virtualhere.com/sites/default/files/usbclient/vhui64.exe'
checksum64 = '89d9a8f2c0199f3a4d7dfbf16739b18fb6eb6f5f7859912c0ff60736fb969647'
checksum64 = '470a03dd8805a46728b6e6ed58806d331ef668352b133daa59945cfd198d842a'
checksumType64 = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/virtualhere-client/virtualhere-client.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-client</id>
<version>5.5.6</version>
<version>5.5.7</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/virtualhere-client</packageSourceUrl>
<owners>chtof</owners>
<title>VirtualHere USB Client</title>
Expand Down
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 = '1e0db650b0c4404ac410785729dd4322f2232faa90fc1d206f49b0d22e73106b'
checksum64 = 'a0b105a5efe20dda044193c4758991ea083d0d10613d815ffbfed25e092a686d'
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.6.0</version>
<version>4.6.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/virtualhere-server</packageSourceUrl>
<owners>chtof</owners>
<title>VirtualHere USB Server</title>
Expand Down

0 comments on commit 115c930

Please sign in to comment.