Skip to content

Commit

Permalink
AU: 3 updated - botpress spacedesk-client spacedesk-server
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 2, 2021
1 parent e5b8d27 commit 8808d9d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/botpress/botpress.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>botpress</id>
<version>12.26.7</version>
<version>12.26.8</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/botpress</packageSourceUrl>
<owners>chtof</owners>
<title>Botpress</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/botpress/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $botpressDir

url = 'https://s3.amazonaws.com/botpress-binaries/botpress-v12_26_7-win-x64.zip'
checksum = '1ac583d28f8e4976690506b84ce0047eeaafce6aaf09aaadbf1729b9cfcb3f08'
url = 'https://s3.amazonaws.com/botpress-binaries/botpress-v12_26_8-win-x64.zip'
checksum = '62f73ccf02d98cd2a01aaa1a360496a2cb02f1fd6d0d5474c666ae7afd094501'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/botpress/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$botpressDir = Join-Path $env:ProgramData $env:ChocolateyPackageName
$zipFileName = "botpress-v12_26_7-win-x64.zip"
$zipFileName = "botpress-v12_26_8-win-x64.zip"

Uninstall-ChocolateyZipPackage $packageName $zipFileName
# If uninstalling and not just upgrading
Expand Down
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.22</version>
<version>1.0.23</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_v0933_BETA.msi'
checksum = '04b06145e071cb7f78b82e043eadede073e400274d673e4627a6b6d1223e5878'
url = 'https://spacedesk.net/downloads/spacedeskWindowsVIEWER_v0934_BETA.msi'
checksum = 'd354c548b94146292b206791dccc02df1e71a37e3970cbd7000172cac3626d02'
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.22</version>
<version>1.0.23</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_v1022_BETA.msi'
$url32_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_32_v1023_BETA.msi'
$checksum32_win10 = ''
$url32 = $url32_win10
$checksum32 = $checksum32_win10
$url64_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_64_v1022_BETA.msi'
$url64_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_64_v1023_BETA.msi'
$checksum64_win10 = ''
$url64 = $url64_win10
$checksum64 = $checksum64_win10
Expand Down

0 comments on commit 8808d9d

Please sign in to comment.