Skip to content

Commit

Permalink
AU: 6 updated - kmymoney pyzo pyzo.install pyzo.portable spacedesk-cl…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 13, 2023
1 parent 190a979 commit a519ea5
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
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.1980</version>
<version>5.1.1981</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-1980-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1981-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = '41e59a96ec93dc63cd3fdc95dca0866a560cf0c214c1ca07acc1ce76d6cb1fea'
checksum64 = '25581ac5c94b1e2084bef6663942818901e38ea46e2e2f398a5d0119749d2071'
checksumType64 = 'sha256'

silentArgs = '/S'
Expand Down
4 changes: 2 additions & 2 deletions automatic/pyzo.install/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://github.com//pyzo/pyzo/releases/download/v4.14.3/pyzo-4.14.3-win64.exe
x64: https://github.com//pyzo/pyzo/releases/download/v4.14.4/pyzo-4.14.4-win64.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
checksum64: 49D727E9977E03C9CB44FC12B3CF2DBB46C8F6A7802564A9BBB53287E0E05A7A
checksum64: DDDB1423E342FC5C3CA8680E13EABD48C8988CDEA919F22DFA92B0270BBBDC8B

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/pyzo/pyzo/master/pyzo/license.txt
2 changes: 1 addition & 1 deletion automatic/pyzo.install/pyzo.install.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>pyzo.install</id>
<version>4.14.3</version>
<version>4.14.4</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/pyzo.install</packageSourceUrl>
<owners>chtof</owners>
<title>Pyzo (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/pyzo.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file64 = "$toolsDir\pyzo-4.14.3-win64.exe"
file64 = "$toolsDir\pyzo-4.14.4-win64.exe"
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
}

Expand Down
8 changes: 4 additions & 4 deletions automatic/pyzo.portable/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//pyzo/pyzo/releases/download/v4.14.3/pyzo-4.14.3-win32.zip
x64: https://github.com//pyzo/pyzo/releases/download/v4.14.3/pyzo-4.14.3-win64.zip
x32: https://github.com//pyzo/pyzo/releases/download/v4.14.4/pyzo-4.14.4-win32.zip
x64: https://github.com//pyzo/pyzo/releases/download/v4.14.4/pyzo-4.14.4-win64.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
checksum32: FD1EFDBF386EBD2729C376E18BC7CBC71F1D3E74AD0964A04D5968C8B181C62E
checksum64: CCC47C6C22F65CC2C60F6394BDA1AC83D9DAB6C3EF14D40D5D28B475813B0FAA
checksum32: E84A6CDE55B8C9EB35033968BDE3401281BD8DA696268C90BD1A2315A58CC1B6
checksum64: 401CF6706C68F973C3BC4D10EAE8F8B1B6128D5B82216115B11C1A8D9A1DCCDB

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/pyzo/pyzo/master/pyzo/license.txt
2 changes: 1 addition & 1 deletion automatic/pyzo.portable/pyzo.portable.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>pyzo.portable</id>
<version>4.14.3</version>
<version>4.14.4</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/pyzo.portable</packageSourceUrl>
<owners>chtof</owners>
<title>Pyzo (Portable)</title>
Expand Down
6 changes: 3 additions & 3 deletions automatic/pyzo.portable/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"
file32 = "$toolsDir\pyzo-4.14.3-win32.zip"
file64 = "$toolsDir\pyzo-4.14.3-win64.zip"
file32 = "$toolsDir\pyzo-4.14.4-win32.zip"
file64 = "$toolsDir\pyzo-4.14.4-win64.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand All @@ -14,5 +14,5 @@ Remove-Item -Path $packageArgs.file64
# Install start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Pyzo.lnk"
$targetPath = Join-Path $toolsDir "pyzo-4.14.3\pyzo.exe"
$targetPath = Join-Path $toolsDir "pyzo-4.14.4\pyzo.exe"
Install-ChocolateyShortcut -shortcutFilePath $shortcutFilePath -targetPath $targetPath
4 changes: 2 additions & 2 deletions automatic/pyzo/pyzo.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>pyzo</id>
<version>4.14.3</version>
<version>4.14.4</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/pyzo</packageSourceUrl>
<owners>chtof</owners>
<title>Pyzo</title>
Expand All @@ -25,7 +25,7 @@
]]></description>
<releaseNotes>https://github.com/pyzo/pyzo/wiki/Release_notes</releaseNotes>
<dependencies>
<dependency id="pyzo.install" version="4.14.3" />
<dependency id="pyzo.install" version="4.14.4" />
</dependencies>
</metadata>
<files></files>
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.0.0</version>
<version>2.1.01</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.0.0</version>
<version>2.1.01</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_v2100.msi'
$url32_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_32_v2101.msi'
$checksum32_win10 = ''
$url32 = $url32_win10
$checksum32 = $checksum32_win10
$url64_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_64_v2100.msi'
$url64_win10 = 'https://spacedesk.net/downloads/spacedesk_driver_Win_10_64_v2101.msi'
$checksum64_win10 = ''
$url64 = $url64_win10
$checksum64 = $checksum64_win10
Expand Down

0 comments on commit a519ea5

Please sign in to comment.