From 8b9fabe449a76e658a72cd805ec7beaefd0a5b7d Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 14 Jul 2021 18:13:33 +0000 Subject: [PATCH] AU: 6 updated - cmake cmake.install cmake.portable displayfusion googlechromebeta Waterfox [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/aad677025428cc0c12ec07d89f3d94f8d9cab387 --- automatic/cmake.install/cmake.install.json | 2 +- automatic/cmake.install/cmake.install.nuspec | 2 +- automatic/cmake.install/legal/VERIFICATION.txt | 8 ++++---- automatic/cmake.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/cmake.portable/cmake.portable.json | 2 +- automatic/cmake.portable/cmake.portable.nuspec | 2 +- automatic/cmake.portable/legal/VERIFICATION.txt | 8 ++++---- automatic/cmake.portable/tools/chocolateyInstall.ps1 | 4 ++-- automatic/cmake/cmake.json | 2 +- automatic/cmake/cmake.nuspec | 4 ++-- automatic/displayfusion/displayfusion.json | 2 +- automatic/displayfusion/displayfusion.nuspec | 2 +- automatic/displayfusion/legal/VERIFICATION.txt | 4 ++-- automatic/displayfusion/tools/chocolateyInstall.ps1 | 2 +- automatic/googlechromebeta/googlechromebeta.nuspec | 2 +- automatic/googlechromebeta/tools/chocolateyInstall.ps1 | 6 +++--- 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 ++++---- 21 files changed, 38 insertions(+), 38 deletions(-) diff --git a/automatic/cmake.install/cmake.install.json b/automatic/cmake.install/cmake.install.json index fe5201e0e44..6d14873dafd 100644 --- a/automatic/cmake.install/cmake.install.json +++ b/automatic/cmake.install/cmake.install.json @@ -12,5 +12,5 @@ "3.18": "3.18.6", "3.19": "3.19.8", "3.20": "3.20.5", - "3.21": "3.21.0-rc3" + "3.21": "3.21.0" } diff --git a/automatic/cmake.install/cmake.install.nuspec b/automatic/cmake.install/cmake.install.nuspec index d4c5ae8238c..1ed2ea892ec 100644 --- a/automatic/cmake.install/cmake.install.nuspec +++ b/automatic/cmake.install/cmake.install.nuspec @@ -3,7 +3,7 @@ cmake.install - 3.21.0-rc3 + 3.21.0 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.install chocolatey-community, dtgm CMake (Install) diff --git a/automatic/cmake.install/legal/VERIFICATION.txt b/automatic/cmake.install/legal/VERIFICATION.txt index 80017a3161f..a5fd8b010a5 100644 --- a/automatic/cmake.install/legal/VERIFICATION.txt +++ b/automatic/cmake.install/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on 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: 0D40D7BA59FB297E0ED553ADAA7ED89241B0DC5B019820034ECB2F9868498321 - checksum64: BAF17190F0059CC7653715F8DB38540EF204919BC802459931A280886EBD10A9 + checksum32: 73A5761ACA83771CBF0D5954675CA60FBFAC961371AE1F5F25D98D0080922C44 + checksum64: BEE6D01F68562CE0C6940AE842220B6A081BCB9FE818B16EA08E594CDF4F2DC8 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/cmake.install/tools/chocolateyInstall.ps1 b/automatic/cmake.install/tools/chocolateyInstall.ps1 index 0371f97da08..4772d5cb46b 100644 --- a/automatic/cmake.install/tools/chocolateyInstall.ps1 +++ b/automatic/cmake.install/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file = "$toolsPath\cmake-3.21.0-rc3-windows-i386.msi" - file64 = "$toolsPath\cmake-3.21.0-rc3-windows-x86_64.msi" + file = "$toolsPath\cmake-3.21.0-windows-i386.msi" + file64 = "$toolsPath\cmake-3.21.0-windows-x86_64.msi" softwareName = 'CMake' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 3010, 1641) diff --git a/automatic/cmake.portable/cmake.portable.json b/automatic/cmake.portable/cmake.portable.json index ae1ca23a1d5..a3323d91be4 100644 --- a/automatic/cmake.portable/cmake.portable.json +++ b/automatic/cmake.portable/cmake.portable.json @@ -12,5 +12,5 @@ "3.18": "3.18.6", "3.19": "3.19.8", "3.20": "3.20.5", - "3.21": "3.21.0-rc3" + "3.21": "3.21.0" } diff --git a/automatic/cmake.portable/cmake.portable.nuspec b/automatic/cmake.portable/cmake.portable.nuspec index 6401270c0f2..b74c5a829d3 100644 --- a/automatic/cmake.portable/cmake.portable.nuspec +++ b/automatic/cmake.portable/cmake.portable.nuspec @@ -3,7 +3,7 @@ cmake.portable - 3.21.0-rc3 + 3.21.0 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.portable chocolatey-community, dtgm CMake (Portable) diff --git a/automatic/cmake.portable/legal/VERIFICATION.txt b/automatic/cmake.portable/legal/VERIFICATION.txt index 4a71484aeeb..4af46b7a933 100644 --- a/automatic/cmake.portable/legal/VERIFICATION.txt +++ b/automatic/cmake.portable/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on 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: FA654A6701240E9CC40F959BDDD26B071BF29EEB090030E0CA1CAD6D2838C1B0 - checksum64: 713AB87426228FC37EB240DBE9334376295F1ACF71FB9CA72AF7690771BEF456 + checksum32: 11EE86B7F9799724FC16664C63E308BFE3FBC22C9DF8EF4955AD4B248F3E680B + checksum64: C7B88C907A753F4EC86E43DDC89F91F70BF1B011859142F7F29E6D51EA4ABB3C The file 'LICENSE.txt' has been obtained from diff --git a/automatic/cmake.portable/tools/chocolateyInstall.ps1 b/automatic/cmake.portable/tools/chocolateyInstall.ps1 index 76433db1072..3c7434bd634 100644 --- a/automatic/cmake.portable/tools/chocolateyInstall.ps1 +++ b/automatic/cmake.portable/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\cmake-3.21.0-rc3-windows-i386.zip" - file64 = "$toolsPath\cmake-3.21.0-rc3-windows-x86_64.zip" + file = "$toolsPath\cmake-3.21.0-windows-i386.zip" + file64 = "$toolsPath\cmake-3.21.0-windows-x86_64.zip" destination = $toolsPath } diff --git a/automatic/cmake/cmake.json b/automatic/cmake/cmake.json index f3f6ea4165d..bd5018cc600 100644 --- a/automatic/cmake/cmake.json +++ b/automatic/cmake/cmake.json @@ -12,5 +12,5 @@ "3.18": "3.18.6", "3.19": "3.19.8", "3.20": "3.20.5", - "3.21": "3.21.0-rc3" + "3.21": "3.21.0" } diff --git a/automatic/cmake/cmake.nuspec b/automatic/cmake/cmake.nuspec index 0f0cd7f86c4..4436b4c887b 100644 --- a/automatic/cmake/cmake.nuspec +++ b/automatic/cmake/cmake.nuspec @@ -3,7 +3,7 @@ cmake - 3.21.0-rc3 + 3.21.0 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake chocolatey-community, dtgm CMake @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'` * [News](https://blog.kitware.com/tag/CMake/) * [Changelog](https://www.cmake.org/download/#latest) - + diff --git a/automatic/displayfusion/displayfusion.json b/automatic/displayfusion/displayfusion.json index 40c9b65ede4..e1bdbade35b 100644 --- a/automatic/displayfusion/displayfusion.json +++ b/automatic/displayfusion/displayfusion.json @@ -1,4 +1,4 @@ { "stable": "9.8", - "unstable": "10.0-Beta2" + "unstable": "10.0-Beta3" } diff --git a/automatic/displayfusion/displayfusion.nuspec b/automatic/displayfusion/displayfusion.nuspec index 8dfaa9460e1..38e2b59579c 100644 --- a/automatic/displayfusion/displayfusion.nuspec +++ b/automatic/displayfusion/displayfusion.nuspec @@ -3,7 +3,7 @@ displayfusion - 10.0-Beta2 + 10.0-Beta3 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/displayfusion chocolatey-community, keithlammers, the-running-dev DisplayFusion diff --git a/automatic/displayfusion/legal/VERIFICATION.txt b/automatic/displayfusion/legal/VERIFICATION.txt index bdf1a2a0f17..6b1fc32af29 100644 --- a/automatic/displayfusion/legal/VERIFICATION.txt +++ b/automatic/displayfusion/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on 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: DD67323658E77F2AC2CDD0D7C4F61F463ED6C11CD3C0924AC668B393DFC695E0 + checksum: FCC047F8C74D0CB7502AF5125996427486448285D1F6AF6FAFB8BC776E4DB3ED The file 'LICENSE.txt' has been obtained from diff --git a/automatic/displayfusion/tools/chocolateyInstall.ps1 b/automatic/displayfusion/tools/chocolateyInstall.ps1 index 0cacd546a48..330f0bf4af5 100644 --- a/automatic/displayfusion/tools/chocolateyInstall.ps1 +++ b/automatic/displayfusion/tools/chocolateyInstall.ps1 @@ -7,7 +7,7 @@ $localeTwoLetter = (Get-UICulture).TwoLetterISOLanguageName $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\DisplayFusionSetup-10.0-Beta2.exe" + file = "$toolsPath\DisplayFusionSetup-10.0-Beta3.exe" softwareName = 'displayfusion*' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LANG=$localeTwoLetter /STARTUPALL=1 /CONTEXTMENU=0 /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0, 1641, 3010) diff --git a/automatic/googlechromebeta/googlechromebeta.nuspec b/automatic/googlechromebeta/googlechromebeta.nuspec index 75f4efed8b0..92b5456024a 100644 --- a/automatic/googlechromebeta/googlechromebeta.nuspec +++ b/automatic/googlechromebeta/googlechromebeta.nuspec @@ -3,7 +3,7 @@ googlechromebeta - 92.0.4515.93-beta + 92.0.4515.101-beta Google Chrome Beta chocolatey-community,nsleigh Google Inc. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index 26bbf7f0e19..67b9593db11 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 = '92.0.4515.93-beta' +$version = '92.0.4515.101-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 = 'd2cfe2be8c665d35650de0151ce06cc74182b8e3e04f4479375958cab599f95e' - checksum64 = 'a15799d97d76d1790c2db75d2a2138a9483e1dd64a1eea86e0feef16674960cc' + checksum = 'a3e50112b57d4301f400a09134fef4a5f707b2ae321ea74690259972c60a321f' + checksum64 = '3b2bfffbd62fdc1650e5ea1b641926d6d03a8eceea070de82f145c7cd825a770' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" 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 f0b13905b53..bb787616fec 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: 34E41B845E9205645923520AB7B76A04AE914A16BB29DEAAC5EBEB0ED0040C0C + checksum: D2B2887DFA02F2AA2296EF67989EB16309EF8A3FA89910C2E3F1CB190AF04779 File 'LICENSE.md' is obtained from diff --git a/automatic/waterfox/tools/chocolateyInstall.ps1 b/automatic/waterfox/tools/chocolateyInstall.ps1 index b707ba72e44..39ce7f5c838 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.07 Setup_x64.exe" + file = "$toolsDir\Waterfox G3.2.4 Setup_x64.exe" silentArgs = "/S" validExitCodes= @(0) } diff --git a/automatic/waterfox/waterfox.json b/automatic/waterfox/waterfox.json index abdedb098b8..8d1fdd26d6f 100644 --- a/automatic/waterfox/waterfox.json +++ b/automatic/waterfox/waterfox.json @@ -1,4 +1,4 @@ { - "current": "21073.2.3.1", + "current": "21073.2.4", "classic": "2021.07" } diff --git a/automatic/waterfox/waterfox.nuspec b/automatic/waterfox/waterfox.nuspec index ba23ee14f84..719fce94b97 100644 --- a/automatic/waterfox/waterfox.nuspec +++ b/automatic/waterfox/waterfox.nuspec @@ -2,11 +2,11 @@ - waterfox-classic - 2021.07 + Waterfox + 21073.2.4 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. -