diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index dbb37d7a0fd..83e5c684d2f 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "98.0.4713.0-snapshots", + "snapshots": "98.0.4714.0-snapshots", "stable": "96.0.4664.45" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 337d108b210..83d084dba0f 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 98.0.4713.0-snapshots + 98.0.4714.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 60a31a81602..b7b3c2562f7 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-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 - checksum32: 1F371C870484F89CE3F4C6649FD5B044C58BA2A30D68B3DBCB35FD9A19F7D421 - checksum64: 25C781D7B6D8767E827B2F0F19A1D56D496F27CF2FF3C8E4B4CD1C0C2104CB59 + checksum32: B32B9EA9CE019C9033FAF1B97E9301E1B9652A346F908A5E428E09E5ABB20DB5 + checksum64: 664194336F375F3507F7AA2AFF5C86C6ABF3697829637C7CC566E60B1B169D93 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 12203d24204..b315fe4268d 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "98.0.4713.0-snapshots" +$version = "98.0.4714.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 3a9ec4da796..916e4060b82 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "136.3.4318-beta", + "beta": "136.3.4333-beta", "stable": "135.4.4221" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 6effe7ee26f..3f3d32696e9 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 136.3.4318-beta + 136.3.4333-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 0aea4d388a8..faca325c144 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '136.3.4318' +$version = '136.3.4333' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20136.3.4318%20Offline%20Installer.exe' - checksum = '4ca6615e3cde3562f3f0bf75f40cabcb3b65932abab3625c997d9d1dd4702f4c' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20136.3.4333%20Offline%20Installer.exe' + checksum = '119bcdab44a11e053bffe02725aeb3f5be807fec44aaf7d276d807cb29f8ce84' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s' diff --git a/automatic/googlechromebeta/googlechromebeta.nuspec b/automatic/googlechromebeta/googlechromebeta.nuspec index 4b099620532..ec516ba3a1c 100644 --- a/automatic/googlechromebeta/googlechromebeta.nuspec +++ b/automatic/googlechromebeta/googlechromebeta.nuspec @@ -3,7 +3,7 @@ googlechromebeta - 96.0.4664.45-beta + 97.0.4692.20-beta Google Chrome Beta chocolatey-community,nsleigh Google Inc. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index e2e2c2fa6c5..37f7cf336a0 100644 --- a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 +++ b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '96.0.4664.45-beta' +$version = '97.0.4692.20-beta' if ($version -eq (Get-ChromeBetaVersion)) { Write-Host "Google Chrome Beta $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi' - checksum = '5c7a2064160d3f27017229c1d7312c597d956c85d5fd81eb1163300d65c69bb9' - checksum64 = '2ffeff6ddbdc089082df39937bbee3b997a03ca39204bc342f9b9f5dd94ee33d' + checksum = 'f831b26d3a62c40cdc2dfb5d7a23e3064f7c03854e654db90f277c668738abdd' + checksum64 = 'ed32a91de13e2fa6f98be0e1a5a8f5b6926607b69b1054f1102f7c05a6795fde' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index eee48f75a41..784c474cde4 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy. The embedded software have been downloaded from GitHub and can be verified like this: 1. Download the following zips: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 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: 0C9CDB4D3FB46D04CB7602D43E318EFDD8E9175AF43BA5A3CEF6338611046656 - checksum64: 0264A39BA83542CB65A2EA8BA91251E208C73193D5E5504A1006066A56981E64 + checksum32: CC20C5150D5AAB0B293B30C0A7E2486CFD443DA07A93B77D1F9435C2D25C5EE2 + checksum64: 975327D9AB310A22DA42232DB769554BDCECD423EBCF3B1D37C7484377824F40 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index c05ab054f08..7ea29649d4b 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_8.2.3614_x86.zip" - file64 = "$toolsDir\gvim_8.2.3614_x64.zip" + file = "$toolsDir\gvim_8.2.3619_x86.zip" + file64 = "$toolsDir\gvim_8.2.3619_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 87fe9400c4a..6ad16efddcb 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.3614 + 8.2.3619 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds, matsuhav Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.