Skip to content

Commit

Permalink
AU: 2 updated - chromium ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 28, 2018
1 parent dc1a858 commit 8b8491d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>68.0.3411.0-snapshots</version>
<version>68.0.3413.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/554306/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/554303/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/554559/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/554555/mini_installer.exe>
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
checksum32: 0518B60B62067C88A2DB147930031732437ED0F0B3450D0E25F0144A38360016
checksum64: FF8B6C783730A5BF4CA5DFDDDE3DF87C7A6AF049E99F1EAC3E57EE7844176067
checksum32: 8546DF63407FC37DC08BFA5F27EE2F4539F57C1BEB0F5F34FFE7FC97D0D454D7
checksum64: 50BCB883FDF8B3AC2208150192665D95B0E646E3DA71A005A16B815C0782EC0D

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "68.0.3411.0-snapshots"
$version = "68.0.3413.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/ffmpeg/ffmpeg.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ffmpeg</id>
<version>3.4.2</version>
<version>4.0</version>
<title>FFmpeg</title>
<owners>chocolatey</owners>
<authors>FFmpeg Contributors</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/ffmpeg/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-3.4.2-win32-static.zip
x64: https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-3.4.2-win64-static.zip
x32: https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-4.0-win32-static.zip
x64: https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.0-win64-static.zip

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 0B1EBBFF0FC2EB19FA8F207D553DEB812F5D81E4A8B860560BB6D9316EFB874E
checksum64: 7FE03672B54BED3F9D2A6A58B330DE8A13AA09AFBC4273450567182455F0C0A7
checksum32: 8B6A9119C7EA4F24DD4A9E5781781ACF6B3F8E5F8AD758C0E9D2745064125F76
checksum64: BC14EBF92E27C77BC094A47084588DDA7A77CE218B8FC68FCA3DCF768BE63B63

Using AU:

Get-RemoteChecksum https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-3.4.2-win64-static.zip
Get-RemoteChecksum https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.0-win64-static.zip

File 'LICENSE.txt' is obtained from:
https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/COPYING.GPLv3

0 comments on commit 8b8491d

Please sign in to comment.