Skip to content

Commit

Permalink
AU: 4 updated - cudatext jack spacedesk-client spacedesk-server
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 16, 2021
1 parent d16cc2b commit a723b3c
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/cudatext/cudatext.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>cudatext</id>
<version>1.137.2.1</version>
<version>1.138.0.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/cudatext</packageSourceUrl>
<owners>chtof</owners>
<title>CudaText</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/cudatext/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ in verifying that this package's contents are trustworthy.
Package can be verified like this:

1. Download:
x64: https://www.fosshub.com/CudaText.html?dwl=cudatext-win-x64-1.137.2.1.zip
x64: https://www.fosshub.com/CudaText.html?dwl=cudatext-win-x64-1.138.0.0.zip

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
checksum64: B0DA15CE5ABEC0046F0594304476C9BF5E6B87E2CC02D6A0075790C9EE60C8A0
checksum64: 6022ADB123199BB7F82CC6E969EED92422B92930FEF12438D8C2A95DCB5F9DB1

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/Alexey-T/CudaText/master/license.txt
2 changes: 1 addition & 1 deletion automatic/cudatext/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (!$pp['InstallationPath']) { $pp['InstallationPath'] = 'C:\CudaText' }
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = $pp['InstallationPath']
file64 = "$toolsDir\cudatext-win-x64-1.137.2.1.zip"
file64 = "$toolsDir\cudatext-win-x64-1.138.0.0.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/jack/jack.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>jack</id>
<version>1.9.18</version>
<version>1.9.19</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/jack</packageSourceUrl>
<owners>chtof</owners>
<title>JACK Audio Connection Kit</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/jack/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://github.com/jackaudio/jack2-releases/releases/download/v1.9.18/jack2-win32-v1.9.18.exe
x64: https://github.com/jackaudio/jack2-releases/releases/download/v1.9.18/jack2-win64-v1.9.18.exe
x32: https://github.com/jackaudio/jack2-releases/releases/download/v1.9.19/jack2-win32-v1.9.19.exe
x64: https://github.com/jackaudio/jack2-releases/releases/download/v1.9.19/jack2-win64-v1.9.19.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: B95D27D0B4D6273285D273B73697101F43854F18C65970E2AABEAD636E9D1A4F
checksum64: 8E1CC8B06533C62CEDCBC0D10FAF247062F7EC08227DA74C4AC5B0A703BA0DAE
checksum32: 998F580633054A3D3C6816D841C55AFA700B799027EC43990E8E69503BA528DD
checksum64: B05D111ACFC923B2B0C4368500A74B7CED99A45A22AE10EC27EBEBAEBC92D9C8

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/jackaudio/jack2/develop/windows/Setup/src/COPYING
4 changes: 2 additions & 2 deletions automatic/jack/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file = "$toolsDir\jack2-win32-v1.9.18.exe"
file64 = "$toolsDir\jack2-win64-v1.9.18.exe"
file = "$toolsDir\jack2-win32-v1.9.19.exe"
file64 = "$toolsDir\jack2-win64-v1.9.19.exe"
}

Start-Process 'AutoHotKey' -Verb runas -ArgumentList "`"$toolsDir\chocolateyinstall.ahk`""
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.3</version>
<version>1.0.4</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>1.0.3</version>
<version>1.0.4</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_v103_BETA.msi'
$url32_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_32_v104_BETA.msi'
$checksum32_win10 = ''
$url32 = $url32_win10
$checksum32 = $checksum32_win10
$url64_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_64_v103_BETA.msi'
$url64_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_64_v104_BETA.msi'
$checksum64_win10 = ''
$url64 = $url64_win10
$checksum64 = $checksum64_win10
Expand Down

0 comments on commit a723b3c

Please sign in to comment.