Skip to content

Commit

Permalink
AU: 1 updated - vcredist140
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 23, 2019
1 parent bc2cd06 commit a1baaf9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/vcredist140/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"b730a4218930d51:0"|14.22.27821
"afb7407282ed51:0"|14.23.27820
10 changes: 5 additions & 5 deletions automatic/vcredist140/tools/data.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$installData32 = @{
Url = 'https://download.visualstudio.microsoft.com/download/pr/0c1cfec3-e028-4996-8bb7-0c751ba41e32/1abed1573f36075bfdfc538a2af00d37/vc_redist.x86.exe'
Checksum = '8a8b3995620aeda29d2d99359172c7a3be17720b627a2b09cb293e8c1a76b41b'
Url = 'https://download.visualstudio.microsoft.com/download/pr/9565895b-35a6-434b-a881-11a6f4beec76/4A8157B2FF422C259DDAA2D0E568C0C0AFAB940E1F6E0E482EF83E90DDBAD2D6/VC_redist.x86.exe'
Checksum = '4a8157b2ff422c259ddaa2d0e568c0c0afab940e1f6e0e482ef83e90ddbad2d6'
ChecksumType = 'sha256'
}

$installData64 = @{
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/cc0046d4-e7b4-45a1-bd46-b1c079191224/9c4042a4c2e6d1f661f4c58cf4d129e9/vc_redist.x64.exe'
Checksum64 = '6ed7281196f390184dbca70cb5604be5759095693c232a1232699b014828c794'
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/9565895b-35a6-434b-a881-11a6f4beec76/EE84FED2552E018E854D4CD2496DF4DD516F30733A27901167B8A9882119E57C/VC_redist.x64.exe'
Checksum64 = 'ee84fed2552e018e854d4cd2496df4dd516f30733a27901167b8a9882119e57c'
ChecksumType64 = 'sha256'
}

Expand All @@ -15,7 +15,7 @@ $uninstallData = @{
}

$otherData = @{
ThreePartVersion = [version]'14.22.27821'
ThreePartVersion = [version]'14.23.27820'
FamilyRegistryKey = '14.0'
PackageName = 'vcredist140'
}
2 changes: 1 addition & 1 deletion automatic/vcredist140/vcredist140.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>vcredist140</id>
<version>14.22.27821</version>
<version>14.23.27820</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/vcredist140</packageSourceUrl>
<owners>chocolatey,jberezanski</owners>
<title>Microsoft Visual C++ Redistributable for Visual Studio 2015-2019</title>
Expand Down

0 comments on commit a1baaf9

Please sign in to comment.