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 13, 2018
1 parent 413cdff commit cd86dca
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.1.zip>
1. Download the following <https://download.mediathekview.de/stabil/MediathekView-13.1.2.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: 802DBC3106BE7EE07AD30CBB008B3AC1EC8E301B4F88F5C81BB8679734640473
checksum: 52C14DB0B49A2149CE26BC95A88909A895C67CD09F05D7D7A11382972E241DDF

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

Expand Down

0 comments on commit cd86dca

Please sign in to comment.