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 Aug 31, 2020
1 parent 24e0135 commit 5b0a392
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "87.0.4250.0-snapshots",
"snapshots": "87.0.4251.0-snapshots",
"stable": "85.0.4183.83"
}
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>87.0.4250.0-snapshots</version>
<version>87.0.4251.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/802941/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/802941/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/803036/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/803033/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: F2F9E28CEA5C78968458F0A573850A35F69CA2E970E571F38356EDACC188AC71
checksum64: 6EEF094587E89BC094C339EE5771AB5DA02AC58C4E948A9B09ED8CE08FB99F14
checksum32: 5C6E47F5AE8F1EDF3EE5F3164C459F6DFB109FD8F68EEA360D6AD807A2CEB2CA
checksum64: B0E2BA24B28BD3E60E7ED53DD00C45E18727DBCA58028FDF0ED37648965B718E

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 = "87.0.4250.0-snapshots"
$version = "87.0.4251.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>4.3.1</version>
<version>4.3.1.20200831</version>
<title>FFmpeg</title>
<owners>chocolatey</owners>
<authors>FFmpeg Contributors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ffmpeg/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: F00CE6012144F224D1D5CB763B4F7695B04AA591185E49C2B208E3A1D9B0FB6B
checksum64: AAD816CD86D29F43F25D64094A4B5C23B47D28E9F5BB93720B0368BF331737C6
checksum32: 589E2DEDD5BBA34DEDE84C9513505768F4042A33B5BF21D90B97901DA635A245
checksum64: F33A409DC61DF9448DCD0505C6D1614A1C161397B3E5CEAEBF8F5C0287374108

Using AU:

Expand Down

0 comments on commit 5b0a392

Please sign in to comment.