Skip to content

Commit

Permalink
AU: 2 updated - thedesk thedesk.portable
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Automatic Updater committed Dec 1, 2023
1 parent f622818 commit 4663607
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/thedesk.portable/thedesk.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>thedesk.portable</id>
<version>24.1.6</version>
<version>24.2.0</version>
<packageSourceUrl>https://github.com/FullofQuarks/chocolatey-packages/tree/master/automatic/thedesk.portable</packageSourceUrl>
<owners>FullofQuarks</owners>
<title>TheDesk (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/thedesk.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageName = 'TheDesk'

$url = 'https://github.com/cutls/TheDesk/releases/download/v24.1.6/TheDesk-ia32.exe'
$url64 = 'https://github.com/cutls/TheDesk/releases/download/v24.1.6/TheDesk.exe'
$checksum = 'bfeb43199a040393cf30b97f8b536bd4e2b3cf692656a3dae14455a8f40a953049b9c16427f5a4dceec85aa66ca55639d649195de8a3741c12b947934d31be5e'
$checksum64 = 'df15a2a9321bd285703f1aa7d4a46c57829d5ce7c21c92e9dec391f455c7e4d053e51fead7663cd275388364e83ef20768a2e2c38fe550d826ef72a6008fd458'
$url = 'https://github.com/cutls/TheDesk/releases/download/v24.2.0/TheDesk-ia32.exe'
$url64 = 'https://github.com/cutls/TheDesk/releases/download/v24.2.0/TheDesk.exe'
$checksum = '4698566ea74c41af1a99dbee8bbef0534e0235d665c258dfe6f6a3c953dcb57a7ca9a6290f24bd97865c30226f221caa7d1584d1b6efacf0eb01334e286a4c5c'
$checksum64 = '501e39d64ff180f0d0585ce678f5ccbdff82c20a96eb84b698d1f0f5ca150b7231bcfe353cf6f90e5c3c12c2e75fbf75f08cc8665f8f3ad787c18d305fc92724'

$packageArgs = @{
packageName = $packageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/thedesk/thedesk.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>thedesk</id>
<version>24.1.6</version>
<version>24.2.0</version>
<packageSourceUrl>https://github.com/FullofQuarks/chocolatey-packages/tree/master/automatic/thedesk</packageSourceUrl>
<owners>FullofQuarks</owners>
<title>TheDesk</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/thedesk/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageName = 'TheDesk'

$url = 'https://github.com/cutls/TheDesk/releases/download/v24.1.6/TheDesk-setup-ia32.exe'
$url64 = 'https://github.com/cutls/TheDesk/releases/download/v24.1.6/TheDesk-setup.exe'
$checksum = 'c63ce4aeaa7f53248a000f6088e71b2618ee68076312f319a9e0564a0b9a5d15e08a0e6766404f279de215cc8207a8721ebbd973ba09fe7709a56432d1e559c0'
$checksum64 = '5cbe126468c91525f0f3fb488a303b0709777fdd9e046236bc09ce14bd66cac574907b26ef2c74b1328cf1f7a8199dd877bb69deaed06e7d30ec1497b11dea30'
$url = 'https://github.com/cutls/TheDesk/releases/download/v24.2.0/TheDesk-setup-ia32.exe'
$url64 = 'https://github.com/cutls/TheDesk/releases/download/v24.2.0/TheDesk-setup.exe'
$checksum = '9d6bc776c0d6b8f3548d152dc604c27efc651bf77725ddf9467cec90a632c5b459e3d95d9a3fc461e9c3ca41eca8f2e35ae8b569784788e086ceed9edbae3ffd'
$checksum64 = '87a62c9687ed10b8f2d767358adfc07103fbca890431da7bb9baa51702f83ad6d9b227544bb2e022f5d69694392d192e6c36ced8e2348f7eef2378b722cbcb18'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 4663607

Please sign in to comment.