From 583bef7e9d8d2b7d5cb4f18d1d7a0205dd0228a3 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 20 Sep 2021 12:13:39 +0000 Subject: [PATCH] AU: 6 updated - chromium mixxx mkdocs-material vscode-insiders vscode-insiders.install waterfox-classic [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/72c99c0a7cf61877ef33c4c52f0fa7a6a5ae8a67 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/mixxx/legal/VERIFICATION.txt | 4 ++-- automatic/mixxx/mixxx.json | 2 +- automatic/mixxx/mixxx.nuspec | 2 +- automatic/mixxx/tools/chocolateyInstall.ps1 | 2 +- automatic/mkdocs-material/mkdocs-material.nuspec | 2 +- automatic/mkdocs-material/tools/ChocolateyInstall.ps1 | 2 +- .../vscode-insiders.install/tools/chocolateyInstall.ps1 | 8 ++++---- .../vscode-insiders.install.nuspec | 2 +- automatic/vscode-insiders/vscode-insiders.nuspec | 4 ++-- automatic/waterfox/Readme.md | 2 +- automatic/waterfox/legal/VERIFICATION.txt | 4 ++-- automatic/waterfox/tools/chocolateyInstall.ps1 | 4 ++-- automatic/waterfox/waterfox.json | 2 +- automatic/waterfox/waterfox.nuspec | 8 ++++---- 18 files changed, 31 insertions(+), 31 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index d8c2db86f58..cf1b76bf7ed 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "96.0.4648.0-snapshots", + "snapshots": "96.0.4649.0-snapshots", "stable": "93.0.4577.82" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 2bcc2997bd3..a0a45f1473b 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 96.0.4648.0-snapshots + 96.0.4649.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 064836d9016..4ae378b79e3 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: F519CC6C0529E7E1BEFD09A371AC2424B9397A07A13B0EE39AF19D36AB819D6F - checksum64: 059D0A2823815C1BA76CBB0A7B1BE636411BADD65798751077A9093A7420D093 + checksum32: 3621828E39D9A219F70F43FA82589D037877A0F304416360F2427DA93C8738DD + checksum64: 9ED61D808F7C49D57B77E9E7CA611ECD59AC16C847CE5ED568546EC2597B282A The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index d8ce9c1d0b0..f33aac4058e 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 = "96.0.4648.0-snapshots" +$version = "96.0.4649.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index be8b7ca1fdf..1c5a37bad4f 100644 --- a/automatic/mixxx/legal/VERIFICATION.txt +++ b/automatic/mixxx/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ Package can be verified like this: 1. Go to x32: No longer being provided - x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-837-g4bf6196c84-win64.msi + x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-839-g4ef9b6c136-win64.msi to download the installer. @@ -16,7 +16,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: 00C8672E8E4F9311C2F94A1CAEA46A9FC4891FB56E2D5DC6947AC9993C78362D + checksum64: 63E981C955242CE3F4D61CB31AAAD194E7D0F99D06FEAE3532E040FFA38EDFE5 File 'license.txt' is obtained from: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/automatic/mixxx/mixxx.json b/automatic/mixxx/mixxx.json index 38bbb729cb5..f76aebb7163 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,4 +1,4 @@ { "stable": "2.3.0", - "alpha": "2.4-alpha-837" + "alpha": "2.4-alpha-839" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index 1d9a4aa5b86..d47bfeb4aee 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.4-alpha-837 + 2.4-alpha-839 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index e0bf38cdb8a..30d73f1e7b8 100644 --- a/automatic/mixxx/tools/chocolateyInstall.ps1 +++ b/automatic/mixxx/tools/chocolateyInstall.ps1 @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) { $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file64 = "$toolsPath\mixxx-2.4-alpha-837-g4bf6196c84-win64.msi" + file64 = "$toolsPath\mixxx-2.4-alpha-839-g4ef9b6c136-win64.msi" softwareName = 'Mixxx *' diff --git a/automatic/mkdocs-material/mkdocs-material.nuspec b/automatic/mkdocs-material/mkdocs-material.nuspec index b1696ee2932..d34fb17775c 100644 --- a/automatic/mkdocs-material/mkdocs-material.nuspec +++ b/automatic/mkdocs-material/mkdocs-material.nuspec @@ -4,7 +4,7 @@ mkdocs-material MkDocs Material Theme - 7.2.7 + 7.2.8 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 914e12d0e3f..a2839e66c16 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '7.2.7' +$version = '7.2.8' $proxy = Get-EffectiveProxy if ($proxy) { diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index 4ec3ba28bee..9e0e4f44c69 100644 --- a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 @@ -22,14 +22,14 @@ function Get-MergeTasks { $packageArgs = @{ packageName = "$env:ChocolateyPackageName" fileType = 'exe' - url = 'https://az764295.vo.msecnd.net/insider/a0af58197e4a1d3e82fbe3048e0549e622d19f4f/VSCodeSetup-ia32-1.61.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/a0af58197e4a1d3e82fbe3048e0549e622d19f4f/VSCodeSetup-x64-1.61.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/c28c86fcd12e4f8693d6569deadfc740dcf8f55b/VSCodeSetup-ia32-1.61.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/c28c86fcd12e4f8693d6569deadfc740dcf8f55b/VSCodeSetup-x64-1.61.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = 'd813fb1b80e7b9b73403b4091b3ea6bddee446f87cdf7b349305fa1bda9c52c06788ef79c630aed8c930a40695af3b9f727e2f56d9b5f4bd4fa5d57b7f2517c5' + checksum = '23ebe7274fb7c356ff88abe18c8ddb157d9dc7d3bf84f178119c6934afaaba69452d8bb34cc9d42bc1b22795616af6b72a303783555c8cb8cb0e5a3ea395ad93' checksumType = 'sha512' - checksum64 = '8622f0ee7b97eb01c171532bf4aaa415b539dd0488f61e64b9decdbf43049cf75c62efb0e96d74c425a8d0c86a6f8ea446a0b868c6e6987f14bf13b207bc028c' + checksum64 = 'fdc6513023297ec617d972a2d98631df82e38f4153325f3cc7cc4a2e551775467655aaa0a7968977edb3ab04cf5380515b3d9c4a1e32883223486a1d6d45ae6b' checksumType64 = 'sha512' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec index 0f03d51b996..f6a1d28314d 100644 --- a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec +++ b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec @@ -4,7 +4,7 @@ vscode-insiders.install Visual Studio Code Insiders (Install) - 1.61.0.20210917 + 1.61.0.20210920 Microsoft chocolatey-community https://code.visualstudio.com/insiders diff --git a/automatic/vscode-insiders/vscode-insiders.nuspec b/automatic/vscode-insiders/vscode-insiders.nuspec index f0726125491..08eb4c01905 100644 --- a/automatic/vscode-insiders/vscode-insiders.nuspec +++ b/automatic/vscode-insiders/vscode-insiders.nuspec @@ -4,7 +4,7 @@ vscode-insiders Visual Studio Code Insiders - 1.61.0.20210917 + 1.61.0.20210920 Microsoft chocolatey-community https://code.visualstudio.com/insiders @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath" ]]> microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/updates/#_preview-features diff --git a/automatic/waterfox/Readme.md b/automatic/waterfox/Readme.md index 5374b55001f..24259375b87 100644 --- a/automatic/waterfox/Readme.md +++ b/automatic/waterfox/Readme.md @@ -1,6 +1,6 @@ # [waterfox](https://chocolatey.org/packages/waterfox) -Use this version of Waterfox if you want the latest and greatest the web has to offer, want to use all WebExtensions and a few bootstrap extensions. +Use this version of Waterfox if you have your browser set up with various NPAPI plugins and bootstrap extensions that have not been updated as WebExtensions or for [Waterfox Current](https://chocolatey.org/packages/waterfox) **How and why Waterfox is here...** Waterfox was started back in March 2011 by [Alex Kontos](https://github.com/MrAlex94), a 16 year old student. diff --git a/automatic/waterfox/legal/VERIFICATION.txt b/automatic/waterfox/legal/VERIFICATION.txt index 9740d5aac7d..ec87c56c103 100644 --- a/automatic/waterfox/legal/VERIFICATION.txt +++ b/automatic/waterfox/legal/VERIFICATION.txt @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy. The installer have been downloaded from their official download link listed on and can be verified like this: -1. Download +1. Download 2. Then use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum: C16E65E828E7636D57567DFE1CB9BF060650A231AC48735DD2580300E019A68B + checksum: E29E12D9E8682955269B0EBB195FFA153B745D3BF713F5F58439145F343AC01F File 'LICENSE.md' is obtained from diff --git a/automatic/waterfox/tools/chocolateyInstall.ps1 b/automatic/waterfox/tools/chocolateyInstall.ps1 index 5328e8c10f5..e47f08a3b1e 100644 --- a/automatic/waterfox/tools/chocolateyInstall.ps1 +++ b/automatic/waterfox/tools/chocolateyInstall.ps1 @@ -7,10 +7,10 @@ if ((Get-OSArchitectureWidth -Compare 32) -or $env:chocolateyForceX86 -eq $true) } $packageArgs = @{ - packageName = 'Waterfox' + packageName = 'waterfox-classic' fileType = 'exe' softwareName = 'Waterfox*' - file = "$toolsDir\Waterfox G3.2.6 Setup_x64.exe" + file = "$toolsDir\Waterfox Classic 2021.09 Setup_x64.exe" silentArgs = "/S" validExitCodes= @(0) } diff --git a/automatic/waterfox/waterfox.json b/automatic/waterfox/waterfox.json index 3e3c5136efa..5a08e4d8040 100644 --- a/automatic/waterfox/waterfox.json +++ b/automatic/waterfox/waterfox.json @@ -1,4 +1,4 @@ { "current": "21093.2.6", - "classic": "2021.08.1" + "classic": "2021.09" } diff --git a/automatic/waterfox/waterfox.nuspec b/automatic/waterfox/waterfox.nuspec index bf91679b934..7410d3eb100 100644 --- a/automatic/waterfox/waterfox.nuspec +++ b/automatic/waterfox/waterfox.nuspec @@ -2,11 +2,11 @@ - Waterfox - 21093.2.6 + waterfox-classic + 2021.09 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/waterfox chocolatey-community,tonigellida,admiringworm - Waterfox + Waterfox classic Alex Kontos https://www.waterfoxproject.org/ https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@2171e76d9468526e4e792d20ac6b68e1a8fdc93a/icons/waterfox.png @@ -16,7 +16,7 @@ https://github.com/MrAlex94/Waterfox waterfox web-browser firefox 64-bit admin cross-platform foss Waterfox is basically a 64-bit version of Firefox. -