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 May 1, 2021
1 parent 520f309 commit 5e556d6
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": "2021.0429.2304-nightly",
"nightly": "2021.0430.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>2021.0429.2304-nightly</version>
<version>2021.0430.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 @@
- dd5172ed
- 3e09991c
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-202104292304/DuckieTV-202104292304-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202104292304/DuckieTV-202104292304-windows-x64.zip'
$checksum32 = '6836ae8856a4e7897298d974783e28f1013528309554ba74635f0eb2894f3323'
$checksum64 = '978d6e9eb83490c119e7590a0a8fdeda1ae90923b45c1b7d1363f3d052cb652e'
$url32 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202104302304/DuckieTV-202104302304-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-202104302304/DuckieTV-202104302304-windows-x64.zip'
$checksum32 = 'c2718d462820fa505ede665893fb07fa101491b6705d07d2c9da29e0de6394f9'
$checksum64 = '96517a33ed928693386935642ed6d2365a974b0256e2fdc538022aeb3f51edff'
$silentArgs = '/S'
$validExitCodes = @(0)

Expand Down

0 comments on commit 5e556d6

Please sign in to comment.