From 6a04318c15dd1bb30534c111fa17e33ca5c0f69c Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 16 Nov 2023 00:14:58 +0000 Subject: [PATCH] AU: 7 updated - brave cmake cmake.install cmake.portable googlechromebeta protoc vcredist140 [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/9bbd98362efdaa80284b4756cedc6ed95c42860a --- automatic/brave/brave.json | 2 +- automatic/brave/brave.nuspec | 8 ++++---- automatic/brave/legal/VERIFICATION.txt | 4 ++-- automatic/brave/tools/chocolateyInstall.ps1 | 8 ++++---- automatic/cmake.install/cmake.install.json | 4 ++-- 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 | 4 ++-- 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 | 4 ++-- automatic/cmake/cmake.nuspec | 4 ++-- automatic/googlechromebeta/googlechromebeta.nuspec | 2 +- .../googlechromebeta/tools/chocolateyInstall.ps1 | 6 +++--- automatic/protoc/legal/VERIFICATION.txt | 8 ++++---- automatic/protoc/protoc.nuspec | 4 ++-- automatic/protoc/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vcredist140/info-16.txt | 2 +- automatic/vcredist140/tools/data.ps1 | 12 ++++++------ automatic/vcredist140/vcredist140.json | 2 +- automatic/vcredist140/vcredist140.nuspec | 10 +++++----- 23 files changed, 58 insertions(+), 58 deletions(-) diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 899a59e8e6f..8309d9317a0 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { - "stable": "1.60.114", + "stable": "1.60.118", "beta": "1.61.75-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index 2c3b10ddbaf..2f610e939bb 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,8 +2,8 @@ brave - 1.61.75-beta - Brave Browser (Beta) + 1.60.118 + Brave Browser - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg A browser that lets you browse safer and faster by blocking ads and trackers. chocolatey-community, Sanshiro Brave Software Inc. diff --git a/automatic/brave/legal/VERIFICATION.txt b/automatic/brave/legal/VERIFICATION.txt index b8a1ee29ba1..57e19584dc6 100644 --- a/automatic/brave/legal/VERIFICATION.txt +++ b/automatic/brave/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik 1. Download the following installer(s): -x86_64: https://github.com/brave/brave-browser/releases/download/v1.61.75/BraveBrowserStandaloneSilentBetaSetup.exe +x86_64: https://github.com/brave/brave-browser/releases/download/v1.60.118/BraveBrowserStandaloneSilentSetup.exe 2. You can use one of the following methods to obtain the checksum(s): - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 -checksum64: E661AC5C2F0A3907235B26D5E411B368917548D4918B1211EDBFFD82D0B0E5FA +checksum64: 5854B349A30551A83EBC2226C9E838CA174591A8B1E5A3C101DE240267AC6FD2 The included 'LICENSE.txt' file have been obtained from: https://github.com/brave/brave-browser/blob/master/LICENSE diff --git a/automatic/brave/tools/chocolateyInstall.ps1 b/automatic/brave/tools/chocolateyInstall.ps1 index 1af475ff410..4225358c7d6 100644 --- a/automatic/brave/tools/chocolateyInstall.ps1 +++ b/automatic/brave/tools/chocolateyInstall.ps1 @@ -3,13 +3,13 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName - url = 'https://github.com/brave/brave-browser/releases/download/v1.61.75/BraveBrowserStandaloneSilentBetaSetup32.exe' - checksum = '076EE68E9913C4EED743A6741B8429A3EB759C5FBB1F2C353D0BC7E57DC1CC7E' + url = 'https://github.com/brave/brave-browser/releases/download/v1.60.118/BraveBrowserStandaloneSilentSetup32.exe' + checksum = '2016C6FBF42C126AFECB6F8BED117455E2612D39FA8E48B3CBE15DFA52FF481E' checksumType= 'sha256' - file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe" + file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe" } -[version]$softwareVersion = '1.61.75' +[version]$softwareVersion = '1.60.118' Write-Host "Checking already installed version..." $installedVersion = Get-InstalledVersion diff --git a/automatic/cmake.install/cmake.install.json b/automatic/cmake.install/cmake.install.json index 5a84edab07d..1386ed68e64 100644 --- a/automatic/cmake.install/cmake.install.json +++ b/automatic/cmake.install/cmake.install.json @@ -18,6 +18,6 @@ "3.24": "3.24.4", "3.25": "3.25.3", "3.26": "3.26.5", - "3.27": "3.27.7", - "3.28": "3.28.0-rc4" + "3.27": "3.27.8", + "3.28": "3.28.0-rc5" } diff --git a/automatic/cmake.install/cmake.install.nuspec b/automatic/cmake.install/cmake.install.nuspec index b4413ce4e03..2903505402d 100644 --- a/automatic/cmake.install/cmake.install.nuspec +++ b/automatic/cmake.install/cmake.install.nuspec @@ -3,7 +3,7 @@ cmake.install - 3.28.0-rc4 + 3.28.0-rc5 https://github.com/chocolatey-community/chocolatey-packages/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 f6168077118..715293c3b9a 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: 957B8B7052379067A1C882EBD68201496F7D7083BB8BFDDCE4D51FB2FE307BCE - checksum64: 1176F314CBACC58E77F771FAAE6B0CFB0D452872531955B93D5B7F6903A2C6F6 + checksum32: AC118298D69040A15AADA5AEA8994468FA7AA9F429C8AD9680BD4A341D679170 + checksum64: 566AAC44C484764078BA417A5F1179AA0666FFDE262418F56870969C3B6AB862 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 752ae8d16d3..0bc2ce74118 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.28.0-rc4-windows-i386.msi" - file64 = "$toolsPath\cmake-3.28.0-rc4-windows-x86_64.msi" + file = "$toolsPath\cmake-3.28.0-rc5-windows-i386.msi" + file64 = "$toolsPath\cmake-3.28.0-rc5-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 2c776da02a9..dd62baa7600 100644 --- a/automatic/cmake.portable/cmake.portable.json +++ b/automatic/cmake.portable/cmake.portable.json @@ -18,6 +18,6 @@ "3.24": "3.24.4", "3.25": "3.25.3", "3.26": "3.26.5", - "3.27": "3.27.7", - "3.28": "3.28.0-rc4" + "3.27": "3.27.8", + "3.28": "3.28.0-rc5" } diff --git a/automatic/cmake.portable/cmake.portable.nuspec b/automatic/cmake.portable/cmake.portable.nuspec index a32290ea137..d55872bc562 100644 --- a/automatic/cmake.portable/cmake.portable.nuspec +++ b/automatic/cmake.portable/cmake.portable.nuspec @@ -3,7 +3,7 @@ cmake.portable - 3.28.0-rc4 + 3.28.0-rc5 https://github.com/chocolatey-community/chocolatey-packages/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 c3d9ca69e6f..3051b152092 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: 55EDE45AEA721BE3857F8E9ACD11939E7DB5F4ADA4783B0BE8338DD422F9C085 - checksum64: 5B06997D7AB0EE362938EA5E3ABD4E1685512CF5B0A2BF1C46C9E965776DB23C + checksum32: 95C9B21B536261B0AEB76E79330F9802547E41FF07929AD9288E5B79A2DBD6BD + checksum64: 41A7789375C93CD5EDDA00928298050F124418FCB2237521493029FF6955C557 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 f03375d6adc..b2446ad9882 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.28.0-rc4-windows-i386.zip" - file64 = "$toolsPath\cmake-3.28.0-rc4-windows-x86_64.zip" + file = "$toolsPath\cmake-3.28.0-rc5-windows-i386.zip" + file64 = "$toolsPath\cmake-3.28.0-rc5-windows-x86_64.zip" destination = $toolsPath } diff --git a/automatic/cmake/cmake.json b/automatic/cmake/cmake.json index 2271b976323..a787602d782 100644 --- a/automatic/cmake/cmake.json +++ b/automatic/cmake/cmake.json @@ -18,6 +18,6 @@ "3.24": "3.24.4", "3.25": "3.25.3", "3.26": "3.26.5", - "3.27": "3.27.7", - "3.28": "3.28.0-rc4" + "3.27": "3.27.8", + "3.28": "3.28.0-rc5" } diff --git a/automatic/cmake/cmake.nuspec b/automatic/cmake/cmake.nuspec index aa28ff8f4f6..6bf52d54896 100644 --- a/automatic/cmake/cmake.nuspec +++ b/automatic/cmake/cmake.nuspec @@ -3,7 +3,7 @@ cmake - 3.28.0-rc4 + 3.28.0-rc5 https://github.com/chocolatey-community/chocolatey-packages/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/googlechromebeta/googlechromebeta.nuspec b/automatic/googlechromebeta/googlechromebeta.nuspec index d9d4e4b249e..a1868822715 100644 --- a/automatic/googlechromebeta/googlechromebeta.nuspec +++ b/automatic/googlechromebeta/googlechromebeta.nuspec @@ -3,7 +3,7 @@ googlechromebeta - 120.0.6099.18-beta + 120.0.6099.28-beta Google Chrome Beta chocolatey-community,nsleigh Google LLC. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index c3fbbf43cde..bfa3434d4b7 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 = '120.0.6099.18-beta' +$version = '120.0.6099.28-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 = '35ffe821cb98aafeebb671b0fa170fc69cfa43900620134e915ab2b2f7d56b72' - checksum64 = 'c7826c98bb2dbdb69b8756c1a62c3741da857bd86230fad81f9b884eb575b863' + checksum = 'e0c1fbc971d40b0deb8ddb1dfa6d6cb7f04f90d2819d4d387b183ccda3f8bda1' + checksum64 = '14a6cafee1d3fb2d376776aa48e4831c0032ca2f22e8161b2ca9b30064b42ddf' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/protoc/legal/VERIFICATION.txt b/automatic/protoc/legal/VERIFICATION.txt index 976806e57d8..f44401ca0a6 100644 --- a/automatic/protoc/legal/VERIFICATION.txt +++ b/automatic/protoc/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The zip file have been downloaded from the github release page on - 64-bit zip file: + 32-bit zip file: + 64-bit zip file: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: 4C2DC8338CF12662C89FB235209B0A8807D5F85F257A2378D1584A0A6825785F - checksum64: CE2955439C6BB4C7D599D6ACE2DABE4CB31F62C34808E542A7AF57A3C6627D8A + checksum32: 1AA69D3635A65991090A469AB030887DADAA07691D6F1405D7687C8DFC0E028F + checksum64: B55901FC748D1679F3A803BDC2A920E1897EB02433C501B5A589EA08C4623844 File 'LICENSE' is obtained from diff --git a/automatic/protoc/protoc.nuspec b/automatic/protoc/protoc.nuspec index 4255b966b90..6ae45df676c 100644 --- a/automatic/protoc/protoc.nuspec +++ b/automatic/protoc/protoc.nuspec @@ -3,13 +3,13 @@ protoc - 25.0 + 25.1 Protocol Buffers Google chocolatey-community, keen, jordigg, drel https://github.com/protocolbuffers/protobuf/blob/master/LICENSE https://developers.google.com/protocol-buffers/ - https://github.com/protocolbuffers/protobuf/releases/tag/v25.0 + https://github.com/protocolbuffers/protobuf/releases/tag/v25.1 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/protoc https://github.com/protocolbuffers/protobuf https://developers.google.com/protocol-buffers/ diff --git a/automatic/protoc/tools/chocolateyinstall.ps1 b/automatic/protoc/tools/chocolateyinstall.ps1 index 176d4547243..7d157a10398 100644 --- a/automatic/protoc/tools/chocolateyinstall.ps1 +++ b/automatic/protoc/tools/chocolateyinstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ PackageName = $Env:ChocolateyPackageName - FileFullPath = "$toolsPath\protoc-25.0-win32.zip" - FileFullPath64 = "$toolsPath\protoc-25.0-win64.zip" + FileFullPath = "$toolsPath\protoc-25.1-win32.zip" + FileFullPath64 = "$toolsPath\protoc-25.1-win64.zip" Destination = $toolsPath } Get-ChocolateyUnzip @packageArgs diff --git a/automatic/vcredist140/info-16.txt b/automatic/vcredist140/info-16.txt index 75663ff7390..0a8a3368134 100644 --- a/automatic/vcredist140/info-16.txt +++ b/automatic/vcredist140/info-16.txt @@ -1 +1 @@ -"0xC33BCE822477B31DA037CE8C998E20798D67B5D547F04ED1EC56E020209C6570"|14.29.30139 \ No newline at end of file +"0x4DF121C0033B7985CFDE766C8AE616C096B772384A6E69BBC4CDF3701F3BAA4B"|14.29.30153 \ No newline at end of file diff --git a/automatic/vcredist140/tools/data.ps1 b/automatic/vcredist140/tools/data.ps1 index 2cde3a1d4e8..1de0d8d6e38 100644 --- a/automatic/vcredist140/tools/data.ps1 +++ b/automatic/vcredist140/tools/data.ps1 @@ -1,21 +1,21 @@ $installData32 = @{ - Url = 'https://download.visualstudio.microsoft.com/download/pr/a061be25-c14a-489a-8c7c-bb72adfb3cab/C61CEF97487536E766130FA8714DD1B4143F6738BFB71806018EEE1B5FE6F057/VC_redist.x86.exe' - Checksum = 'c61cef97487536e766130fa8714dd1b4143f6738bfb71806018eee1b5fe6f057' + Url = 'https://download.visualstudio.microsoft.com/download/pr/9613cb5b-2786-49cd-8d90-73abd90aa50a/29F649C08928B31E6BB11D449626DA14B5E99B5303FE2B68AFA63732EF29C946/VC_redist.x86.exe' + Checksum = '29f649c08928b31e6bb11d449626da14b5e99b5303fe2b68afa63732ef29c946' ChecksumType = 'sha256' } $installData64 = @{ - Url64 = 'https://download.visualstudio.microsoft.com/download/pr/a061be25-c14a-489a-8c7c-bb72adfb3cab/4DFE83C91124CD542F4222FE2C396CABEAC617BB6F59BDCBDF89FD6F0DF0A32F/VC_redist.x64.exe' - Checksum64 = '4dfe83c91124cd542f4222fe2c396cabeac617bb6f59bdcbdf89fd6f0df0a32f' + Url64 = 'https://download.visualstudio.microsoft.com/download/pr/9613cb5b-2786-49cd-8d90-73abd90aa50a/CEE28F29F904524B7F645BCEC3DFDFE38F8269B001144CD909F5D9232890D33B/VC_redist.x64.exe' + Checksum64 = 'cee28f29f904524b7f645bcec3dfdfe38f8269b001144cd909f5d9232890d33b' ChecksumType64 = 'sha256' } $uninstallData = @{ - SoftwareName = 'Microsoft Visual C++ 2015-2022 Redistributable*' + SoftwareName = 'Microsoft Visual C++ 2015-2019 Redistributable*' } $otherData = @{ - ThreePartVersion = [version]'14.38.33130' + ThreePartVersion = [version]'14.29.30153' FamilyRegistryKey = '14.0' PackageName = 'vcredist140' } diff --git a/automatic/vcredist140/vcredist140.json b/automatic/vcredist140/vcredist140.json index 487c0e4c219..b61b0f69d86 100644 --- a/automatic/vcredist140/vcredist140.json +++ b/automatic/vcredist140/vcredist140.json @@ -1,5 +1,5 @@ { "15": "14.16.27033.20220402", - "16": "14.29.30139.20220402", + "16": "14.29.30153", "17": "14.38.33130" } diff --git a/automatic/vcredist140/vcredist140.nuspec b/automatic/vcredist140/vcredist140.nuspec index f39775c33a4..a1ab5dc9247 100644 --- a/automatic/vcredist140/vcredist140.nuspec +++ b/automatic/vcredist140/vcredist140.nuspec @@ -3,10 +3,10 @@ vcredist140 - 14.38.33130 + 14.29.30153 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/vcredist140 chocolatey-community,jberezanski - Microsoft Visual C++ Redistributable for Visual Studio 2015-2022 + Microsoft Visual C++ Redistributable for Visual Studio 2015-2019 Microsoft https://visualstudio.microsoft.com/vs/ https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist140.png @@ -16,10 +16,10 @@ https://docs.microsoft.com/en-us/visualstudio/ide/getting-started-with-cpp-in-visual-studio https://developercommunity.visualstudio.com/ microsoft visual c++ redistributable 140 2015 2017 2019 admin - Run-time components that are required to run C++ applications that are built by using Visual Studio 2015-2022 - Run-time components that are required to run C++ applications that are built by using Visual Studio 2015-2019 +