diff --git a/automatic/duckietv/duckietv.json b/automatic/duckietv/duckietv.json index 2e21f014..f58b7a55 100644 --- a/automatic/duckietv/duckietv.json +++ b/automatic/duckietv/duckietv.json @@ -1,4 +1,4 @@ { - "nightly": "2024.0127.2120-nightly", + "nightly": "2024.0210.2124-nightly", "stable": "1.1.5" } diff --git a/automatic/duckietv/duckietv.nuspec b/automatic/duckietv/duckietv.nuspec index f28506ba..34562ebc 100644 --- a/automatic/duckietv/duckietv.nuspec +++ b/automatic/duckietv/duckietv.nuspec @@ -4,7 +4,7 @@ duckietv - 2024.0127.2120-nightly + 2024.0210.2124-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 e6944336..f82eb70f 100644 --- a/automatic/duckietv/hashcheck.md +++ b/automatic/duckietv/hashcheck.md @@ -1 +1 @@ -cf2a1d608aa9acfdaa6c0f85ee5a550a77a56ef0 +e16bf8b4dde0fb02dd1edf6b72cc361ddccceda4 diff --git a/automatic/duckietv/tools/chocolateyInstall.ps1 b/automatic/duckietv/tools/chocolateyInstall.ps1 index 5f675c80..c24a682f 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-202401272120/DuckieTV-202401272120-windows-x32.zip' -$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202401272120/DuckieTV-202401272120-windows-x64.zip' -$checksum32 = '06f574dab810b2c10b075c36419f6d029b72ea52e47afaae1dc500d6c6e9dcaf' -$checksum64 = 'da522eba0093a98b6f6263bedf64bb072af57af46a547623dd61e7f3d3c96290' +$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' $silentArgs = '/S' $validExitCodes = @(0)