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 Apr 16, 2019
1 parent 6267f37 commit 41b50de
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
@@ -1,4 +1,4 @@
{
"nightly": "2019.0411.0130-nightly",
"nightly": "2019.0416.0130-nightly",
"stable": "1.1.5"
}
2 changes: 1 addition & 1 deletion automatic/duckietv/duckietv.nuspec
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>2019.0411.0130-nightly</version>
<version>2019.0416.0130-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
@@ -1 +1 @@
- 781ddef
- 9d7d77f
8 changes: 4 additions & 4 deletions automatic/duckietv/tools/chocolateyInstall.ps1
Expand Up @@ -3,10 +3,10 @@
$packageName = 'duckietv'

$toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$url32 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201904110130/DuckieTV-201904110130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201904110130/DuckieTV-201904110130-windows-x64.zip'
$checksum32 = '51ccf8e62dbb984fb726bd8c1856086852bf48143f1d12d852e197e328744247'
$checksum64 = 'ae8194b3fe405351ed620489f3af88b9642c6300bd85255e8a0fcdb82923b008'
$url32 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201904160130/DuckieTV-201904160130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201904160130/DuckieTV-201904160130-windows-x64.zip'
$checksum32 = '6dd3827fb0ce6944e1833ea697029cf7f1f7ea5c0ebdd9833f8d348a487b26fe'
$checksum64 = '2f661257ea47f01fb7f9a6b351781c99e7dbe00bffe291ad2cd28f90fa074195'
$silentArgs = '/S'
$validExitCodes = @(0)

Expand Down

0 comments on commit 41b50de

Please sign in to comment.