Skip to content

Commit

Permalink
AU: 1 updated - vcredist140
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Feb 2, 2024
1 parent d1fcecc commit 1d6f511
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/vcredist140/info-17.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"0x9C516BA3A9C7F6006612946CCE3FEC7E2F5D96CF08373B767F2FDFB8232106FD"|14.38.33130
"0x53AA3E34D7EC280F3F80EB1AFB16CDA4F9753A80A0B9F2B30178EC75949EEA82"|14.38.33135
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/9613cb5b-2786-49cd-8d90-73abd90aa50a/29F649C08928B31E6BB11D449626DA14B5E99B5303FE2B68AFA63732EF29C946/VC_redist.x86.exe'
Checksum = '29f649c08928b31e6bb11d449626da14b5e99b5303fe2b68afa63732ef29c946'
Url = 'https://download.visualstudio.microsoft.com/download/pr/71c6392f-8df5-4b61-8d50-dba6a525fb9d/510FC8C2112E2BC544FB29A72191EABCC68D3A5A7468D35D7694493BC8593A79/VC_redist.x86.exe'
Checksum = '510fc8c2112e2bc544fb29a72191eabcc68d3a5a7468d35d7694493bc8593a79'
ChecksumType = 'sha256'
}

$installData64 = @{
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/9613cb5b-2786-49cd-8d90-73abd90aa50a/CEE28F29F904524B7F645BCEC3DFDFE38F8269B001144CD909F5D9232890D33B/VC_redist.x64.exe'
Checksum64 = 'cee28f29f904524b7f645bcec3dfdfe38f8269b001144cd909f5d9232890d33b'
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/6ba404bb-6312-403e-83be-04b062914c98/1AD7988C17663CC742B01BEF1A6DF2ED1741173009579AD50A94434E54F56073/VC_redist.x64.exe'
Checksum64 = '1ad7988c17663cc742b01bef1a6df2ed1741173009579ad50a94434e54f56073'
ChecksumType64 = 'sha256'
}

$uninstallData = @{
SoftwareName = 'Microsoft Visual C++ 2015-2019 Redistributable*'
SoftwareName = 'Microsoft Visual C++ 2015-2022 Redistributable*'
}

$otherData = @{
ThreePartVersion = [version]'14.29.30153'
ThreePartVersion = [version]'14.38.33135'
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.30153",
"17": "14.38.33130"
"17": "14.38.33135"
}
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.29.30153</version>
<version>14.38.33135</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-2019</title>
<title>Microsoft Visual C++ Redistributable for Visual Studio 2015-2022</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-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.
<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.
The Visual C++ Redistributable for Visual Studio 2015-2019 consists of files vcruntime140.dll, msvcp140.dll, vcomp140.dll, vcamp140.dll, mfc140.dll and other.
The Visual C++ Redistributable for Visual Studio 2015-2022 consists of files vcruntime140.dll, msvcp140.dll, vcomp140.dll, vcamp140.dll, mfc140.dll and other.
## Notes
Expand Down

0 comments on commit 1d6f511

Please sign in to comment.