Skip to content

Commit

Permalink
AU: 3 updated - lidarr opera-developer radarr
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Feb 3, 2025
1 parent 673c1ac commit 27c3221
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
10 changes: 5 additions & 5 deletions automatic/lidarr/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/Lidarr/Lidarr/releases/tag/v2.9.5.4550>
The installer have been downloaded from their official download link listed on <https://github.com/Lidarr/Lidarr/releases/tag/v2.9.6.4552>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/Lidarr/Lidarr/releases/download/v2.9.5.4550/Lidarr.develop.2.9.5.4550.windows-core-x86-installer.exe>
64-Bit: <https://github.com/Lidarr/Lidarr/releases/download/v2.9.5.4550/Lidarr.develop.2.9.5.4550.windows-core-x64-installer.exe>
32-Bit: <https://github.com/Lidarr/Lidarr/releases/download/v2.9.6.4552/Lidarr.master.2.9.6.4552.windows-core-x86-installer.exe>
64-Bit: <https://github.com/Lidarr/Lidarr/releases/download/v2.9.6.4552/Lidarr.master.2.9.6.4552.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: AAC8C3E23608375DBE7C6296E4AAE5FC7E787BF8258F9AE072E7366CC3769E98
checksum64: 6BCE0B46C79E4AFD7C9690FF9FE87E8AD23CF573DF92E7139E25FE3AE8CF355F
checksum32: 95D53317F5F85C8185F4934FBFDE37AAED0DB988065884A05BB91C4AF9D6593F
checksum64: 1656450D31F1E1BC10BE452C58A407B69437890AB1D835C956E560095FD3A35D

File 'LICENSE.txt' is obtained from <https://github.com/lidarr/Lidarr/blob/develop/LICENSE.md>
2 changes: 1 addition & 1 deletion automatic/lidarr/lidarr.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>2.9.5.4550</version>
<version>2.9.6.4552</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/lidarr/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $servicename = "lidarr"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\Lidarr.develop.2.9.5.4550.windows-core-x86-installer.exe"
file64 = "$toolsDir\Lidarr.develop.2.9.5.4550.windows-core-x64-installer.exe"
file = "$toolsDir\Lidarr.master.2.9.6.4552.windows-core-x86-installer.exe"
file64 = "$toolsDir\Lidarr.master.2.9.6.4552.windows-core-x64-installer.exe"
softwareName = 'Lidarr*'
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera-developer/opera-developer.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>118.0.5428.0</version>
<version>118.0.5432.0</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Opera Software</copyright>
<tags>browser opera developer cross-platform internet admin</tags>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-118/#b5428.0</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-118/#b5432.0</releaseNotes>
<licenseUrl>http://www.operasoftware.com/eula/browser</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/opera-developer</packageSourceUrl>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera-developer/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar 0"; Write-Host "
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera-developer/118.0.5428.0/win/Opera_Developer_118.0.5428.0_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-developer/118.0.5428.0/win/Opera_Developer_118.0.5428.0_Setup_x64.exe'
checksum = 'e9c91afeb367204058880f78ff875e72b1b704d991ed6923264e402e2849b9a5'
checksum64 = '384c2ca8ab686e54bf783aac4b8fbeddcc7faefa35265165ff9b4be4487287b9'
url = 'https://get.geo.opera.com/pub/opera-developer/118.0.5432.0/win/Opera_Developer_118.0.5432.0_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-developer/118.0.5432.0/win/Opera_Developer_118.0.5432.0_Setup_x64.exe'
checksum = '039e2d4ace37c5f4eb7b8494cae3aeda66133bbf243cb3d5c3a146817f478743'
checksum64 = '31a22f84ac062a8a22068137d148865f507ead391800203f80569e2a991bd051'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

$version = '118.0.5428.0'
$version = '118.0.5432.0'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
} else {
Expand Down
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.18.3.9669>
The installer have been downloaded from their official download link listed on <https://github.com/Radarr/Radarr/releases/tag/v5.18.4.9674>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/Radarr/Radarr/releases/download/v5.18.3.9669/Radarr.develop.5.18.3.9669.windows-core-x86-installer.exe>
64-Bit: <https://github.com/Radarr/Radarr/releases/download/v5.18.3.9669/Radarr.develop.5.18.3.9669.windows-core-x64-installer.exe>
32-Bit: <https://github.com/Radarr/Radarr/releases/download/v5.18.4.9674/Radarr.master.5.18.4.9674.windows-core-x86-installer.exe>
64-Bit: <https://github.com/Radarr/Radarr/releases/download/v5.18.4.9674/Radarr.master.5.18.4.9674.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: 621148AC1D34597D730AB2B1E7EEE7506583BA809A1255B30E8176A8AAAAA8AD
checksum64: 02DBF894AE34105E6582F2E48EBEB01BA9E45835158B845D23F893493FD1167C
checksum32: 272BA7DFEC683970EF2537D2B6C2408763CFEF3AB4FE6167D33CE920B3151F25
checksum64: 918F8EFCF4EEF5759F6B88289C8F5AD90EEFBB24A5C55E030EEE7134A0B0D63C

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.18.3.9669</version>
<version>5.18.4.9674</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.develop.5.18.3.9669.windows-core-x86-installer.exe"
file64 = "$toolsDir\Radarr.develop.5.18.3.9669.windows-core-x64-installer.exe"
file = "$toolsDir\Radarr.master.5.18.4.9674.windows-core-x86-installer.exe"
file64 = "$toolsDir\Radarr.master.5.18.4.9674.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 27c3221

Please sign in to comment.