From e49b1c13e46447e66a45fdb869fa4ffb33c1d85c Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Sat, 6 Apr 2024 08:20:24 +0000 Subject: [PATCH] AU: 1 updated - sonarr [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/f2b035527e36470e93170ede72d948f0980ba9dc --- 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 a29876bed..e04afd21a 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: B14B193AC7D113D64769F1CE9B326341D3423DBB49101EBC1A76A62D863BD72F - checksum64: 2D64CFC8ED27A16D0BD78B6CCD647653B76981913E0CEF0F19657F09C6DC3214 + checksum32: 74B78E0DAA9E6964034226375BB245536E8280B48E76861B8BC49B0FF9442D34 + checksum64: F28324A808B55B9696A934E060E1C00EDA280C9D8AA1A0CF90D841F17A678C0B File 'LICENSE.txt' is obtained from diff --git a/automatic/sonarr/sonarr.nuspec b/automatic/sonarr/sonarr.nuspec index 8c9802594..242dabd0c 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.1413 + 4.0.3.1442 Maurice Kevenaar diff --git a/automatic/sonarr/tools/chocolateyInstall.ps1 b/automatic/sonarr/tools/chocolateyInstall.ps1 index 4bea4e864..53939e32f 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.main.4.0.3.1413.win-x86-installer.exe" - file64 = "$toolsDir\Sonarr.main.4.0.3.1413.win-x64-installer.exe" + file = "$toolsDir\Sonarr.develop.4.0.3.1442.win-x86-installer.exe" + file64 = "$toolsDir\Sonarr.develop.4.0.3.1442.win-x64-installer.exe" softwareName = 'Sonarr*' silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0)