Skip to content

Commit 74cdbe1

Browse files
committed
1 parent 53f6a8e commit 74cdbe1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

automatic/duckietv/duckietv.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>duckietv</id>
5-
<version>2025.1208.1128</version>
5+
<version>2025.1220.1450</version>
66
<title>DuckieTV</title>
77
<authors>SchizoDuckie</authors>
88
<owners>tunisiano</owners>
@@ -33,7 +33,7 @@ If this package isn't up-to-date for some days, [Create an issue](https://github
3333
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
3434
]]></description>
3535
<summary>DuckieTV is the TV-Show calendar you've been waiting for. A personalized calendar that tracks the shows you like that can search on multiple torrent sites</summary>
36-
<releaseNotes>https://github.com/DuckieTV/Nightlies/releases/tag/nightly-202512081128</releaseNotes>
36+
<releaseNotes>https://github.com/DuckieTV/Nightlies/releases/tag/nightly-202512201450</releaseNotes>
3737
<copyright />
3838
<tags>tv series-database calendar angularjs javascript episodes search-engine torrent-client remote-control angular nwjs qbittorrent series trakt automation utorrent js admin</tags>
3939
<projectSourceUrl>https://github.com/SchizoDuckie/DuckieTV</projectSourceUrl>

automatic/duckietv/tools/chocolateyinstall.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
$packageName = 'duckietv'
44
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
5-
$url = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202512081128/DuckieTV-202512081128-windows-x32.zip'
6-
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202512081128/DuckieTV-202512081128-windows-x64.zip'
7-
$checksum = 'ae6cc7edbffa073fb61751d1b017760f35e0c8436134b185e3daf9c7dd1b8035'
8-
$checksum64 = '542de448a6259d6874924ac6d2f2640b966dcd78280a2a4fe744282461a2a963'
5+
$url = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202512201450/DuckieTV-202512201450-windows-x32.zip'
6+
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202512201450/DuckieTV-202512201450-windows-x64.zip'
7+
$checksum = 'f94c753e933788a84a22d463fb99a9edf4a3d876b155e36f5564a2f91ccd85e7'
8+
$checksum64 = 'bebdd25e0451439cfcbf2ebcbd55f827382d6679881cc28c825e9afb58f0ed2c'
99
$checksumType = 'sha256'
1010
$silentArgs = '/S'
1111
$validExitCodes = @(0)

0 commit comments

Comments
 (0)