From 96aa14c3bb580f234a4b57146bb3770e5c2f2c31 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Mon, 16 Dec 2024 20:22:37 +0000 Subject: [PATCH] AU: 4 updated - lidarr powertoys prowlarr thonny [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/76555a3b579ac3cc1d2b4ca26deef88b32295307 --- automatic/lidarr/legal/VERIFICATION.txt | 10 +++++----- automatic/lidarr/lidarr.nuspec | 2 +- automatic/lidarr/tools/chocolateyInstall.ps1 | 4 ++-- automatic/powertoys/powertoys.nuspec | 2 +- automatic/powertoys/tools/chocolateyinstall.ps1 | 6 +++--- automatic/prowlarr/legal/VERIFICATION.txt | 10 +++++----- automatic/prowlarr/prowlarr.nuspec | 2 +- automatic/prowlarr/tools/chocolateyInstall.ps1 | 4 ++-- automatic/thonny/legal/VERIFICATION.txt | 4 ++-- automatic/thonny/thonny.nuspec | 2 +- automatic/thonny/tools/chocolateyinstall.ps1 | 2 +- 11 files changed, 24 insertions(+), 24 deletions(-) diff --git a/automatic/lidarr/legal/VERIFICATION.txt b/automatic/lidarr/legal/VERIFICATION.txt index c07afe6c83..7c850efdf1 100644 --- a/automatic/lidarr/legal/VERIFICATION.txt +++ b/automatic/lidarr/legal/VERIFICATION.txt @@ -2,18 +2,18 @@ VERIFICATION Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. -The installer have been downloaded from their official download link listed on +The installer have been downloaded from their official download link listed on and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: 0BED091ED4C902279622A3EF52DB046CD411C63CF2BA0640B6DFDCEB73DEDB83 - checksum64: C51E17E40125851519176BAABD9D7AFF9A5307E9A8D5FB2DA5C7300975499F8A + checksum32: 76D00F5C08CBA6D6F31D81A4388A9CE991D1480A4DA75BC27EFD64FEF9F701B1 + checksum64: A2B694BFA804E1FBCD192A0CC7FEA19BB3CEB5994A761CF5F40F943F6B4D3EAC File 'LICENSE.txt' is obtained from diff --git a/automatic/lidarr/lidarr.nuspec b/automatic/lidarr/lidarr.nuspec index 6265264899..7ca96d4b4d 100644 --- a/automatic/lidarr/lidarr.nuspec +++ b/automatic/lidarr/lidarr.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 2.8.1.4482 + 2.8.2.4493 Maurice Kevenaar diff --git a/automatic/lidarr/tools/chocolateyInstall.ps1 b/automatic/lidarr/tools/chocolateyInstall.ps1 index 11269e64e4..786a8d7aa9 100644 --- a/automatic/lidarr/tools/chocolateyInstall.ps1 +++ b/automatic/lidarr/tools/chocolateyInstall.ps1 @@ -6,8 +6,8 @@ $servicename = "lidarr" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsDir\Lidarr.develop.2.8.1.4482.windows-core-x86-installer.exe" - file64 = "$toolsDir\Lidarr.develop.2.8.1.4482.windows-core-x64-installer.exe" + file = "$toolsDir\Lidarr.master.2.8.2.4493.windows-core-x86-installer.exe" + file64 = "$toolsDir\Lidarr.master.2.8.2.4493.windows-core-x64-installer.exe" softwareName = 'Lidarr*' silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0) diff --git a/automatic/powertoys/powertoys.nuspec b/automatic/powertoys/powertoys.nuspec index 4875a0ba0d..0af4cd8dac 100644 --- a/automatic/powertoys/powertoys.nuspec +++ b/automatic/powertoys/powertoys.nuspec @@ -25,7 +25,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 0.86.0 + 0.87.0 Microsoft diff --git a/automatic/powertoys/tools/chocolateyinstall.ps1 b/automatic/powertoys/tools/chocolateyinstall.ps1 index 2160956981..7d293b9cdf 100644 --- a/automatic/powertoys/tools/chocolateyinstall.ps1 +++ b/automatic/powertoys/tools/chocolateyinstall.ps1 @@ -1,9 +1,9 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$version = "0.86.0" -$url64 = 'https://github.com/microsoft/PowerToys/releases/download/v0.86.0/PowerToysSetup-0.86.0-x64.exe' -$checksum64 = '857de9dc5938d9602f82dfd6183db5e6823b875a412aec59b4be93617e27e9cd' +$version = "0.87.0" +$url64 = 'https://github.com/microsoft/PowerToys/releases/download/v0.87.0/PowerToysSetup-0.87.0-x64.exe' +$checksum64 = '600cdc7f9ac296aa8b554ca34a0c7ea2d9b1e7e8e41bd096840851b416e63a3c' $WindowsVersion=[Environment]::OSVersion.Version if ($WindowsVersion.Major -ne "10") { diff --git a/automatic/prowlarr/legal/VERIFICATION.txt b/automatic/prowlarr/legal/VERIFICATION.txt index 5743feb8a1..ef2102529e 100644 --- a/automatic/prowlarr/legal/VERIFICATION.txt +++ b/automatic/prowlarr/legal/VERIFICATION.txt @@ -2,18 +2,18 @@ VERIFICATION Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. -The installer have been downloaded from their official download link listed on +The installer have been downloaded from their official download link listed on and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: A67C69D66FE284573A21FCF735877CF5D113A757A29405FFD8317BB8B29EBA3A - checksum64: A9E2206FABE1960BCF845103446B0BEA22B1478ECC6F7A708974D6932ECDA230 + checksum32: 660487743ED09B4C4E6BFC37832932B47F5DCE364D471652B369A7649400A233 + checksum64: CFF5DEBCED702827CB9DDB337DCAC494F5FEA0E55060E3B6C2E8196B95F85C19 File 'LICENSE.txt' is obtained from diff --git a/automatic/prowlarr/prowlarr.nuspec b/automatic/prowlarr/prowlarr.nuspec index 61e481db78..3e8554d61e 100644 --- a/automatic/prowlarr/prowlarr.nuspec +++ b/automatic/prowlarr/prowlarr.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.28.1.4879 + 1.28.2.4885 Maurice Kevenaar diff --git a/automatic/prowlarr/tools/chocolateyInstall.ps1 b/automatic/prowlarr/tools/chocolateyInstall.ps1 index 63ff703eec..4e59291021 100644 --- a/automatic/prowlarr/tools/chocolateyInstall.ps1 +++ b/automatic/prowlarr/tools/chocolateyInstall.ps1 @@ -6,8 +6,8 @@ $servicename = 'prowlarr' $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsDir\Prowlarr.develop.1.28.1.4879.windows-core-x86-installer.exe" - file64 = "$toolsDir\Prowlarr.develop.1.28.1.4879.windows-core-x64-installer.exe" + file = "$toolsDir\Prowlarr.master.1.28.2.4885.windows-core-x86-installer.exe" + file64 = "$toolsDir\Prowlarr.master.1.28.2.4885.windows-core-x64-installer.exe" softwareName = 'Prowlarr*' silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0) diff --git a/automatic/thonny/legal/VERIFICATION.txt b/automatic/thonny/legal/VERIFICATION.txt index 1f6335bf2e..0de1e2ed1a 100644 --- a/automatic/thonny/legal/VERIFICATION.txt +++ b/automatic/thonny/legal/VERIFICATION.txt @@ -6,12 +6,12 @@ The installer have been downloaded from their official download link listed on < and can be verified like this: 1. Download the following installers: - 32-Bit: + 32-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: CEBB7723B7ACC5876BC1E023D136A5816ED1AAA390F0D3D2DF5DE0F75720A69C + checksum32: CFB7FF4C17A07B2801FF72DAB23C8528F1F963E9AB37E6F31E3BEC92ABA98C35 File 'LICENSE.txt' is obtained from diff --git a/automatic/thonny/thonny.nuspec b/automatic/thonny/thonny.nuspec index da75dba400..944830b91b 100644 --- a/automatic/thonny/thonny.nuspec +++ b/automatic/thonny/thonny.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 4.1.6 + 4.1.7 Maurice Kevenaar diff --git a/automatic/thonny/tools/chocolateyinstall.ps1 b/automatic/thonny/tools/chocolateyinstall.ps1 index 4a7ddb1924..8aecc959c0 100644 --- a/automatic/thonny/tools/chocolateyinstall.ps1 +++ b/automatic/thonny/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsDir\thonny-4.1.6.exe" + file = "$toolsDir\thonny-4.1.7.exe" softwareName = 'Thonny*' silentArgs = "/VERYSILENT /NORESTART /RESTARTEXITCODE=3010 /SP- /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS /FORCECLOSEAPPLICATIONS" validExitCodes= @(0,3010)