diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index 6326adf66c3..cc3e2a47f75 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 94.0.4606.61 + 94.0.4606.71 Google Chrome chocolatey-community Google Inc. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index 5bf3f015488..359b86d3586 100644 --- a/automatic/googlechrome/tools/chocolateyInstall.ps1 +++ b/automatic/googlechrome/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '94.0.4606.61' +$version = '94.0.4606.71' if ($version -eq (Get-ChromeVersion)) { Write-Host "Google Chrome $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi' - checksum = '7af2adc3135989d3706fa35869a3e36140869cb86c271cfc21b29ebeb0c86e0b' - checksum64 = '8921fbe7d5a9230d83047f98e208265b4d3b6bec0d43ea9daec6a53b1a301e26' + checksum = '8f5cacc4846b9c0acb6717ba474c84d024bcaf1df87d84f0669aa6b0b36cece5' + checksum64 = '0855027a75a86d4a1138834c02fd37a0e6fadf89ae1fbf1d0127bf767eb0dfbc' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index 1c465e3aaec..dadbc72fd8a 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-856-g49e87f9889-win64.msi + x64: https://downloads.mixxx.org/releases/2.3.1/mixxx-2.3.1-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: F96E86CCD66D2A6F30A3ADBCE4F9867B8FC6F825D0F4082402323405546ECDEB + checksum64: C624F5BA54F1E7711A4CD9A92A623BDDF3439D339082544C2855FE4F7D285B3C 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 000c35f5e23..7b4b31959b5 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,4 +1,4 @@ { - "stable": "2.3.0", - "alpha": "2.4-alpha-856" + "stable": "2.3.1", + "alpha": "2.4-alpha-859" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index 21ce7e8d2d2..31674bca5c6 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.4-alpha-856 + 2.3.1 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index fad98fa9224..5e570f73e9d 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-856-g49e87f9889-win64.msi" + file64 = "$toolsPath\mixxx-2.3.1-win64.msi" softwareName = 'Mixxx *' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 3cc39a49b11..f445aa9a2c0 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: 611CEA5AB3DCA6D95D13D5BB4280139BED635AA948BF4AC6153DB4E909F8A4CC - checksum64: 417D7F5BD1DFA6876DE16133E5359C0F3E03338D58F3AA5A8864C449C9D39CCF + checksum32: F04DCCEF37AB46A9F571A6B56242A6B3D0F63B10338BB3A652BBE1E13F87D21C + checksum64: EBC087D226805870B8447AACE253DBC2ACA489415CF49CD10BDF7424B7D91C30 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 8a550f4d3d4..4e5cf03d07f 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.3458_x86.zip" - file64 = "$toolsDir\gvim_8.2.3458_x64.zip" + file = "$toolsDir\gvim_8.2.3459_x86.zip" + file64 = "$toolsDir\gvim_8.2.3459_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 5ada322aefc..dd9ecf28bb5 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.3458 + 8.2.3459 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. diff --git a/automatic/waterfox/Readme.md b/automatic/waterfox/Readme.md index 24259375b87..5374b55001f 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 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) +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. **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 ec87c56c103..9740d5aac7d 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: E29E12D9E8682955269B0EBB195FFA153B745D3BF713F5F58439145F343AC01F + checksum: C16E65E828E7636D57567DFE1CB9BF060650A231AC48735DD2580300E019A68B File 'LICENSE.md' is obtained from diff --git a/automatic/waterfox/tools/chocolateyInstall.ps1 b/automatic/waterfox/tools/chocolateyInstall.ps1 index e47f08a3b1e..5328e8c10f5 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-classic' + packageName = 'Waterfox' fileType = 'exe' softwareName = 'Waterfox*' - file = "$toolsDir\Waterfox Classic 2021.09 Setup_x64.exe" + file = "$toolsDir\Waterfox G3.2.6 Setup_x64.exe" silentArgs = "/S" validExitCodes= @(0) } diff --git a/automatic/waterfox/waterfox.json b/automatic/waterfox/waterfox.json index 5a08e4d8040..0b7b3ca3aa3 100644 --- a/automatic/waterfox/waterfox.json +++ b/automatic/waterfox/waterfox.json @@ -1,4 +1,4 @@ { - "current": "21093.2.6", + "current": "21103.2.6", "classic": "2021.09" } diff --git a/automatic/waterfox/waterfox.nuspec b/automatic/waterfox/waterfox.nuspec index 7410d3eb100..49eb077396e 100644 --- a/automatic/waterfox/waterfox.nuspec +++ b/automatic/waterfox/waterfox.nuspec @@ -2,11 +2,11 @@ - waterfox-classic - 2021.09 + Waterfox + 21103.2.6 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/waterfox chocolatey-community,tonigellida,admiringworm - Waterfox classic + Waterfox 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. -