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 Oct 6, 2017
1 parent 1b3cb09 commit 0916726
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.1005.0130-nightly</version>
<version>2017.1006.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-201710050130/DuckieTV-201710050130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201710050130/DuckieTV-201710050130-windows-x64.zip'
$checksum = '945c9e2ecc729b8daeea1517db6e3a4be13756e85a07aba13b675000db66fd92'
$checksum64 = '02facd899e7b851cff0203fe4f32b0b63caf35486ae936568e45820dff00ba4e'
$url = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201710060130/DuckieTV-201710060130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201710060130/DuckieTV-201710060130-windows-x64.zip'
$checksum = '13d75f3878a001ecde893ab882163bb4def96ae56672f9852dedfc7ae072dd6d'
$checksum64 = '038891f7eaf8429c51025dbcb54fa1e045a02858e92eda8b3d8f066e017cedd1'
$silentArgs = '/S'
$validExitCodes = @(0)
$bits = Get-ProcessorBits
Expand Down

0 comments on commit 0916726

Please sign in to comment.