diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index bfc28b88b16..cae9863c6c1 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "127.0.6524.0-snapshots", + "snapshots": "127.0.6525.0-snapshots", "stable": "125.0.6422.142" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 03baee7857b..cf2dddc65b5 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 127.0.6524.0-snapshots + 127.0.6525.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index e77d6d316f6..916a76756ce 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-Bit software: + 64-Bit software: 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: D5C248A772AECF120E7BED404380E72BA2994BEA75416E9A4B474565C7D9CCA9 + checksum64: 9F6EBE47B04AFBC01305E009849D3614E8BC76539D46F7583B2C19A3140C68B8 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 0ddc7eeb8ba..5a664c72be4 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition . (Join-Path $toolsDir 'helper.ps1') -$version = '127.0.6524.0-snapshots' +$version = '127.0.6525.0-snapshots' $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string @@ -15,8 +15,8 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' - url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1311124/mini_installer.exe' - checksum = '5B2C7DB70A7D7252A40DBD26C62EE5903A8DDD6CC86D45C43BEDDB512EF2856C' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1311229/mini_installer.exe' + checksum = 'CE4A2AAF62A074F8401DC34D20DA5EAA0E9F0E5F6217A2CD26D2B01B3487BB32' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index ac7bf860838..b9924605179 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "201.3.5439-beta", + "beta": "201.3.5495-beta", "stable": "200.4.7134" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 97ef393d9b2..1cb9c902ed9 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 201.3.5439-beta + 201.3.5495-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 8de2641f8b3..0b309b8c4dd 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '201.3.5439' +$version = '201.3.5495' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20201.3.5439%20Offline%20Installer.x86.exe' - url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20201.3.5439%20Offline%20Installer.x64.exe' - checksum = 'c22f5683b22c9ca8d8512de3d67b31b115bc86ac505fa3f06b5a45f0581b77a1' - checksum64 = 'f0669aca7c7768d9e16396567999f5a16fd27fcbc681f2373403bf85f75efdfd' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20201.3.5495%20Offline%20Installer.x86.exe' + url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20201.3.5495%20Offline%20Installer.x64.exe' + checksum = '62381d623fa0dc9cbc0ecd3b38b62cc6e9449ff2672f61e9c69b743f5dfe87ad' + checksum64 = 'a1ded438c113b2e82fe335c666fe7d222a4acab22396d71b2bf2b19366a4d6af' fileType = 'exe' checksumType = 'sha256' checksumType64 = 'sha256'