Skip to content

Commit

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

url = 'https://downloads.gridtracker.org/v1.23.1226/GridTracker-Installer.1.23.1226.exe'
checksum = 'fb3b251d9b6f0b3fe46954bc543d150559324519f63cc20f500e57de32c3632d'
url = 'https://downloads.gridtracker.org/v1.24.0104/GridTracker-Installer.1.24.0104.exe'
checksum = '9388bdd358538c985144c79271889196a01a20d7b03310f70514a33481843fed'
checksumType = 'sha256'

silentArgs = '/S'
Expand Down
2 changes: 1 addition & 1 deletion automatic/kmymoney/kmymoney.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>kmymoney</id>
<version>5.1.2001</version>
<version>5.1.2002</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/kmymoney</packageSourceUrl>
<owners>chtof</owners>
<title>KMyMoney</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/kmymoney/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ $packageName= 'kmymoney'

$packageArgs = @{
packageName = $packageName
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-2001-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-2002-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = 'a5b9cccc10535908e2862d297a31ac716f91bf34b12303193b703f70818755fc'
checksum64 = '083206f4205424740acb696182c3a0aa6d07c8333cfc2a843aee8f06f60fb135'
checksumType64 = 'sha256'

silentArgs = '/S'
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>2.1.06</version>
<version>2.1.07</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>2.1.06</version>
<version>2.1.07</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_v2106.msi'
$url32_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_32_v2107.msi'
$checksum32_win10 = ''
$url32 = $url32_win10
$checksum32 = $checksum32_win10
$url64_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_64_v2106.msi'
$url64_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_64_v2107.msi'
$checksum64_win10 = ''
$url64 = $url64_win10
$checksum64 = $checksum64_win10
Expand Down

0 comments on commit 0afc4e7

Please sign in to comment.