From ecf4db68e9afa1d2ce2d4511ef29b31d60b328db Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Sun, 5 Jan 2025 12:45:46 +0000 Subject: [PATCH] AU: 1 updated - readarr [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/f673a92ab872bf567a37ed0771a6889b08c2fa7c --- automatic/readarr/legal/VERIFICATION.txt | 10 +++++----- automatic/readarr/readarr.nuspec | 2 +- automatic/readarr/tools/chocolateyInstall.ps1 | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/automatic/readarr/legal/VERIFICATION.txt b/automatic/readarr/legal/VERIFICATION.txt index 5b4bc0aa7..06a33ea5e 100644 --- a/automatic/readarr/legal/VERIFICATION.txt +++ b/automatic/readarr/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: 7C9B21220CFA4DC7D9D442D3528C2F6EE833523D1184043882C95D677852F55A - checksum64: 4FE27D44BBB3CD91882C5720BFBB46621EA30FB3C061F6FC39C2297D16A94C18 + checksum32: 62B167A9079E837E6C412280BA675D81CF2D874E0571F2328E68275641873840 + checksum64: 8607B8C18000EAA6BB7745CD82EB0F88595E7A3009F49AE5E50679BB42629563 File 'LICENSE.txt' is obtained from diff --git a/automatic/readarr/readarr.nuspec b/automatic/readarr/readarr.nuspec index c3fad73b4..7de809296 100644 --- a/automatic/readarr/readarr.nuspec +++ b/automatic/readarr/readarr.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 0.4.6.2711 + 0.4.7.2718 Maurice Kevenaar diff --git a/automatic/readarr/tools/chocolateyInstall.ps1 b/automatic/readarr/tools/chocolateyInstall.ps1 index f857eaf03..f50206eef 100644 --- a/automatic/readarr/tools/chocolateyInstall.ps1 +++ b/automatic/readarr/tools/chocolateyInstall.ps1 @@ -6,8 +6,8 @@ $servicename = 'readarr' $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsDir\Readarr.develop.0.4.6.2711.windows-core-x86-installer.exe" - file64 = "$toolsDir\Readarr.develop.0.4.6.2711.windows-core-x64-installer.exe" + file = "$toolsDir\Readarr.develop.0.4.7.2718.windows-core-x86-installer.exe" + file64 = "$toolsDir\Readarr.develop.0.4.7.2718.windows-core-x64-installer.exe" softwareName = 'Readarr*' silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0)