From 534f24a0d7172873568811928dda8bd12bc06b23 Mon Sep 17 00:00:00 2001 From: Journey Date: Mon, 12 Feb 2024 13:35:02 +0000 Subject: [PATCH] AU: 1 updated - duckietv [skip ci] https://gist.github.com/JourneyOver/508bb89c4cc35b67842940c60310532b/b3e158e8a1160faa74b0f98f1bb140fe10872929 --- 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 f58b7a55..1f9489ce 100644 --- a/automatic/duckietv/duckietv.json +++ b/automatic/duckietv/duckietv.json @@ -1,4 +1,4 @@ { - "nightly": "2024.0210.2124-nightly", + "nightly": "2024.0212.2056-nightly", "stable": "1.1.5" } diff --git a/automatic/duckietv/duckietv.nuspec b/automatic/duckietv/duckietv.nuspec index 34562ebc..879e7348 100644 --- a/automatic/duckietv/duckietv.nuspec +++ b/automatic/duckietv/duckietv.nuspec @@ -4,7 +4,7 @@ duckietv - 2024.0210.2124-nightly + 2024.0212.2056-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 f82eb70f..1f75b445 100644 --- a/automatic/duckietv/hashcheck.md +++ b/automatic/duckietv/hashcheck.md @@ -1 +1 @@ -e16bf8b4dde0fb02dd1edf6b72cc361ddccceda4 +60616dc779168212fd3207c75969bf259698fce5 diff --git a/automatic/duckietv/tools/chocolateyInstall.ps1 b/automatic/duckietv/tools/chocolateyInstall.ps1 index c24a682f..7745bc36 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-202402102124/DuckieTV-202402102124-windows-x32.zip' -$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202402102124/DuckieTV-202402102124-windows-x64.zip' -$checksum32 = '6d69fe44c73fc4573b215ff290fcb277950ccc255f582fb3fe64eeb377aeedde' -$checksum64 = 'bfd756c4a0654843bf8a70a1a446f265a792c9e303342ffbc73517d246e98a4a' +$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' $silentArgs = '/S' $validExitCodes = @(0)