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 Jan 20, 2024
1 parent 0a8c65c commit c6383bd
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.0119.1752-nightly",
"nightly": "2024.0120.1038-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.0119.1752-nightly</version>
<version>2024.0120.1038-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 @@
0578ae9f4a0964b582f8c61aaecefa21001a423a
dea334c34e13f1b0d2152c804d106a8b7874414b
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-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)

Expand Down

0 comments on commit c6383bd

Please sign in to comment.