From 5f0b2ff237826b85d482c2024c497ec54b15f251 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Sat, 13 Apr 2024 00:21:38 +0000 Subject: [PATCH] AU: 1 updated - sonarr [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/cb015fd7c7b6bd184eabbd2cc7993364c1b2cfd5 --- automatic/sonarr/legal/VERIFICATION.txt | 10 +++++----- automatic/sonarr/sonarr.nuspec | 2 +- automatic/sonarr/tools/chocolateyInstall.ps1 | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/automatic/sonarr/legal/VERIFICATION.txt b/automatic/sonarr/legal/VERIFICATION.txt index b7241873e..61173ead3 100644 --- a/automatic/sonarr/legal/VERIFICATION.txt +++ b/automatic/sonarr/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: 2EB83C9C0044B74878517B27E479A4B82F3EA2BFEAE2B7B7879F5CE85CF4E62A - checksum64: 1CD2DEDEF4CD3CF555347E4DD69DAAE4A4E7371E023F8D8FC70FE9A954B3F37A + checksum32: A2A896483A71FA7EFE01484C28B8E3528B02354F27ACD4D910D3B22B9EB6ACEC + checksum64: CCEB615ABEFC97EA8C7251CF9D5B9A20C73DF1643F218AF05B8924FB7DD19B3A File 'LICENSE.txt' is obtained from diff --git a/automatic/sonarr/sonarr.nuspec b/automatic/sonarr/sonarr.nuspec index 7954dfe79..009f9597d 100644 --- a/automatic/sonarr/sonarr.nuspec +++ b/automatic/sonarr/sonarr.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 4.0.3.1465 + 4.0.3.1486 Maurice Kevenaar diff --git a/automatic/sonarr/tools/chocolateyInstall.ps1 b/automatic/sonarr/tools/chocolateyInstall.ps1 index d60db850b..35e9499cb 100644 --- a/automatic/sonarr/tools/chocolateyInstall.ps1 +++ b/automatic/sonarr/tools/chocolateyInstall.ps1 @@ -6,8 +6,8 @@ $servicename = 'sonarr' $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsDir\Sonarr.develop.4.0.3.1465.win-x86-installer.exe" - file64 = "$toolsDir\Sonarr.develop.4.0.3.1465.win-x64-installer.exe" + file = "$toolsDir\Sonarr.develop.4.0.3.1486.win-x86-installer.exe" + file64 = "$toolsDir\Sonarr.develop.4.0.3.1486.win-x64-installer.exe" softwareName = 'Sonarr*' silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0)