diff --git a/automatic/prowlarr/legal/VERIFICATION.txt b/automatic/prowlarr/legal/VERIFICATION.txt index 52840fbf4..5743feb8a 100644 --- a/automatic/prowlarr/legal/VERIFICATION.txt +++ b/automatic/prowlarr/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: D0839D740984564810CC1A597E422DEBF9760063D8C87660146AC3F602024111 - checksum64: 8273DE1AE6B7F7574AD10AE90BE1553E146F9816E9A6547871D1A240C4A4985C + checksum32: A67C69D66FE284573A21FCF735877CF5D113A757A29405FFD8317BB8B29EBA3A + checksum64: A9E2206FABE1960BCF845103446B0BEA22B1478ECC6F7A708974D6932ECDA230 File 'LICENSE.txt' is obtained from diff --git a/automatic/prowlarr/prowlarr.nuspec b/automatic/prowlarr/prowlarr.nuspec index 57935914b..61e481db7 100644 --- a/automatic/prowlarr/prowlarr.nuspec +++ b/automatic/prowlarr/prowlarr.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.28.0.4862 + 1.28.1.4879 Maurice Kevenaar diff --git a/automatic/prowlarr/tools/chocolateyInstall.ps1 b/automatic/prowlarr/tools/chocolateyInstall.ps1 index 528f3f17c..63ff703ee 100644 --- a/automatic/prowlarr/tools/chocolateyInstall.ps1 +++ b/automatic/prowlarr/tools/chocolateyInstall.ps1 @@ -6,8 +6,8 @@ $servicename = 'prowlarr' $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsDir\Prowlarr.develop.1.28.0.4862.windows-core-x86-installer.exe" - file64 = "$toolsDir\Prowlarr.develop.1.28.0.4862.windows-core-x64-installer.exe" + file = "$toolsDir\Prowlarr.develop.1.28.1.4879.windows-core-x86-installer.exe" + file64 = "$toolsDir\Prowlarr.develop.1.28.1.4879.windows-core-x64-installer.exe" softwareName = 'Prowlarr*' silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0) diff --git a/automatic/radarr/legal/VERIFICATION.txt b/automatic/radarr/legal/VERIFICATION.txt index 07b7344de..380553f27 100644 --- a/automatic/radarr/legal/VERIFICATION.txt +++ b/automatic/radarr/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: 9B163EECF9D6BCFB6B30053CA763A7CD8B848A4965CADEC7109780D8B181B756 - checksum64: 40A571C5CADC5828DD2C23C69386D94E3DD7D520BC1FEB33498DE2AB9EDB6E0C + checksum32: 51E7EC297180386D81B8D8A3C1231E9570F30ED6763060B232B8935AAE14E6A3 + checksum64: E585F39C57E404CA3F943B09DBCA5759E9A1535467EDA632C267F9FAE4A6B051 File 'LICENSE.txt' is obtained from diff --git a/automatic/radarr/radarr.nuspec b/automatic/radarr/radarr.nuspec index 2c14ceb3f..762438100 100644 --- a/automatic/radarr/radarr.nuspec +++ b/automatic/radarr/radarr.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 5.16.1.9508 + 5.16.2.9534 Maurice Kevenaar diff --git a/automatic/radarr/tools/chocolateyInstall.ps1 b/automatic/radarr/tools/chocolateyInstall.ps1 index ff158892d..0ee195c16 100644 --- a/automatic/radarr/tools/chocolateyInstall.ps1 +++ b/automatic/radarr/tools/chocolateyInstall.ps1 @@ -6,8 +6,8 @@ $servicename = 'radarr' $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsDir\Radarr.develop.5.16.1.9508.windows-core-x86-installer.exe" - file64 = "$toolsDir\Radarr.develop.5.16.1.9508.windows-core-x64-installer.exe" + file = "$toolsDir\Radarr.develop.5.16.2.9534.windows-core-x86-installer.exe" + file64 = "$toolsDir\Radarr.develop.5.16.2.9534.windows-core-x64-installer.exe" softwareName = 'Radarr*' silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0)