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 Mar 6, 2019
1 parent e4a98f4 commit c9d6ecf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/duckietv/duckietv.json
@@ -1,4 +1,4 @@
{
"nightly": "2019.0305.0130-nightly",
"nightly": "2019.0306.0130-nightly",
"stable": "1.1.5"
}
2 changes: 1 addition & 1 deletion automatic/duckietv/duckietv.nuspec
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>2019.0305.0130-nightly</version>
<version>2019.0306.0130-nightly</version>
<packageSourceUrl>https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/duckietv</packageSourceUrl>
<owners>JourneyOver</owners>
<title>DuckieTV</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/duckietv/hashcheck.txt
@@ -1 +1 @@
- ff641a3
- 2d347ec
8 changes: 4 additions & 4 deletions automatic/duckietv/tools/chocolateyInstall.ps1
Expand Up @@ -3,10 +3,10 @@
$packageName = 'duckietv'

$toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$url32 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201903050130/DuckieTV-201903050130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201903050130/DuckieTV-201903050130-windows-x64.zip'
$checksum32 = '125fb949073f8d58ae386ae45e6090c497ba7ba8200ae34d6dac4776e709ae61'
$checksum64 = '840c177d782c116aca5aaebe33733d71c7227e4917480b827eb846b3583d5dcc'
$url32 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201903060130/DuckieTV-201903060130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201903060130/DuckieTV-201903060130-windows-x64.zip'
$checksum32 = 'd10370e19975e3d0173f740161c4e30152821cdcaea2538c8142c889d2d7648d'
$checksum64 = '3e009e94c34af33f3e71d11c83c9046ea23d30a27989c65b8aa066d685ce9ee3'
$silentArgs = '/S'
$validExitCodes = @(0)

Expand Down

0 comments on commit c9d6ecf

Please sign in to comment.