Skip to content

Commit

Permalink
AU: 7 updated - brave cmake cmake.install cmake.portable googlechrome…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 16, 2023
1 parent e156c79 commit 6a04318
Show file tree
Hide file tree
Showing 23 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.60.114",
"stable": "1.60.118",
"beta": "1.61.75-beta"
}
8 changes: 4 additions & 4 deletions automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package>
<metadata>
<id>brave</id>
<version>1.61.75-beta</version>
<title>Brave Browser (Beta)</title>
<version>1.60.118</version>
<title>Brave Browser</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
## Features
Expand All @@ -14,11 +14,11 @@
## Notes
- Beta is an early preview for new versions of Brave. This build showcases the newest advances and it's ready for daily use. Brave Beta automatically sends crash reports, but you can turn this off if you'd like.
- This is an **official release version** of Brave. It is in continuous development with new releases landing approximately every three weeks.
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<!-- IconUrl: Skip check -->
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg</iconUrl>
<summary>A browser that lets you browse safer and faster by blocking ads and trackers.</summary>
<owners>chocolatey-community, Sanshiro</owners>
<authors>Brave Software Inc.</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake.install</id>
<version>3.28.0-rc4</version>
<version>3.28.0-rc5</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.install</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.28.0-rc4/cmake-3.28.0-rc4-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.28.0-rc4/cmake-3.28.0-rc4-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.28.0-rc5/cmake-3.28.0-rc5-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.28.0-rc5/cmake-3.28.0-rc5-windows-x86_64.msi>
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 <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake.portable</id>
<version>3.28.0-rc4</version>
<version>3.28.0-rc5</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.28.0-rc4/cmake-3.28.0-rc4-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.28.0-rc4/cmake-3.28.0-rc4-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.28.0-rc5/cmake-3.28.0-rc5-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.28.0-rc5/cmake-3.28.0-rc5-windows-x86_64.zip>
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 <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake</id>
<version>3.28.0-rc4</version>
<version>3.28.0-rc5</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake</title>
Expand Down Expand Up @@ -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)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.28.0-rc4]" />
<dependency id="cmake.install" version="[3.28.0-rc5]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>120.0.6099.18-beta</version>
<version>120.0.6099.28-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google LLC.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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`""
Expand Down
8 changes: 4 additions & 4 deletions automatic/protoc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The zip file have been downloaded from the github release page on <https://githu
and can be verified like this:

1. Download the following:
32-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v25.0/protoc-25.0-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v25.0/protoc-25.0-win64.zip>
32-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protoc-25.1-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protoc-25.1-win64.zip>
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 <https://github.com/protocolbuffers/protobuf/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/protoc/protoc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<metadata>
<!-- IconUrl: Skip check -->
<id>protoc</id>
<version>25.0</version>
<version>25.1</version>
<title>Protocol Buffers</title>
<authors>Google</authors>
<owners>chocolatey-community, keen, jordigg, drel</owners>
<licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl>
<projectUrl>https://developers.google.com/protocol-buffers/</projectUrl>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v25.0</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v25.1</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/protoc</packageSourceUrl>
<projectSourceUrl>https://github.com/protocolbuffers/protobuf</projectSourceUrl>
<docsUrl>https://developers.google.com/protocol-buffers/</docsUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/protoc/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion automatic/vcredist140/info-16.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"0xC33BCE822477B31DA037CE8C998E20798D67B5D547F04ED1EC56E020209C6570"|14.29.30139
"0x4DF121C0033B7985CFDE766C8AE616C096B772384A6E69BBC4CDF3701F3BAA4B"|14.29.30153
12 changes: 6 additions & 6 deletions automatic/vcredist140/tools/data.ps1
Original file line number Diff line number Diff line change
@@ -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'
}
2 changes: 1 addition & 1 deletion automatic/vcredist140/vcredist140.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"15": "14.16.27033.20220402",
"16": "14.29.30139.20220402",
"16": "14.29.30153",
"17": "14.38.33130"
}
10 changes: 5 additions & 5 deletions automatic/vcredist140/vcredist140.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>vcredist140</id>
<version>14.38.33130</version>
<version>14.29.30153</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/vcredist140</packageSourceUrl>
<owners>chocolatey-community,jberezanski</owners>
<title>Microsoft Visual C++ Redistributable for Visual Studio 2015-2022</title>
<title>Microsoft Visual C++ Redistributable for Visual Studio 2015-2019</title>
<authors>Microsoft</authors>
<projectUrl>https://visualstudio.microsoft.com/vs/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist140.png</iconUrl>
Expand All @@ -16,10 +16,10 @@
<docsUrl>https://docs.microsoft.com/en-us/visualstudio/ide/getting-started-with-cpp-in-visual-studio</docsUrl>
<bugTrackerUrl>https://developercommunity.visualstudio.com/</bugTrackerUrl>
<tags>microsoft visual c++ redistributable 140 2015 2017 2019 admin</tags>
<summary>Run-time components that are required to run C++ applications that are built by using Visual Studio 2015-2022</summary>
<description><![CDATA[Microsoft Visual C++ Redistributable for Visual Studio 2015-2022 installs run-time components of Visual C++ libraries. These components are required to run C++ applications that are developed using Visual Studio 2015-2022 and link dynamically to Visual C++ libraries. The packages can be used to run such applications on a computer even if it does not have Visual Studio 2015-2022 installed. These packages also install run-time components of C Runtime (CRT), Standard C++, MFC, C++ AMP, and OpenMP libraries.
<summary>Run-time components that are required to run C++ applications that are built by using Visual Studio 2015-2019</summary>
<description><![CDATA[Microsoft Visual C++ Redistributable for Visual Studio 2015-2019 installs run-time components of Visual C++ libraries. These components are required to run C++ applications that are developed using Visual Studio 2015-2019 and link dynamically to Visual C++ libraries. The packages can be used to run such applications on a computer even if it does not have Visual Studio 2015-2019 installed. These packages also install run-time components of C Runtime (CRT), Standard C++, MFC, C++ AMP, and OpenMP libraries.
The Visual C++ Redistributable for Visual Studio 2015-2022 consists of files vcruntime140.dll, msvcp140.dll, vcomp140.dll, vcamp140.dll, mfc140.dll and other.
The Visual C++ Redistributable for Visual Studio 2015-2019 consists of files vcruntime140.dll, msvcp140.dll, vcomp140.dll, vcamp140.dll, mfc140.dll and other.
## Notes
Expand Down

0 comments on commit 6a04318

Please sign in to comment.