Skip to content

Commit

Permalink
AU: 3 updated - lyx spacedesk-client spacedesk-server
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 5, 2024
1 parent 266840f commit b0c5e8c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions automatic/lyx/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://lyx.mirror.garr.it/bin/2.4.0/LyX-240-Installer-1-x64.exe
x64: https://lyx.mirror.garr.it/bin/2.4.0/LyX-240-Installer-1-x64.exe
x32: https://lyx.mirror.garr.it/bin/2.4.1/LyX-241-Installer-1-x64.exe
x64: https://lyx.mirror.garr.it/bin/2.4.1/LyX-241-Installer-1-x64.exe

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 1D2AF55110F1B42F949EA19096FA18C301EC6547082AC96563FE808BA4371B90
checksum64: 1D2AF55110F1B42F949EA19096FA18C301EC6547082AC96563FE808BA4371B90
checksum32: 7D7B6710D382694F967AF79CBAA2DB6B49B5D44FDD79E1C74015E6BE7974E128
checksum64: 7D7B6710D382694F967AF79CBAA2DB6B49B5D44FDD79E1C74015E6BE7974E128

File 'LICENSE.txt' is obtained from:
https://www.lyx.org/License
2 changes: 1 addition & 1 deletion automatic/lyx/lyx.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>lyx</id>
<version>2.4.0.1</version>
<version>2.4.1.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/lyx</packageSourceUrl>
<owners>chtof</owners>
<title>LyX</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/lyx/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\LyX-240-Installer-1-x64.exe"
file64 = "$toolsDir\LyX-240-Installer-1-x64.exe"
file = "$toolsDir\LyX-241-Installer-1-x64.exe"
file64 = "$toolsDir\LyX-241-Installer-1-x64.exe"
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.20</version>
<version>2.1.21</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.20</version>
<version>2.1.21</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_v2120.msi'
$url32_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_32_v2121.msi'
$checksum32_win10 = ''
$url32 = $url32_win10
$checksum32 = $checksum32_win10
$url64_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_64_v2120.msi'
$url64_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_64_v2121.msi'
$checksum64_win10 = ''
$url64 = $url64_win10
$checksum64 = $checksum64_win10
Expand Down

0 comments on commit b0c5e8c

Please sign in to comment.