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 18, 2017
1 parent 6c03b28 commit 2c37c73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions automatic/duckietv_pre/duckietv_pre.nuspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>duckietv</id>
<version>2017.0917.0130-nightly</version>
<version>2017.0918.0130-nightly</version>
<packageSourceUrl>https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/duckietv</packageSourceUrl>
<owners>JourneyOver</owners>
<title>DuckieTV</title>
Expand All @@ -28,7 +28,7 @@ With the integrated DuckieTorrent client you can connect DuckieTV to your local
As of v0.60 DuckieTV also is also finally becoming a worthy SickBeard competitor by introducing an automatic downloading of shows that have aired and translations into 15 languages (English, Deutch, Español, Français, Italiano, 日本, 한국어, Nederlands, Norsk bokmål, Português, Русский, Română, Slovenščina, Svenska, 简体中文).

![screenshot](https://raw.githubusercontent.com/JourneyOver/chocolatey-packages/master/readme_imgs/duckietv.png)
</description>
</description>
<releaseNotes>
#### Program
* [Changelog](https://github.com/DuckieTV/Nightlies/releases)
Expand Down
12 changes: 6 additions & 6 deletions automatic/duckietv_pre/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$packageName = 'duckietv'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709170130/DuckieTV-201709170130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709170130/DuckieTV-201709170130-windows-x64.zip'
$checksum = '38E8269F2726E1E5E20A62559E349D61475520F20AE799E26FE67A633D1D0436'
$checksum64 = 'A8980CAD226A0408377C4686BEEFA7420D3ED410FC0C252A5E58C601BEE19B03'
$url = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709180130/DuckieTV-201709180130-windows-x32.zip'
$url64 = 'https://github.com/DuckieTV/Nightlies/releases/download/nightly-201709180130/DuckieTV-201709180130-windows-x64.zip'
$checksum = 'b366570b9ff368477cbc266bb5a93861dd713f9a611826796343b31b59a313e4'
$checksum64 = '4e69ba0255cbe127ae1423779c52c66d44dc2898bd0910215e6f2ddc761b7961'
$silentArgs = '/S'
$validExitCodes = @(0)
$bits = Get-ProcessorBits
Expand Down Expand Up @@ -35,4 +35,4 @@ $packageArgs = @{
softwareName = 'DuckieTV*'
}

Install-ChocolateyInstallPackage @packageArgs
Install-ChocolateyInstallPackage @packageArgs

0 comments on commit 2c37c73

Please sign in to comment.