Skip to content

Commit

Permalink
AU: 3 updated - jackett prowlarr readarr
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Apr 14, 2024
1 parent ed3a874 commit 9796c34
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion automatic/jackett/jackett.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.21.2358</version>
<version>0.21.2371</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
6 changes: 3 additions & 3 deletions automatic/jackett/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ 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/Jackett/Jackett/releases/tag/v0.21.2358>
The installer have been downloaded from their official download link listed on <https://github.com/Jackett/Jackett/releases/tag/v0.21.2371>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/Jackett/Jackett/releases/download/v0.21.2358/Jackett.Installer.Windows.exe>
32-Bit: <https://github.com/Jackett/Jackett/releases/download/v0.21.2371/Jackett.Installer.Windows.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: EF1AF88E87685F9CA44DF292A3DB4C2E87D8206BD78CA359D763559177110526
checksum32: 5098A2498F545E7210512C6DDE5E848F56C2E43FFE8CCFEE5D8EA87828FE14CC

File 'LICENSE.txt' is obtained from <https://github.com/Jackett/Jackett/blob/master/LICENSE>

10 changes: 5 additions & 5 deletions automatic/prowlarr/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/Prowlarr/Prowlarr/releases/tag/v1.16.0.4401>
The installer have been downloaded from their official download link listed on <https://github.com/Prowlarr/Prowlarr/releases/tag/v1.16.1.4420>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/Prowlarr/Prowlarr/releases/download/v1.16.0.4401/Prowlarr.develop.1.16.0.4401.windows-core-x86-installer.exe>
64-Bit: <https://github.com/Prowlarr/Prowlarr/releases/download/v1.16.0.4401/Prowlarr.develop.1.16.0.4401.windows-core-x64-installer.exe>
32-Bit: <https://github.com/Prowlarr/Prowlarr/releases/download/v1.16.1.4420/Prowlarr.develop.1.16.1.4420.windows-core-x86-installer.exe>
64-Bit: <https://github.com/Prowlarr/Prowlarr/releases/download/v1.16.1.4420/Prowlarr.develop.1.16.1.4420.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: DF715B11260CE344EAC311F80BB180049DD7F7D5F1938616944B821734557829
checksum64: 76C9093D50F785F1846CCEB099CB915EA0B6134F51112CE6622A7AC50055A736
checksum32: 0EAC77686368C2D6293127E44DF171AF9CB9BBF8D602600FA3AD0FEB34F7E7A1
checksum64: F2C84FA35698222FC644424D39E060EF7C4B27D00D15BFD14F1F3BD94D9370C0

File 'LICENSE.txt' is obtained from <https://github.com/Prowlarr/Prowlarr/blob/develop/LICENSE>
2 changes: 1 addition & 1 deletion automatic/prowlarr/prowlarr.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>1.16.0.4401</version>
<version>1.16.1.4420</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/prowlarr/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $servicename = 'prowlarr'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\Prowlarr.develop.1.16.0.4401.windows-core-x86-installer.exe"
file64 = "$toolsDir\Prowlarr.develop.1.16.0.4401.windows-core-x64-installer.exe"
file = "$toolsDir\Prowlarr.develop.1.16.1.4420.windows-core-x86-installer.exe"
file64 = "$toolsDir\Prowlarr.develop.1.16.1.4420.windows-core-x64-installer.exe"
softwareName = 'Prowlarr*'
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.22.2499>
The installer have been downloaded from their official download link listed on <https://github.com/Readarr/Readarr/releases/tag/v0.3.23.2506>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/Readarr/Readarr/releases/download/v0.3.22.2499/Readarr.develop.0.3.22.2499.windows-core-x86-installer.exe>
64-Bit: <https://github.com/Readarr/Readarr/releases/download/v0.3.22.2499/Readarr.develop.0.3.22.2499.windows-core-x64-installer.exe>
32-Bit: <https://github.com/Readarr/Readarr/releases/download/v0.3.23.2506/Readarr.develop.0.3.23.2506.windows-core-x86-installer.exe>
64-Bit: <https://github.com/Readarr/Readarr/releases/download/v0.3.23.2506/Readarr.develop.0.3.23.2506.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: EA5BA2A372D3454197CB20DCE2DBD05A425321EAE94CEE7F633AFAA4B2B7C2D6
checksum64: 08E6F88C50F84776C8EFD96E8CC5852363F4B356B4ED2005D67379F20BD9A4ED
checksum32: FBFA91A162452543A070AAA4C712D1C6C3D8A5CC0E7C1FBA7890221D855097B9
checksum64: 585472A9B4EAC32F50DAED8C3497563AF4C60192030D703ED6E3E7CFB2CCFB22

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.22.2499</version>
<version>0.3.23.2506</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.22.2499.windows-core-x86-installer.exe"
file64 = "$toolsDir\Readarr.develop.0.3.22.2499.windows-core-x64-installer.exe"
file = "$toolsDir\Readarr.develop.0.3.23.2506.windows-core-x86-installer.exe"
file64 = "$toolsDir\Readarr.develop.0.3.23.2506.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 9796c34

Please sign in to comment.