Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
AU: 2 updated - duckietv sonarr
Browse files Browse the repository at this point in the history
  • Loading branch information
JourneyOver committed Feb 26, 2021
1 parent 1a43b12 commit ba71bd4
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/duckietv/duckietv.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"nightly": "2021.0216.2304-nightly",
"nightly": "2021.0225.2304-nightly",
"stable": "1.1.5"
}
2 changes: 1 addition & 1 deletion automatic/duckietv/duckietv.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>duckietv</id>
<version>2021.0216.2304-nightly</version>
<version>2021.0225.2304-nightly</version>
<packageSourceUrl>https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/duckietv</packageSourceUrl>
<owners>JourneyOver</owners>
<title>DuckieTV</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/duckietv/hashcheck.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- af10c743
- e8d304fa
8 changes: 4 additions & 4 deletions automatic/duckietv/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageName = 'duckietv'

$toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$url32 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202102162304/DuckieTV-202102162304-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202102162304/DuckieTV-202102162304-windows-x64.zip'
$checksum32 = 'c84dd352c16330d56e06b53e0d2758c41ef4911ed6fe1965f2beab8a761e2289'
$checksum64 = '540689e9e4afbf07c3e28fcc77e1a28c1c5d17651fb9d321ce9462fd1adaf2fc'
$url32 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202102252304/DuckieTV-202102252304-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202102252304/DuckieTV-202102252304-windows-x64.zip'
$checksum32 = 'c8bf0433e1ab1f2f415dfc17c3b4135cf9a982135c8da20ca64c06123c46aae3'
$checksum64 = '9881d8f5386ba0f3fa3b0123cfa2e832ffcfd29250d5789f124974a4888e7fba'
$silentArgs = '/S'
$validExitCodes = @(0)

Expand Down
4 changes: 2 additions & 2 deletions automatic/sonarr/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ and can be verified by doing the following:

1. Download the following:

url: <https://download.sonarr.tv/v3/phantom-develop/3.0.4.1131/Sonarr.phantom-develop.3.0.4.1131.windows.exe>
url: <https://download.sonarr.tv/v3/phantom-develop/3.0.4.1132/Sonarr.phantom-develop.3.0.4.1132.windows.exe>

2. You can obtain the checksum using one of the following methods:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: E1B5FC7E802E2F9AFE66E2FB4CD381493436CF229E1168C9700CEEF45D4369FC
checksum: DDF2633367F2CED66A0CF74DD0D61CAA482B00EDE7CB454DEF06165AAD093A4C

Using AU:

Expand Down
2 changes: 1 addition & 1 deletion automatic/sonarr/sonarr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"phantom": "3.0.4.1131-phantom",
"phantom": "3.0.4.1132-phantom",
"beta": "2.0.0.5343-beta",
"stable": "2.0.0.5344"
}
2 changes: 1 addition & 1 deletion automatic/sonarr/sonarr.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>sonarr</id>
<version>3.0.4.1131-phantom</version>
<version>3.0.4.1132-phantom</version>
<packageSourceUrl>https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/sonarr</packageSourceUrl>
<owners>JourneyOver, dtgm</owners>
<title>Sonarr</title>
Expand Down

0 comments on commit ba71bd4

Please sign in to comment.