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 jackett
Browse files Browse the repository at this point in the history
  • Loading branch information
JourneyOver committed Feb 13, 2024
1 parent 534f24a commit 89f24d1
Show file tree
Hide file tree
Showing 6 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": "2024.0212.2056-nightly",
"nightly": "2024.0213.1924-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>2024.0212.2056-nightly</version>
<version>2024.0213.1924-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 @@
60616dc779168212fd3207c75969bf259698fce5
9a8421fc86729f4a5df458fb1100de3e51940c6d
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-202402122056/DuckieTV-202402122056-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202402122056/DuckieTV-202402122056-windows-x64.zip'
$checksum32 = 'd265a36ae7540b034b2ee0c3b20286fd86b670b8c1b7fc5d626e82bc22fad9d9'
$checksum64 = '168b2cb02498247ebf084ddaf88a3cd8288baf13fe5be68301fcfc4534b8ff55'
$url32 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202402131924/DuckieTV-202402131924-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202402131924/DuckieTV-202402131924-windows-x64.zip'
$checksum32 = '5ce1a8235db0e38eae2b506f993eac23568d7ab073559c0563941795f08cd286'
$checksum64 = '13b50393d07e700d40e20a09d3f613c5cfe29ba705cb6f496bcac6d85101c439'
$silentArgs = '/S'
$validExitCodes = @(0)

Expand Down
2 changes: 1 addition & 1 deletion automatic/jackett/jackett.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>jackett</id>
<version>0.21.1735</version>
<version>0.21.1738</version>
<packageSourceUrl>https://github.com/journeyover/chocolatey-packages/tree/master/automatic/jackett</packageSourceUrl>
<owners>JourneyOver</owners>
<title>Jackett</title>
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 @@ -4,19 +4,19 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software has been downloaded from the listed download
location on <https://github.com/Jackett/Jackett/releases/tag/v0.21.1735>
location on <https://github.com/Jackett/Jackett/releases/tag/v0.21.1738>
and can be verified by doing the following:

1. Download the following:

url: <https://github.com/Jackett/Jackett/releases/download/v0.21.1735/Jackett.Installer.Windows.exe>
url: <https://github.com/Jackett/Jackett/releases/download/v0.21.1738/Jackett.Installer.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: 090D284DEC4653E443DF7E80FB0A678BF8010D85965B858EB85581C8A2D81556
checksum: 32508077F8677868A4BB009FE4E56BF5790A38AA4BEEBCFFFAF7A06E36A2684D

Using AU:

Expand Down

0 comments on commit 89f24d1

Please sign in to comment.