Skip to content

Commit 02c547b

Browse files
authored
Update offline links to clang-format (#6774)
1 parent 46e6b87 commit 02c547b

File tree

1 file changed

+42
-11
lines changed

1 file changed

+42
-11
lines changed

Extension/package.json

Lines changed: 42 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2537,7 +2537,7 @@
25372537
},
25382538
{
25392539
"description": "ClangFormat (Linux / x86_64)",
2540-
"url": "https://go.microsoft.com/fwlink/?LinkID=2135581",
2540+
"url": "https://go.microsoft.com/fwlink/?LinkID=2152861",
25412541
"platforms": [
25422542
"linux"
25432543
],
@@ -2547,11 +2547,11 @@
25472547
"binaries": [
25482548
"./LLVM/bin/clang-format"
25492549
],
2550-
"integrity": "B8381B87B83EE1AF9088AA6679F2DA013DC23A21D9EC5603C58DEFC323ED9617"
2550+
"integrity": "B29779E4FE3D03094655FD24CC17B55B41518EDDCCB1E3DF3F4665F9685152E0"
25512551
},
25522552
{
25532553
"description": "ClangFormat (Linux / armhf)",
2554-
"url": "https://go.microsoft.com/fwlink/?LinkID=2135579",
2554+
"url": "https://go.microsoft.com/fwlink/?LinkID=2152860",
25552555
"platforms": [
25562556
"linux"
25572557
],
@@ -2561,11 +2561,11 @@
25612561
"binaries": [
25622562
"./LLVM/bin/clang-format"
25632563
],
2564-
"integrity": "F06D3741192FFD7BB96BF9327D9DE1BBF6A9DB9753DA971C727D20D38835C1A9"
2564+
"integrity": "F1CD21F581715A2C2A3B10C8D33FF81E5CBCD58856AA73CA56A88B5F085EA0D7"
25652565
},
25662566
{
25672567
"description": "ClangFormat (Linux / aarch64)",
2568-
"url": "https://go.microsoft.com/fwlink/?LinkID=2143107",
2568+
"url": "https://go.microsoft.com/fwlink/?LinkID=2152922",
25692569
"platforms": [
25702570
"linux"
25712571
],
@@ -2575,29 +2575,60 @@
25752575
"binaries": [
25762576
"./LLVM/bin/clang-format"
25772577
],
2578-
"integrity": "8CE17FA29582759418588CD1B63C91691C944CCED95E45593D4EA31834E20913"
2578+
"integrity": "97B2A5A274F53FBB37485A383AD379CD556E85413BF843F0F0FD10536A0D705D"
25792579
},
25802580
{
25812581
"description": "ClangFormat (OS X)",
2582-
"url": "https://go.microsoft.com/fwlink/?LinkID=2135580",
2582+
"url": "https://go.microsoft.com/fwlink/?LinkID=2152859",
25832583
"platforms": [
25842584
"darwin"
25852585
],
25862586
"binaries": [
25872587
"./LLVM/bin/clang-format.darwin"
25882588
],
2589-
"integrity": "416D3B814A76E52D943B3372D517D6AADE0AB0BD9FD9921F871C1FB89D7B17B1"
2589+
"integrity": "7AA436BA25E3404DC658A137188BEC65FF2532D1FEB314ABBBC5EBC9AAF5CCF7"
25902590
},
25912591
{
2592-
"description": "ClangFormat (Windows)",
2593-
"url": "https://go.microsoft.com/fwlink/?LinkID=2144203",
2592+
"description": "ClangFormat (Windows x86)",
2593+
"url": "https://go.microsoft.com/fwlink/?LinkID=2152921",
25942594
"platforms": [
25952595
"win32"
25962596
],
2597+
"architectures": [
2598+
"x86"
2599+
],
2600+
"binaries": [
2601+
"./LLVM/bin/clang-format.exe"
2602+
],
2603+
"integrity": "993A65F61F4BF6CA6FEF6F9C1B6EB4341CE63F30A72272CABA65392695764DA7"
2604+
},
2605+
{
2606+
"description": "ClangFormat (Windows x64)",
2607+
"url": "https://go.microsoft.com/fwlink/?LinkID=2152923",
2608+
"platforms": [
2609+
"win32"
2610+
],
2611+
"architectures": [
2612+
"x64"
2613+
],
2614+
"binaries": [
2615+
"./LLVM/bin/clang-format.exe"
2616+
],
2617+
"integrity": "5E271FD44792B3675136A34466F67A876174B7818533CF37486372E43E014E62"
2618+
},
2619+
{
2620+
"description": "ClangFormat (Windows arm64)",
2621+
"url": "https://go.microsoft.com/fwlink/?LinkID=2152862",
2622+
"platforms": [
2623+
"win32"
2624+
],
2625+
"architectures": [
2626+
"arm64"
2627+
],
25972628
"binaries": [
25982629
"./LLVM/bin/clang-format.exe"
25992630
],
2600-
"integrity": "F943ADF0CE7C123C674F62F8F31FF0ADD8C54F974DD25CD01A8A1AA1532A130F"
2631+
"integrity": "9944827F70A8C53127B1A7860401923DED2DB7FBAD75E7A8106636891C11F832"
26012632
},
26022633
{
26032634
"description": "Mono Framework Assemblies",

0 commit comments

Comments
 (0)