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 29, 2017
1 parent 3458e92 commit 5e66b9f
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.0928.0130-nightly</version>
<version>2017.0929.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-201709280130/DuckieTV-201709280130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709280130/DuckieTV-201709280130-windows-x64.zip'
$checksum = 'e351bca823d348b28b9dc45434f1663c5b8f2816b86a5a7cfd4428d25721f37f'
$checksum64 = '7d347f20095a571c3cddd1c64a2f57094d7f050476c2275e742a054c0f73e728'
$url = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709290130/DuckieTV-201709290130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709290130/DuckieTV-201709290130-windows-x64.zip'
$checksum = '5693fa5279e83523a4862d32055ce3679fb9b704b44d2843f92edab352289976'
$checksum64 = '8d51f02880c96436cb8d65aa6e918d6a3403e40eb2d2e8ad177a192192d69d65'
$silentArgs = '/S'
$validExitCodes = @(0)
$bits = Get-ProcessorBits
Expand Down

0 comments on commit 5e66b9f

Please sign in to comment.