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 Aug 28, 2018
1 parent 65df11c commit 60663d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.1.3.zip>
1. Download the following <https://download.mediathekview.de/stabil/MediathekView-13.2.0.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: 471EE227C9E29B941D9A66FE3A2F4AC5AE8F33E852CAB3B2683B76289C9CFDF6
checksum: 01F1C2FAD8A0ACE940301747EC7518C3A72F0E693175D8DC1E24D37C52D51D70

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.1.3</version>
<version>13.2.0</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.1.3.zip"
file = "$toolsPath\MediathekView-13.2.0.zip"
destination = $toolsPath
}

Expand Down

0 comments on commit 60663d8

Please sign in to comment.