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 24, 2017
1 parent 7941799 commit 2bdb28a
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.0922.0130-nightly</version>
<version>2017.0924.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-201709220130/DuckieTV-201709220130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709220130/DuckieTV-201709220130-windows-x64.zip'
$checksum = '46023c4a144a6a17d8b47a4640fb00ee258eaea5163bbbd936cf27b032a19377'
$checksum64 = '556b26f0a82d9509741e730ca1aa364ea71d0b46f094e36546f4ca2ba1317707'
$url = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709240130/DuckieTV-201709240130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709240130/DuckieTV-201709240130-windows-x64.zip'
$checksum = 'e988c150dfcb42d955f3a4cefe38a3f6ffd08feafd68ce2677f38ac78a677ca0'
$checksum64 = 'f73f47b3a67d2a6d4566afbc0fc861c8ec09a993bdf4ddb19947ec623af523f9'
$silentArgs = '/S'
$validExitCodes = @(0)
$bits = Get-ProcessorBits
Expand Down

0 comments on commit 2bdb28a

Please sign in to comment.