Skip to content

Commit

Permalink
AU: 2 updated - chromium mkvtoolnix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 7, 2024
1 parent 424952d commit 2a4ca9e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 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": "130.0.6703.0-snapshots",
"snapshots": "130.0.6704.0-snapshots",
"stable": "128.0.6613.120"
}
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>130.0.6703.0-snapshots</version>
<version>130.0.6704.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/1352257/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1352419/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: 9B20DA61BB3156408F563568F867024E5A571F02113168C6D0535759A640BC4F
checksum64: F31D17EEC5814FCBA2965F0497364E0483CC1875B0BF52D943119A10B8CE1CB5

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 = '130.0.6703.0-snapshots'
$version = '130.0.6704.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/1352316/mini_installer.exe'
checksum = '9F0FFAF590BF1B313A2CD4BB7D777CB0AA320F4D37AE102D501C74593B66CE89'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1352420/mini_installer.exe'
checksum = '617056FD8ED4E6AA818793697B8AE274103E878E747F11B54C94D3FAD9DC5F0C'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
8 changes: 4 additions & 4 deletions automatic/mkvtoolnix/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Go to

x32: https://mkvtoolnix.download/windows/releases/86.0/mkvtoolnix-32-bit-86.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/86.0/mkvtoolnix-64-bit-86.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/87.0/mkvtoolnix-32-bit-87.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/87.0/mkvtoolnix-64-bit-87.0-setup.exe

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: 9E8F0D21155FF3C978158FF1E29B98548AB730E5DE491805415285CA1A8A03AD
checksum64: C0C4C6D371A8B05A684B491899CFFE514616E49FB6013CF0B1DCCE7359E2E3BB
checksum32: E17BECD6D5DC8FD5F2E5F81540959153DB93A6F5A52B0C58D44C482E350AAC1D
checksum64: 69035A667D72236BC6D577D4B942B659FA195969BFF7850FAA460CAC28CAB70A
2 changes: 1 addition & 1 deletion automatic/mkvtoolnix/mkvtoolnix.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>mkvtoolnix</id>
<version>86.0</version>
<version>87.0</version>
<title>MKVToolNix</title>
<owners>chocolatey-community</owners>
<authors>Moritz Bunkus</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mkvtoolnix/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'mkvtoolnix'
fileType = 'exe'
file = "$toolsPath\mkvtoolnix-32-bit-86.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-86.0-setup.exe"
file = "$toolsPath\mkvtoolnix-32-bit-87.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-87.0-setup.exe"
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'mkvtoolnix*'
Expand Down

0 comments on commit 2a4ca9e

Please sign in to comment.