diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 48e9d760d61..1984946ec8d 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { "snapshots": "102.0.4967.0-snapshots", - "stable": "99.0.4844.82" + "stable": "99.0.4844.84" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 9e27c6140cd..d8e2ee1c5c8 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 102.0.4967.0-snapshots - Chromium Snapshots + 99.0.4844.84 + Chromium chocolatey-community The Chromium Authors http://www.chromium.org/Home diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 2f1e739954f..6ff758d597e 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: F7E28EE780FC5185A53C15EADC0DF0ADCB9D384A13C255602CB604290475758A - checksum64: B4DEBF34A9B60555717B02191515F91694A62AB6040ACE416A9B138161A9E1A5 + checksum32: 838812D29C538BFD9F81B2166F3739C567EE2A89E23DFB4B7439DCF721B445FB + checksum64: 9EF928B267CF8C3CA6B7FBB89B58259A2CDED5A06EB33CA266FFD019BBA7A007 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 7137da03af3..0171eba84f9 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 = "102.0.4967.0-snapshots" +$version = "99.0.4844.84" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/mkdocs/README.md b/automatic/mkdocs/README.md index eb52c543093..f41944f0885 100644 --- a/automatic/mkdocs/README.md +++ b/automatic/mkdocs/README.md @@ -1,4 +1,4 @@ -# [mkdocs](https://chocolatey.org/packages/mkdocs) +# [mkdocs](https://chocolatey.org/packages/mkdocs) MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file. diff --git a/automatic/mkdocs/mkdocs.nuspec b/automatic/mkdocs/mkdocs.nuspec index 597580b2936..97589fedbdc 100644 --- a/automatic/mkdocs/mkdocs.nuspec +++ b/automatic/mkdocs/mkdocs.nuspec @@ -4,13 +4,13 @@ mkdocs MkDocs - 1.2.3 + 1.3.0 Tom Christie chocolatey-community http://www.mkdocs.org https://github.com/mkdocs/mkdocs/ - https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/mkdocs - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@45d7d88c15fb38a55f15ef9ecf39b356cdbadabd/icons/mkdocs.png + https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/mkdocs + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@45d7d88c15fb38a55f15ef9ecf39b356cdbadabd/icons/mkdocs.png https://github.com/mkdocs/mkdocs/blob/master/LICENSE http://www.mkdocs.org https://github.com/mkdocs/mkdocs/issues diff --git a/automatic/mkdocs/tools/ChocolateyInstall.ps1 b/automatic/mkdocs/tools/ChocolateyInstall.ps1 index 0c02ee78255..0cd7bc1b0be 100644 --- a/automatic/mkdocs/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '1.2.3' +$version = '1.3.0' $proxy = Get-EffectiveProxy if ($proxy) { diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 130b607b257..2a640fcbde7 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: B96FE42D61CB75C554497F9215BE833453225E29FEC0B76D56E6FB35A04EB227 - checksum64: F3A130860BD7A41867613FA11DF7B15D235CFE7D924404C0A81121D96304BD01 + checksum32: 85917B454FAC0A13473AF2543AD49BFF25CE4D0DF63177B31DAA5C10AF0052C8 + checksum64: 4A199A73BAC2A694B3694E1A4248CC4CBBEDB3D9A2F9B5ABB730BFF391E18613 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 21429d8d8dc..55cb275eeeb 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.4628_x86.zip" - file64 = "$toolsDir\gvim_8.2.4628_x64.zip" + file = "$toolsDir\gvim_8.2.4632_x86.zip" + file64 = "$toolsDir\gvim_8.2.4632_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index bc5c4ff8aff..5d64dc11936 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.4628 + 8.2.4632 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.