Skip to content

Commit

Permalink
AU: 1 updated - readarr
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jan 5, 2025
1 parent 54619b7 commit ecf4db6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions automatic/readarr/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/Readarr/Readarr/releases/tag/v0.4.6.2711>
The installer have been downloaded from their official download link listed on <https://github.com/Readarr/Readarr/releases/tag/v0.4.7.2718>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/Readarr/Readarr/releases/download/v0.4.6.2711/Readarr.develop.0.4.6.2711.windows-core-x86-installer.exe>
64-Bit: <https://github.com/Readarr/Readarr/releases/download/v0.4.6.2711/Readarr.develop.0.4.6.2711.windows-core-x64-installer.exe>
32-Bit: <https://github.com/Readarr/Readarr/releases/download/v0.4.7.2718/Readarr.develop.0.4.7.2718.windows-core-x86-installer.exe>
64-Bit: <https://github.com/Readarr/Readarr/releases/download/v0.4.7.2718/Readarr.develop.0.4.7.2718.windows-core-x64-installer.exe>
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 <https://github.com/Readarr/Readarr/blob/develop/LICENSE>
2 changes: 1 addition & 1 deletion automatic/readarr/readarr.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>0.4.6.2711</version>
<version>0.4.7.2718</version>
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->

Expand Down
4 changes: 2 additions & 2 deletions automatic/readarr/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ecf4db6

Please sign in to comment.