Skip to content

Commit

Permalink
Update VC redist to 14.28.29325.2 (#8431)
Browse files Browse the repository at this point in the history
changelog_begin
changelog_end

Co-authored-by: Andreas Herrmann <[email protected]>
  • Loading branch information
aherrmann-da and aherrmann authored Jan 7, 2021
1 parent fa45a58 commit a830dd4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .dadew
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"python-3.8.2",
"stack",
"toxiproxy",
"vcredist-14.27.29112"
"vcredist"
]
}
2 changes: 1 addition & 1 deletion dev-env/windows/manifests/bazel.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"depends": [
"msys2",
"vcredist-14.27.29112"
"vcredist"
],
"env_set": {
"BAZEL_SH": "$(appdir msys2)\\current\\usr\\bin\\bash.exe"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"homepage": "https://www.visualstudio.com/downloads/",
"description": "Microsoft Visual C++ Redistributable for Visual Studio 2005/2008/2010/2012/2013/2015-2019.",
"version": "14.27.29112",
"version": "14.28.29325.2",
"license": {
"identifier": "Freeware",
"url": "https://www.microsoft.com/en-us/legal/intellectualproperty/copyright/default.aspx"
},
"url": [
"https://download.visualstudio.microsoft.com/download/pr/48431a06-59c5-4b63-a102-20b66a521863/4B5890EB1AEFDF8DFA3234B5032147EB90F050C5758A80901B201AE969780107/VC_redist.x64.exe",
"https://download.visualstudio.microsoft.com/download/pr/48431a06-59c5-4b63-a102-20b66a521863/CAA38FD474164A38AB47AC1755C8CCCA5CCFACFA9A874F62609E6439924E87EC/VC_redist.x86.exe"
"https://download.visualstudio.microsoft.com/download/pr/89a3b9df-4a09-492e-8474-8f92c115c51d/B1A32C71A6B7D5978904FB223763263EA5A7EB23B2C44A0D60E90D234AD99178/VC_redist.x64.exe",
"https://download.visualstudio.microsoft.com/download/pr/8ecb9800-52fd-432d-83ee-d6e037e96cc2/50A3E92ADE4C2D8F310A2812D46322459104039B9DEADBD7FDD483B5C697C0C8/VC_redist.x86.exe"
],
"hash": [
"4b5890eb1aefdf8dfa3234b5032147eb90f050c5758a80901b201ae969780107",
"caa38fd474164a38ab47ac1755c8ccca5ccfacfa9a874f62609e6439924e87ec"
"b1a32c71a6b7d5978904fb223763263ea5a7eb23b2c44a0d60e90d234ad99178",
"50a3e92ade4c2d8f310a2812d46322459104039b9deadbd7fdd483b5c697c0c8"
],
"post_install": [
"Invoke-ExternalCommand -FilePath \"$dir\\VC_redist.x64.exe\" -ArgumentList \"/fo /quiet /norestart\" -RunAs | Out-Null",
Expand Down

0 comments on commit a830dd4

Please sign in to comment.