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 31, 2017
1 parent b59a2a3 commit 0c53134
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.0829.0130-nightly</version>
<version>2017.0831.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-201708290130/DuckieTV-201708290130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201708290130/DuckieTV-201708290130-windows-x64.zip'
$checksum32 = '40D6AA4BF1D8A0369C1C069C3CFF406CC7C0399E23D33CDC8D7809B5DCB6EDF9'
$checksum64 = 'CCD3F2DD56A5630AF5E4CD1FF4B39F8EE6104973661440B88A62226948ADCAF2'
$url32 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201708310130/DuckieTV-201708310130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201708310130/DuckieTV-201708310130-windows-x64.zip'
$checksum32 = '13DC5FAD485EE2BA333A1BBA2B421E3E9C22754461E408D021C93BAC4B111242'
$checksum64 = 'F2638A35AA4C8917EB862A18F78BAAE8E7A0FACBE8B1F9D7B39C720A381A7E09'
$silentArgs = '/S'
$validExitCodes = @(0)
$bits = $ENV:PROCESSOR_ARCHITECTURE -replace ("amd", "") -replace ("x86", "32")
Expand Down

0 comments on commit 0c53134

Please sign in to comment.