Skip to content

Commit

Permalink
AU: 3 updated - firefox-nightly radarr readarr
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Mar 24, 2024
1 parent a7e90e3 commit f668149
Show file tree
Hide file tree
Showing 10 changed files with 128 additions and 128 deletions.
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"nightly": "126.0.1.2024032409-alpha"
"nightly": "126.0.1.2024032413-alpha"
}
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.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>126.0.1.2024032409-alpha</version>
<version>126.0.1.2024032413-alpha</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
216 changes: 108 additions & 108 deletions automatic/firefox-nightly/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions automatic/firefox-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://archive.mozilla.org/pub/firefox/nightly/2024/03/2024-03-24-09-01-48-mozilla-central/firefox-126.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2024/03/2024-03-24-13-01-55-mozilla-central/firefox-126.0a1.${locale}.win32.installer.exe"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -43,7 +43,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2024/03/2024-03-24-09-01-48-mozilla-central/firefox-126.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2024/03/2024-03-24-13-01-55-mozilla-central/firefox-126.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
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.4.3.8677>
The installer have been downloaded from their official download link listed on <https://github.com/Radarr/Radarr/releases/tag/v5.4.4.8688>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/Radarr/Radarr/releases/download/v5.4.3.8677/Radarr.develop.5.4.3.8677.windows-core-x86-installer.exe>
64-Bit: <https://github.com/Radarr/Radarr/releases/download/v5.4.3.8677/Radarr.develop.5.4.3.8677.windows-core-x64-installer.exe>
32-Bit: <https://github.com/Radarr/Radarr/releases/download/v5.4.4.8688/Radarr.develop.5.4.4.8688.windows-core-x86-installer.exe>
64-Bit: <https://github.com/Radarr/Radarr/releases/download/v5.4.4.8688/Radarr.develop.5.4.4.8688.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: 0E2745907E00F6410CF8797458A12769D667655D5495662E86078C5092CE5F0E
checksum64: E124416A19D3E3FD4678F8F4F3DF34DF55726805EAD646765D9D081F59767374
checksum32: 2D8788C513C33E2E679E8C1961109B751A87D915B0ECBCE8B233234C2EE2B37C
checksum64: 08AEEFBED626C17EA48331D232863B3004CFBC9E23773C7EEA3F05EBD8599194

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.4.3.8677</version>
<version>5.4.4.8688</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.4.3.8677.windows-core-x86-installer.exe"
file64 = "$toolsDir\Radarr.develop.5.4.3.8677.windows-core-x64-installer.exe"
file = "$toolsDir\Radarr.develop.5.4.4.8688.windows-core-x86-installer.exe"
file64 = "$toolsDir\Radarr.develop.5.4.4.8688.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
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.3.20.2452>
The installer have been downloaded from their official download link listed on <https://github.com/Readarr/Readarr/releases/tag/v0.3.21.2475>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/Readarr/Readarr/releases/download/v0.3.20.2452/Readarr.develop.0.3.20.2452.windows-core-x86-installer.exe>
64-Bit: <https://github.com/Readarr/Readarr/releases/download/v0.3.20.2452/Readarr.develop.0.3.20.2452.windows-core-x64-installer.exe>
32-Bit: <https://github.com/Readarr/Readarr/releases/download/v0.3.21.2475/Readarr.develop.0.3.21.2475.windows-core-x86-installer.exe>
64-Bit: <https://github.com/Readarr/Readarr/releases/download/v0.3.21.2475/Readarr.develop.0.3.21.2475.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: 39A1366D48B4B6B43811A766854EFDAD7D2AA3BD40C678109E9B2E225036B3A5
checksum64: 5978FF451F640C8D04920FD195B6C050CB5BF5DC9D3173EC8043FA6BD8193549
checksum32: 111468E9C6B46A2FAA396D844C18F9A8CAECE6F31BE3DCD0A97EB4DA321FF226
checksum64: AAFDA5F0F789F63BFCE85278A701417E7D4E9A590AC7979276D5C77588145589

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.3.20.2452</version>
<version>0.3.21.2475</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.3.20.2452.windows-core-x86-installer.exe"
file64 = "$toolsDir\Readarr.develop.0.3.20.2452.windows-core-x64-installer.exe"
file = "$toolsDir\Readarr.develop.0.3.21.2475.windows-core-x86-installer.exe"
file64 = "$toolsDir\Readarr.develop.0.3.21.2475.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 f668149

Please sign in to comment.