Skip to content

Commit

Permalink
AU: 3 updated - spacedesk-client spacedesk-server sublimemerge
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 17, 2023
1 parent 7380a03 commit 4ed50d6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.70</version>
<version>1.0.71</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
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.70</version>
<version>1.0.71</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_v1070_BETA.msi'
$url32_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_32_v1071_BETA.msi'
$checksum32_win10 = ''
$url32 = $url32_win10
$checksum32 = $checksum32_win10
$url64_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_64_v1070_BETA.msi'
$url64_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_64_v1071_BETA.msi'
$checksum64_win10 = ''
$url64 = $url64_win10
$checksum64 = $checksum64_win10
Expand Down
2 changes: 1 addition & 1 deletion automatic/sublimemerge/sublimemerge.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "0.0.2083",
"dev": "0.0.2088-dev"
"dev": "0.0.2089-dev"
}
2 changes: 1 addition & 1 deletion automatic/sublimemerge/sublimemerge.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>sublimemerge</id>
<version>0.0.2088-dev</version>
<version>0.0.2089-dev</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/sublimemerge</packageSourceUrl>
<owners>chtof</owners>
<title>Sublime Merge</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sublimemerge/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url64 = 'https://download.sublimetext.com/sublime_merge_build_2088_x64_setup.exe'
checksum64 = '1ce4d9b3d356a6c8c257f4ea64de065ffb166f0b41dbec2d91bf258eebbdbca4'
url64 = 'https://download.sublimetext.com/sublime_merge_build_2089_x64_setup.exe'
checksum64 = '97bda0d58de59abb7e7b42331962c18ab3e0c9f48ad6b4b40a18963d0128ff27'
checksumType = 'sha256'


Expand Down

0 comments on commit 4ed50d6

Please sign in to comment.