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 16, 2017
1 parent 6fbfb2a commit 4cca9c7
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.1015.0130-nightly</version>
<version>2017.1016.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-201710150130/DuckieTV-201710150130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201710150130/DuckieTV-201710150130-windows-x64.zip'
$checksum = 'd4aa90fa9409d51f6a5be5513aaae3c12ae1523e548e104562422e28ab2a4d4b'
$checksum64 = '7ef02716bb60027670d9cb5bac73718b32207fffbbe7654c6992cc068cb3fc96'
$url = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201710160130/DuckieTV-201710160130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201710160130/DuckieTV-201710160130-windows-x64.zip'
$checksum = '43d1e1b417beeed28ffec60e3abcc93be5908505204f418c0bb5ce647a388c5a'
$checksum64 = '845f3b1fc7f9d8a00a39f823e820933c9a60f29bbe200f9cecefe35702e314c3'
$silentArgs = '/S'
$validExitCodes = @(0)
$bits = Get-ProcessorBits
Expand Down

0 comments on commit 4cca9c7

Please sign in to comment.