Skip to content

Commit

Permalink
AU: 1 updated - radarr
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jun 20, 2024
1 parent 99173b0 commit 99aebc5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions automatic/radarr/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/Radarr/Radarr/releases/tag/v5.6.0.8846>
The installer have been downloaded from their official download link listed on <https://github.com/Radarr/Radarr/releases/tag/v5.7.0.8882>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/Radarr/Radarr/releases/download/v5.6.0.8846/Radarr.master.5.6.0.8846.windows-core-x86-installer.exe>
64-Bit: <https://github.com/Radarr/Radarr/releases/download/v5.6.0.8846/Radarr.master.5.6.0.8846.windows-core-x64-installer.exe>
32-Bit: <https://github.com/Radarr/Radarr/releases/download/v5.7.0.8882/Radarr.master.5.7.0.8882.windows-core-x86-installer.exe>
64-Bit: <https://github.com/Radarr/Radarr/releases/download/v5.7.0.8882/Radarr.master.5.7.0.8882.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: 5EEE448FFCD26FF4A2B5525C80071F5E2C2C79FD8FD9C0853B5C208557CC2FDB
checksum64: CBBF391F1B2E7D8608CAAC55139BCAC5160D45AA7C68AB1767154DF4AF72E405
checksum32: AA7A4FD22D4DBDEF541E3152FA65BA8F832F89232477E5132C8135E3540E0D25
checksum64: 3E5C8ED23FDEEBC51E749DE137E31F9E3113EB4CA678778AD4B5B7D0894750A5

File 'LICENSE.txt' is obtained from <https://github.com/Radarr/Radarr/blob/develop/LICENSE>
2 changes: 1 addition & 1 deletion automatic/radarr/radarr.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>5.6.0.8846</version>
<version>5.7.0.8882</version>
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->

Expand Down
4 changes: 2 additions & 2 deletions automatic/radarr/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $servicename = 'radarr'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\Radarr.master.5.6.0.8846.windows-core-x86-installer.exe"
file64 = "$toolsDir\Radarr.master.5.6.0.8846.windows-core-x64-installer.exe"
file = "$toolsDir\Radarr.master.5.7.0.8882.windows-core-x86-installer.exe"
file64 = "$toolsDir\Radarr.master.5.7.0.8882.windows-core-x64-installer.exe"
softwareName = 'Radarr*'
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 99aebc5

Please sign in to comment.