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 Dec 11, 2020
1 parent 30365df commit 7684069
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": "2020.1209.2304-nightly",
"nightly": "2020.1210.2304-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>2020.1209.2304-nightly</version>
<version>2020.1210.2304-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.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- 097f636
- 608def7
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-202012092304/DuckieTV-202012092304-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202012092304/DuckieTV-202012092304-windows-x64.zip'
$checksum32 = '03bccfce4df80bc90db24abc6e1a60eec18fb821a4a23e71711f65143ffe80a7'
$checksum64 = '2db1a4193129e48855a7e06e10fdd95b507f2ff252cd6569e9fb855f1610bc48'
$url32 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202012102304/DuckieTV-202012102304-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202012102304/DuckieTV-202012102304-windows-x64.zip'
$checksum32 = 'b4275bd64ca19330265d3ea042db80b2857edf48fad2d36cab85656fe33e26e9'
$checksum64 = 'a88afc47a6c114e00f74c64bc6157c221d31588a0aca16a568fe9349624f5735'
$silentArgs = '/S'
$validExitCodes = @(0)

Expand Down

0 comments on commit 7684069

Please sign in to comment.