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 Aug 28, 2017
1 parent c3721f4 commit 97f1d6a
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 @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>duckietv</id>
<version>2017.0827.0130-nightly</version>
<version>2017.0828.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
@@ -1,9 +1,9 @@
$packageName = 'duckietv'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201708270130/DuckieTV-201708270130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201708270130/DuckieTV-201708270130-windows-x64.zip'
$checksum32 = '5E2ACFB14BAFC0A85EB3F84CE604FBC2D91CFDF6AFA586AB8CA25EAE723ECE8C'
$checksum64 = 'E4196AB7DA3348EC6FDA454736C9FC954F9DFE9A5E7745FECFC726004B889F99'
$url32 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201708280130/DuckieTV-201708280130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201708280130/DuckieTV-201708280130-windows-x64.zip'
$checksum32 = '7733409053B57F1D961EE8C9C053A71FB9327E34C541446CD328A49C83C0EFD0'
$checksum64 = 'C633EF2A74D73B4A1919928F50DE8DD6A7711CEE273ED8281EC27CC8DCC6377A'
$silentArgs = '/S'
$validExitCodes = @(0)
$bits = $ENV:PROCESSOR_ARCHITECTURE -replace ("amd", "") -replace ("x86", "32")
Expand Down

0 comments on commit 97f1d6a

Please sign in to comment.