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 Mar 15, 2024
1 parent c058eb8 commit 6f6e7bb
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.0220.2001-nightly",
"nightly": "2024.0315.1918-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.0220.2001-nightly</version>
<version>2024.0315.1918-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 @@
3e1f7e6cab2bb2affc740c1d8942a34c0b69ff1c
66da393612a8c98b208c5befc22c9df6204e699e
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-202402202001/DuckieTV-202402202001-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202402202001/DuckieTV-202402202001-windows-x64.zip'
$checksum32 = 'cdd393c403058d3b08fd982fb8a0d4439fcbb3c15f9b0e5b425f1d48cbb47a0f'
$checksum64 = 'd3ed1df1e0c173421271465958517ffe9016fe5d52a52d93a3a51f0c92d118a6'
$url32 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202403151918/DuckieTV-202403151918-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202403151918/DuckieTV-202403151918-windows-x64.zip'
$checksum32 = 'fcaef50e0b866fcdd71157b8bc29c1c4f6507e390dbb291ebad7f1a798f372d4'
$checksum64 = '4c20609020a0ecbe54bbc3d1c4610d257106f2dc20e88339d24bf5bbf3d61d82'
$silentArgs = '/S'
$validExitCodes = @(0)

Expand Down

0 comments on commit 6f6e7bb

Please sign in to comment.