Skip to content

Commit

Permalink
AU: 1 updated - MediathekView
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Jan 21, 2020
1 parent 67e9a4a commit 31e4221
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.5.0-win.zip>
1. Download the following <https://download.mediathekview.de/stabil/MediathekView-13.5.1-win.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: 9FD607CA48AD5EBAA7E8F1A083722A3BE2EF5E5A58F33A7775CEBBD1C762606D
checksum: C0A07AFE70AA19A6315549F2C76BF01136A9E83AC338129897F0939953E6681E

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.5.0</version>
<version>13.5.1</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 @@ -11,7 +11,7 @@ if ($pp.InstallDir) {

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\MediathekView-13.5.0-win.zip"
file = "$toolsPath\MediathekView-13.5.1-win.zip"
destination = $installPath
}

Expand Down

0 comments on commit 31e4221

Please sign in to comment.