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 Sep 26, 2017
1 parent c94efdc commit 20782f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/duckietv_pre/duckietv_pre.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>2017.0925.0130-nightly</version>
<version>2017.0926.0130-nightly</version>
<packageSourceUrl>https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/duckietv</packageSourceUrl>
<owners>JourneyOver</owners>
<title>DuckieTV</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/duckietv_pre/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

$packageName = 'duckietv'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709250130/DuckieTV-201709250130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709250130/DuckieTV-201709250130-windows-x64.zip'
$checksum = '34cecc6a7e3ae9c6595f3264a166a8a18050cb28a46e1e534dbfef024bc8e3c5'
$checksum64 = 'aac6b6004b58c5586467cb3d2faa2f84db842242ffe1da9d287123e939616d40'
$url = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709260130/DuckieTV-201709260130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709260130/DuckieTV-201709260130-windows-x64.zip'
$checksum = 'd0e76ab2840246e772b1aa56944817df011b2171f4a3a898aae13279b9cee8f1'
$checksum64 = '6956e5dec6ae69fc01bb69f09f10bef0f8d01cdde22bcba1242b263bb5f0d041'
$silentArgs = '/S'
$validExitCodes = @(0)
$bits = Get-ProcessorBits
Expand Down

0 comments on commit 20782f8

Please sign in to comment.