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 Nov 6, 2023
1 parent 0f84ac9 commit f622818
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.5</version>
<version>24.1.6</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.5/TheDesk-ia32.exe'
$url64 = 'https://github.com/cutls/TheDesk/releases/download/v24.1.5/TheDesk.exe'
$checksum = 'cb1ed762a00f082cc00b2370d5a155befe891023d592cf86e308be709e472398f5b85907a9d404da9ca9ef568f6e1644bc83b1cf06559dfc4dd9df9842d7da3a'
$checksum64 = 'cce0212359ca9b511d20c3c7b1af8790d458b568a97ba7c03cafd4c8808959bb3cbe7d6a2cef49da67be8c0c218e6a721e63e956db405e0bf2cad015a5bb293b'
$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'

$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.5</version>
<version>24.1.6</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.5/TheDesk-setup-ia32.exe'
$url64 = 'https://github.com/cutls/TheDesk/releases/download/v24.1.5/TheDesk-setup.exe'
$checksum = 'ff67236bb0e5794b96587bd205343f4e2de2b0155d5590be0210442fba7cbeba9ecbc9f40aae029ce20eb29af9efb1e52279a0b98c05cbb905fe19b06e695da9'
$checksum64 = 'de417207992cdcd60023acd1478c741e2a9212264b6f9cf98f1d76ac4053edd2ba8b856764a46eebe324d1ff7b164b391d38d8ddb92edb9791213e136e1b3689'
$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'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit f622818

Please sign in to comment.