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 18, 2024
1 parent c87d628 commit e112b55
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": "2023.0812.2012-nightly",
"nightly": "2024.0118.0913-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>2023.0812.2012-nightly</version>
<version>2024.0118.0913-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 @@
d8224082f3fcf67147295cdfb037b6f10c7afecc
01982106f5d4276d79494079633b5ba9f98d0fdf
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-202308122012/DuckieTV-202308122012-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202308122012/DuckieTV-202308122012-windows-x64.zip'
$checksum32 = '9acbb877205b327b2a40d95a4df7e15f0b3842bab22281f98cae5a6f513f12f2'
$checksum64 = '18f17a2c3e52afabadb0e66764f499fc6d8fe80d3f76318f7f1ed15ff20647b3'
$url32 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202401180913/DuckieTV-202401180913-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202401180913/DuckieTV-202401180913-windows-x64.zip'
$checksum32 = 'efb32d41d20acab7a2818bab0f546d5d5f0298b586807e8fca32a76a07888a02'
$checksum64 = '802afac1bf02c446ae71cd1e77093e801806a376e8d9fab65b28fed4f64c2146'
$silentArgs = '/S'
$validExitCodes = @(0)

Expand Down

0 comments on commit e112b55

Please sign in to comment.