diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 64c752805bb..e26ac0c41cb 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "108.0.5332.0-snapshots", + "snapshots": "108.0.5333.0-snapshots", "stable": "106.0.5249.62" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 36feb3aa665..7d471d9c534 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 108.0.5332.0-snapshots + 108.0.5333.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 90ad4eb4879..1a77bb2763c 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: E4A2946F813E4DEC2B25DF542EB8B3A8C86C0F5EE7528F6842C1DB96D80408D6 - checksum64: 4A54FEF5BE08C43BE7E787A014904FCF03163EA1605ECF2858F8956EF2ED6259 + checksum32: 1FAED7E55F1841D087943EC1F3DCC9CDD94D144453F59DD14E12B2D16E41BC54 + checksum64: 9AE36F1B0E54270156A2EDCD7F1D48526EF2664CD876D991B1474EC5D8030A4B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index a0a2d5b95b1..ee18925a334 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 = "108.0.5332.0-snapshots" +$version = "108.0.5333.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 c257110c1d2..3da34f24711 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "159.3.5805-beta", + "beta": "159.3.5829-beta", "stable": "158.4.4564" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index a2a98c258d1..e4d7e3aafb9 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 159.3.5805-beta + 159.3.5829-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 1edbec549df..c9c9bd16ace 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '159.3.5805' +$version = '159.3.5829' 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%20159.3.5805%20Offline%20Installer.x86.exe' - checksum = '075cf0d57e268d93e75528d3047dd4e8779607d4290fa7ee73f70c8019224c15' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20159.3.5829%20Offline%20Installer.x86.exe' + checksum = '2ecbe8999d45885e0c5c040aed75c8b4587b20ba35432787267cdd37db511b98' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s' diff --git a/automatic/mkdocs-material/mkdocs-material.nuspec b/automatic/mkdocs-material/mkdocs-material.nuspec index 01122737bba..a3efceef349 100644 --- a/automatic/mkdocs-material/mkdocs-material.nuspec +++ b/automatic/mkdocs-material/mkdocs-material.nuspec @@ -4,7 +4,7 @@ mkdocs-material MkDocs Material Theme - 8.5.3 + 8.5.4 Martin Donath chocolatey-community http://squidfunk.github.io/mkdocs-material/ diff --git a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 index 7e48c4c1df4..5638a5b26c7 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '8.5.3' +$version = '8.5.4' $proxy = Get-EffectiveProxy if ($proxy) { diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index eb1c4fe9336..13fce933af3 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: B4BF80D73064B3AAE44BA645DEF837A66DAB19A1CC84143896E720C8523416C3 - checksum64: 98F132832D8827CBAEEBB81C018503450CAC1E248672009CD37BCBC0A9B062E3 + checksum32: 9AAF3E4AB53D0E2666D60694394D54BBCDE384F83A6E569EF820CE411FE90969 + checksum64: E1A7913D02B4F5C3D71E58AB62F76B8539AE6C185CB3C95AB296E04F3B9B93E2 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 83478e9562a..e22416d48ca 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_9.0.0626_x86.zip" - file64 = "$toolsDir\gvim_9.0.0626_x64.zip" + file = "$toolsDir\gvim_9.0.0631_x86.zip" + file64 = "$toolsDir\gvim_9.0.0631_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index b20b75bc369..037fe09f587 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.0626 + 9.0.0631 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds 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. diff --git a/automatic/zotero/legal/VERIFICATION.txt b/automatic/zotero/legal/VERIFICATION.txt index d5a42c4f89a..919a01a3dca 100644 --- a/automatic/zotero/legal/VERIFICATION.txt +++ b/automatic/zotero/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on (The listed url gets redirected to another one) and can be verified by doing the following: -1. Download the following +1. Download the following 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 - checksum: 7B471E50804FA99707693D539957330E6DA8FC85E3BF5B4C9E270EDCC2903FF3 + checksum: AA0E75062DF372D05EDB2763BC5567ECE341811F75FA8012F2750809DDB34BCA The file 'LICENSE.txt' has been obtained from diff --git a/automatic/zotero/tools/chocolateyInstall.ps1 b/automatic/zotero/tools/chocolateyInstall.ps1 index 85efb8c07d2..a00afbde7c8 100644 --- a/automatic/zotero/tools/chocolateyInstall.ps1 +++ b/automatic/zotero/tools/chocolateyInstall.ps1 @@ -8,7 +8,7 @@ $packageArgs = @{ silentArgs = '/S' validExitCodes = @(0) softwareName = 'Zotero' - file = "$toolsPath\Zotero-6.0.14_setup.exe" + file = "$toolsPath\Zotero-6.0.15_setup.exe" } Install-ChocolateyInstallPackage @packageArgs diff --git a/automatic/zotero/zotero.nuspec b/automatic/zotero/zotero.nuspec index 42f63561d15..09b53e36773 100644 --- a/automatic/zotero/zotero.nuspec +++ b/automatic/zotero/zotero.nuspec @@ -5,7 +5,7 @@ zotero Zotero chocolatey-community - 6.0.14 + 6.0.15 Center for History and New Media, et. al. Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources. https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@53607633ce049d5d75ac668f4408faaeced36bc3/icons/zotero.png