Skip to content

Commit

Permalink
AU: 2 updated - GoogleChrome mkvtoolnix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 13, 2019
1 parent 3065003 commit f1dba84
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.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>GoogleChrome</id>
<version>72.0.3626.121</version>
<version>73.0.3683.75</version>
<title>Google Chrome</title>
<owners>chocolatey</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '72.0.3626.121'
$version = '73.0.3683.75'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = 'fc77c3996748ef9bcd65a638dc1666ffbac323e9ed7a9a4ef754f2264e69f948'
checksum64 = '60c6fc25e0ea9da82c4f7326a5df114e9b15438026376196421e473a7d8b6b1a'
checksum = '8fd4ee6425f338ce1edfda38b00a661660b5a171be514ec3ec3093af2fcdca5d'
checksum64 = '797c673febd7e966b192bd012687ddd9bdf952de42e232857f1e9a11608f22a9'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
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/31.0.0/mkvtoolnix-32-bit-31.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/31.0.0/mkvtoolnix-64-bit-31.0.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/32.0.0/mkvtoolnix-32-bit-32.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/32.0.0/mkvtoolnix-64-bit-32.0.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: 6D96F695A2D79347585709605C687DAA480D6ED35B6AD2C019610CC953880ED5
checksum64: 9F25644D5B3D656C1E2AB0E7D835B40CA06580AD732A27E2B148B18991D3B22F
checksum32: 845ECB1BBF0E42C387EFDD77E62D997DD3F15FBC23582B75B95B9B4F728A8D88
checksum64: 64BFADB5F73C921CF9C88C1BA50B7033818670C0EB7D17E5A9DBCE87FB668F9B
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>31.0.0</version>
<version>32.0.0</version>
<title>MKVToolNix</title>
<owners>chocolatey</owners>
<authors>Moritz Bunkus</authors>
Expand Down

0 comments on commit f1dba84

Please sign in to comment.