Skip to content

Commit

Permalink
AU: 1 updated - MediathekView
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 29, 2017
1 parent 56f47b8 commit 8fa13e3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions automatic/mediathekview/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Package changelog for [MediathekView](https://chocolatey.org/packages/mediathekview)

## Version: 13.0.5 (2017-12-29)
- **ENHANCEMENT:** Add package changelogs [#6](https://github.com/AdmiringWorm/chocolatey-packages/issues/6)

## Version 13.0.3 (2017-10-22)
- Initial implementation of the mediathekview chocolatey package
4 changes: 2 additions & 2 deletions automatic/mediathekview/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://download.mediathekview.de/stabil/>
and can be verified by doing the following:

1. Download the following <https://download.mediathekview.de/stabil/MediathekView-13.0.4.zip>
1. Download the following <https://download.mediathekview.de/stabil/MediathekView-13.0.5.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 8C06744847B638882BFFC663683D1A947D9CE63C36744FDC89CA7044F19FB952
checksum: 8D172AF1C1A61887286F123BB66809CB8C674DA30DD18B3888D7F2EF5E70F092

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl-3.0.txt>
2 changes: 1 addition & 1 deletion automatic/mediathekview/mediathekview.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>MediathekView</id>
<version>13.0.4</version>
<version>13.0.5</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/mediathekview</packageSourceUrl>
<owners>AdmiringWorm, W.Xaver</owners>
<title>MediathekView</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mediathekview/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\MediathekView-13.0.4.zip"
file = "$toolsPath\MediathekView-13.0.5.zip"
destination = $toolsPath
}

Expand Down

0 comments on commit 8fa13e3

Please sign in to comment.