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 21, 2017
1 parent 91d3489 commit a6605fd
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.0920.0130-nightly</version>
<version>2017.0921.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-201709200130/DuckieTV-201709200130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709200130/DuckieTV-201709200130-windows-x64.zip'
$checksum = '3fdb12efecdd7377d0ad7a9466f5b26090c693470243d15e3042b14b2f986f6c'
$checksum64 = '362408528963a0ebf8ca3009c324a9fe2bf7cc918c101c016fe9b10f2ddad52e'
$url = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709210130/DuckieTV-201709210130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709210130/DuckieTV-201709210130-windows-x64.zip'
$checksum = '6bb57ea55bdadafd82c73815d0adefce04270838fcbb2a0de19ebd58290e67e7'
$checksum64 = 'ced72641942240281ed4f4fad287272d6e2581acedf23ed1cbbc25845719c1bf'
$silentArgs = '/S'
$validExitCodes = @(0)
$bits = Get-ProcessorBits
Expand Down

0 comments on commit a6605fd

Please sign in to comment.