Skip to content

Commit

Permalink
AU: 3 updated - chromium ffmpeg ffmpeg-full
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 3, 2024
1 parent 9efef4f commit b4937c5
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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": "129.0.6634.0-snapshots",
"snapshots": "129.0.6635.0-snapshots",
"stable": "127.0.6533.89"
}
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>129.0.6634.0-snapshots</version>
<version>129.0.6635.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1336747/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1336944/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
checksum64: 66AAF2FFC92AA5C4636125D22F80CD48FBAD0D87DC6B410923628DDE432BD906
checksum64: 29C0A31DF4028633F6F0BFC16169326908B9C48674A6A3BAD7C7488244A4234F

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

$version = '129.0.6634.0-snapshots'
$version = '129.0.6635.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1336744/mini_installer.exe'
checksum = '1BACB02879599F0DA291A5FEA289E1F09DB425C5FC9B9F68C4B610596848616A'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1336944/mini_installer.exe'
checksum = '6001993AC9EE40A2DE39BA5506BF02F78330DF4C2C4C8D761E7B2BFDB5FF27C0'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
2 changes: 1 addition & 1 deletion automatic/ffmpeg-full/ffmpeg-full.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-full</id>
<version>7.0.1</version>
<version>7.0.2</version>
<title>FFmpeg Full</title>
<owners>chocolatey-community, VuiMuich</owners>
<authors>FFmpeg Contributors</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ffmpeg-full/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: 0C04837490BDBF401A03F5B67428BC234009F34AE5CC5111CA18B0BDBC8CA506
checksum64: 996D20A2BC8A8E228EB1279D7796CCF2F8B51DE882CECB19E6A399E9D5EBB41E

File 'LICENSE.txt' is obtained from:
https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/COPYING.GPLv3
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>7.0.1</version>
<version>7.0.2</version>
<title>FFmpeg</title>
<owners>chocolatey-community</owners>
<authors>FFmpeg Contributors</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ffmpeg/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: E19115321897A27C2FCF73D3B23D5139847A8C4FD4792EECCE1712BFD9ACCD05
checksum64: B9D55FC90D03FA921281C6A0FE398723667FA6A126D8544B29F20EA819D54AD9

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

0 comments on commit b4937c5

Please sign in to comment.