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 17, 2021
1 parent e916051 commit 30d80e3
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.0215.1640-nightly",
"nightly": "2021.0216.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.0215.1640-nightly</version>
<version>2021.0216.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
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-202102151640/DuckieTV-202102151640-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202102151640/DuckieTV-202102151640-windows-x64.zip'
$checksum32 = 'b2e121dccbf62e277c05ccac4dbc4bba85504828feb9a359dff1cf5374d17ec9'
$checksum64 = 'eea03cfc4d771bdec85a870a86c9e167822c10ed24080c8c0550bf1d78bf357c'
$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'
$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.1126/Sonarr.phantom-develop.3.0.4.1126.windows.exe>
url: <https://download.sonarr.tv/v3/phantom-develop/3.0.4.1129/Sonarr.phantom-develop.3.0.4.1129.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: CF22A1D2CCEA8596784D2E10EE035469E8397D01152D27428EE619B74D823074
checksum: 38E8E0F71354CE454EE9A7689137537EBD471947C2F8DD2DC4844A071A52E6E4

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.1126-phantom",
"phantom": "3.0.4.1129-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.1126-phantom</version>
<version>3.0.4.1129-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 30d80e3

Please sign in to comment.