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 Aug 12, 2023
1 parent 959f052 commit ab51d4c
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": "2023.0601.0714-nightly",
"nightly": "2023.0812.2012-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>2023.0601.0714-nightly</version>
<version>2023.0812.2012-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.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e57afe9cef01a2fa334bf68d23284d07b0f66e98
d8224082f3fcf67147295cdfb037b6f10c7afecc
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-202306010714/DuckieTV-202306010714-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202306010714/DuckieTV-202306010714-windows-x64.zip'
$checksum32 = '968839716cf6e391bbf3c4c5e41adfc218d12bcefe1838ed7e85ed684a5940f9'
$checksum64 = '234c2699e73b4740a0dc47940c39eff4374ca43f93b7215a258c97112c266d0c'
$url32 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202308122012/DuckieTV-202308122012-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202308122012/DuckieTV-202308122012-windows-x64.zip'
$checksum32 = '9acbb877205b327b2a40d95a4df7e15f0b3842bab22281f98cae5a6f513f12f2'
$checksum64 = '18f17a2c3e52afabadb0e66764f499fc6d8fe80d3f76318f7f1ed15ff20647b3'
$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/v4/develop/4.0.0.614/Sonarr.develop.4.0.0.614.win-x64-installer.exe>
url: <https://download.sonarr.tv/v4/develop/4.0.0.615/Sonarr.develop.4.0.0.615.win-x64-installer.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: CABBD43AF8E911BE8B6E634E61FFDB71EB13760F33674CBEE917109D417ADF15
checksum: 20176CE6455FE45983BF5AFA3A73612F19737CB40C4EA14AA2C81BAB67FD61CB

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 @@
{
"V3_Dev": "3.0.9.1555-beta",
"V3_Stable": "3.0.10.1567",
"V4_Dev": "4.0.0.614-v4beta"
"V4_Dev": "4.0.0.615-v4beta"
}
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>4.0.0.614-v4beta</version>
<version>4.0.0.615-v4beta</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 ab51d4c

Please sign in to comment.