Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
AU: 1 updated - duckietv
Browse files Browse the repository at this point in the history
  • Loading branch information
JourneyOver committed Feb 12, 2024
1 parent 7ae225c commit 534f24a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.0210.2124-nightly",
"nightly": "2024.0212.2056-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.0210.2124-nightly</version>
<version>2024.0212.2056-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 @@
e16bf8b4dde0fb02dd1edf6b72cc361ddccceda4
60616dc779168212fd3207c75969bf259698fce5
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-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)

Expand Down

0 comments on commit 534f24a

Please sign in to comment.