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 Jun 7, 2019
1 parent f18a5e0 commit 8c2debd
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.0512.0130-nightly",
"nightly": "2019.0607.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.0512.0130-nightly</version>
<version>2019.0607.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 @@
- 260d849
- 064763e
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-201905120130/DuckieTV-201905120130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201905120130/DuckieTV-201905120130-windows-x64.zip'
$checksum32 = 'e425a9597fdba88baee0439e59e4d3ad7ab9011e1284f3f65bd5df73a1820299'
$checksum64 = 'a41a1426cb8e98a1f42bd39884632d02befd1c47a70562d8cd0ea273ca86f86b'
$url32 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201906070130/DuckieTV-201906070130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201906070130/DuckieTV-201906070130-windows-x64.zip'
$checksum32 = 'abc5289bf3032bcf0d413a3e576f49415a7bd295b77a49c8d36b6fd08ed50f65'
$checksum64 = 'cd98fa6ac037ad5c6c0e83228c99836e93d4d578e6bfdb111b226a643455ee39'
$silentArgs = '/S'
$validExitCodes = @(0)

Expand Down

0 comments on commit 8c2debd

Please sign in to comment.