From c6383bd1f4ba557c474c3711f0f929d8bf9bb66e Mon Sep 17 00:00:00 2001 From: Journey Date: Sat, 20 Jan 2024 02:09:35 +0000 Subject: [PATCH] AU: 1 updated - duckietv [skip ci] https://gist.github.com/JourneyOver/508bb89c4cc35b67842940c60310532b/cc3fbd1de92909209c02072b9a770248bd1fb666 --- automatic/duckietv/duckietv.json | 2 +- automatic/duckietv/duckietv.nuspec | 2 +- automatic/duckietv/hashcheck.md | 2 +- automatic/duckietv/tools/chocolateyInstall.ps1 | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/duckietv/duckietv.json b/automatic/duckietv/duckietv.json index 057f8bf5..928f7739 100644 --- a/automatic/duckietv/duckietv.json +++ b/automatic/duckietv/duckietv.json @@ -1,4 +1,4 @@ { - "nightly": "2024.0119.1752-nightly", + "nightly": "2024.0120.1038-nightly", "stable": "1.1.5" } diff --git a/automatic/duckietv/duckietv.nuspec b/automatic/duckietv/duckietv.nuspec index a0149537..ab8cba2a 100644 --- a/automatic/duckietv/duckietv.nuspec +++ b/automatic/duckietv/duckietv.nuspec @@ -4,7 +4,7 @@ duckietv - 2024.0119.1752-nightly + 2024.0120.1038-nightly https://github.com/journeyover/chocolatey-packages/tree/master/automatic/duckietv JourneyOver DuckieTV diff --git a/automatic/duckietv/hashcheck.md b/automatic/duckietv/hashcheck.md index c36392fe..00a0fffb 100644 --- a/automatic/duckietv/hashcheck.md +++ b/automatic/duckietv/hashcheck.md @@ -1 +1 @@ -0578ae9f4a0964b582f8c61aaecefa21001a423a +dea334c34e13f1b0d2152c804d106a8b7874414b diff --git a/automatic/duckietv/tools/chocolateyInstall.ps1 b/automatic/duckietv/tools/chocolateyInstall.ps1 index 58cae8bf..0edb4759 100644 --- a/automatic/duckietv/tools/chocolateyInstall.ps1 +++ b/automatic/duckietv/tools/chocolateyInstall.ps1 @@ -3,10 +3,10 @@ $packageName = 'duckietv' $toolsDir = Split-Path $MyInvocation.MyCommand.Definition -$url32 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202401191752/DuckieTV-202401191752-windows-x32.zip' -$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202401191752/DuckieTV-202401191752-windows-x64.zip' -$checksum32 = 'e8430a02793118b88e36ec9130c8267e3c8229361cb9c9ff85ba77ed8b6a88b1' -$checksum64 = 'b4877ff08f97c562fe62c44c46706e853079b3664889dedb74b5fb3d7565d08c' +$url32 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202401201038/DuckieTV-202401201038-windows-x32.zip' +$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202401201038/DuckieTV-202401201038-windows-x64.zip' +$checksum32 = '12f9ced37db238b55cd99b49fcf2caac53fc7e281008a822f52027cd320b6d2d' +$checksum64 = '203288c36c716dcc999069226e30be08ae1fb71feec00f3a076c90392b9d1bd8' $silentArgs = '/S' $validExitCodes = @(0)