Skip to content

Commit

Permalink
AU: 3 updated - spacedesk-client spacedesk-server vcvrack
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 8, 2023
1 parent f43eae2 commit ebbf04c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 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.67</version>
<version>1.0.69</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_v0941_BETA.msi'
checksum = '81656dea57a8bea9a2f174186dc1ee1249476cfa4276a46c00ca7032b7c0acee'
url = 'https://spacedesk.net/downloads/spacedeskWindowsVIEWER_v0942_BETA.msi'
checksum = '81182f073edd540cc0c7de12b497efb88764170d4d8a583462bc91fa4ed2a229'
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.67</version>
<version>1.0.69</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
12 changes: 6 additions & 6 deletions automatic/spacedesk-server/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
$ErrorActionPreference = 'Stop';

if ( [environment]::OSVersion.Version.Major -ge 10 ) {
$url32_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_32_v1067_BETA.msi'
$url32_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_32_v1069_BETA.msi'
$checksum32_win10 = ''
$url32 = $url32_win10
$checksum32 = $checksum32_win10
$url64_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_64_v1067_BETA.msi'
$url64_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_64_v1069_BETA.msi'
$checksum64_win10 = ''
$url64 = $url64_win10
$checksum64 = $checksum64_win10
} elseif ( ( [environment]::OSVersion.Version.Major -ge 7 ) -or
( ( [environment]::OSVersion.Version.Major -eq 6 ) -and
( [environment]::OSVersion.Version.Minor -eq 1 ) ) ) {
$url32_win7_81 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_8.1_32_v1057_BETA.msi'
$checksum32_win7_81 = 'c4e4f80a5c9b54c3d59c1f981041a1f3ef0d1371848be01fe11de8c4b8f433fb'
$url32_win7_81 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_8.1_32_v1067_BETA.msi'
$checksum32_win7_81 = '02fbff6bb48b6bfb2177ea6e7fb023f68ff0d7f79f21b0755675377a6b430ffd'
$url32 = $url32_win7_81
$checksum32 = $checksum32_win7_81
$url64_win7_81 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_8.1_64_v1057_BETA.msi'
$checksum64_win7_81 = 'af079fa5ac29fc916a6c369f6f4e5afae8add1c7d83e2451db97c71812de9653'
$url64_win7_81 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_8.1_64_v1067_BETA.msi'
$checksum64_win7_81 = '7e2df3b4f57a8f914581e092a38b095f7a6e10dc09dbca1d2832f69609a3c828'
$url64 = $url64_win7_81
$checksum64 = $checksum64_win7_81
} else {
Expand Down
4 changes: 2 additions & 2 deletions automatic/vcvrack/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ in verifying that this package's contents are trustworthy.
Package can be verified like this:

1. Download:
x64: https://vcvrack.com/downloads/RackFree-2.3.0-win-x64.exe
x64: https://vcvrack.com/downloads/RackFree-2.4.0-win-x64.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
checksum64: 96EF3AE12870307E6568C4E50CBF936D04CCDCF74F5C383E6DCF80CF72C182F7
checksum64: C666A7A799B025F486C19C36C5DADED518C00082FBAC8B2622DAFF42E5EF0E9F

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/VCVRack/Rack/v1/LICENSE.md
2 changes: 1 addition & 1 deletion automatic/vcvrack/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
file64 = "$toolsDir\RackFree-2.3.0-win-x64.exe"
file64 = "$toolsDir\RackFree-2.4.0-win-x64.exe"
silentArgs = '/S'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/vcvrack/vcvrack.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>vcvrack</id>
<version>2.3.0</version>
<version>2.4.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/vcvrack</packageSourceUrl>
<owners>chtof</owners>
<title>VCV Rack</title>
Expand Down

0 comments on commit ebbf04c

Please sign in to comment.