forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg-tools.json
More file actions
561 lines (561 loc) · 24.7 KB
/
Copy pathvcpkg-tools.json
File metadata and controls
561 lines (561 loc) · 24.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
{
"schema-version": 1,
"tools": [
{
"name": "python3",
"os": "windows",
"version": "3.14.6",
"executable": "python.exe",
"url": "https://www.python.org/ftp/python/3.14.6/python-3.14.6-embed-win32.zip",
"sha512": "f94471dfa5d39046357afc70f9c3b4584c6e2a8f42f819ea0c8355a09081b9c42cb1c324dfb1a97be6e57f21969e6afc2b84b381af96fbedd0984a9db86ccb56",
"archive": "python-3.14.6-embed-win32.zip"
},
{
"name": "python3",
"os": "windows",
"arch": "amd64",
"version": "3.14.6",
"executable": "python.exe",
"url": "https://www.python.org/ftp/python/3.14.6/python-3.14.6-embed-amd64.zip",
"sha512": "5f432a22e100200add7f0d055d6c32d048ac33685ff559ecba9a0c1932203812ebf04fa00753391214b60775ce52e08b8900a9a5b4b786f126ab993ab180f995",
"archive": "python-3.14.6-embed-amd64.zip"
},
{
"name": "python3",
"os": "windows",
"arch": "arm64",
"version": "3.14.6",
"executable": "python.exe",
"url": "https://www.python.org/ftp/python/3.14.6/python-3.14.6-embed-arm64.zip",
"sha512": "958199c5987c7bd18d48835433abe199f49be741bef6f451f62969b62c52c133efc7a0db07cb986d3b859cd74dcf7724b4533efd55fc14ba4ad871d7a3ab730c",
"archive": "python-3.14.6-embed-arm64.zip"
},
{
"name": "cmake",
"os": "windows",
"arch": "amd64",
"version": "4.3.3",
"executable": "cmake-4.3.3-windows-x86_64/bin/cmake.exe",
"url": "https://github.com/Kitware/CMake/releases/download/v4.3.3/cmake-4.3.3-windows-x86_64.zip",
"sha512": "0df613db23b315d81895e672e8460f2b35f4c2dd2eb9f07e10b13389a675edcb09836a458b90d8c0211b3a2d6da38183714410769935a580b86a6177df691f6a",
"archive": "cmake-4.3.3-windows-x86_64.zip"
},
{
"name": "cmake",
"os": "windows",
"arch": "arm64",
"version": "4.3.3",
"executable": "cmake-4.3.3-windows-arm64/bin/cmake.exe",
"url": "https://github.com/Kitware/CMake/releases/download/v4.3.3/cmake-4.3.3-windows-arm64.zip",
"sha512": "0e65010142a7841c0dc055374c1e05672de64c9e58df3b6a1bfe9539e998d318b525ee748bb57093747d324dc546e659e16985080401312491c4a959a16c0885",
"archive": "cmake-4.3.3-windows-arm64.zip"
},
{
"name": "cmake",
"os": "osx",
"version": "4.3.3",
"executable": "cmake-4.3.3-macos-universal/CMake.app/Contents/bin/cmake",
"url": "https://github.com/Kitware/CMake/releases/download/v4.3.3/cmake-4.3.3-macos-universal.tar.gz",
"sha512": "7a0d5a9ed07104315ab537c1a09fb07e805a0d9b9f02d06752bc405162202270e7660b05f324bae5ed162e748002ac4f6b02b81f9fc5c4a4aedd7604ed58edd6",
"archive": "cmake-4.3.3-macos-universal.tar.gz"
},
{
"name": "cmake",
"os": "linux",
"arch": "arm64",
"version": "4.3.3",
"executable": "cmake-4.3.3-linux-aarch64/bin/cmake",
"url": "https://github.com/Kitware/CMake/releases/download/v4.3.3/cmake-4.3.3-linux-aarch64.tar.gz",
"sha512": "726847b985d05de30d2762cafcf08573e0f4c16c42ca66f119ebe6e6ab9b7decc3173905c49e8dbbcf14d42fdf13f8757b4a118ca82a27a25298575b7d26443a",
"archive": "cmake-4.3.3-linux-aarch64.tar.gz"
},
{
"name": "cmake",
"os": "linux",
"arch": "amd64",
"version": "4.3.3",
"executable": "cmake-4.3.3-linux-x86_64/bin/cmake",
"url": "https://github.com/Kitware/CMake/releases/download/v4.3.3/cmake-4.3.3-linux-x86_64.tar.gz",
"sha512": "1bb70ffebb107d2e72298b11aa90505bda78b04e70ad46d40239986e493d62b5dd01d82c2178e2495b333e6a3d24e3585a27482bb3e5cb10c45ca41877c38e90",
"archive": "cmake-4.3.3-linux-x86_64.tar.gz"
},
{
"name": "git",
"os": "windows",
"arch": "arm64",
"version": "2.7.4",
"executable": "clangarm64/bin/git.exe",
"url": "https://github.com/git-for-windows/git/releases/download/v2.54.0.windows.1/PortableGit-2.54.0-arm64.7z.exe",
"sha512": "ba335e5f2334aad4bcef17837486505b2d79346057d18b54b669c0e07e3bbeaa194cf5ea20232fb578fbb1fe6a822a427c2db42b5e0a099dbc4003e9c1af4954",
"archive": "PortableGit-2.54.0-arm64.7z.exe"
},
{
"name": "git",
"os": "windows",
"arch": "amd64",
"version": "2.7.4",
"executable": "mingw64/bin/git.exe",
"url": "https://github.com/git-for-windows/git/releases/download/v2.54.0.windows.1/PortableGit-2.54.0-64-bit.7z.exe",
"sha512": "0783e36b8809b55c2786d68af1e8de732d9121ad7e55b50a24c4779b2431adce0e4234d79db1ec83b4d8b300924b2b325459fb11da53ef9b114239340ccb4a9e",
"archive": "PortableGit-2.54.0-64-bit.7z.exe"
},
{
"name": "git",
"os": "linux",
"version": "2.7.4",
"executable": ""
},
{
"name": "git",
"os": "osx",
"version": "2.7.4",
"executable": ""
},
{
"name": "git",
"os": "freebsd",
"version": "2.7.4",
"executable": ""
},
{
"name": "gsutil",
"os": "windows",
"version": "5.37",
"executable": "google-cloud-sdk/bin/gsutil.cmd",
"url": "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-567.0.0-windows-x86_64-bundled-python.zip",
"sha512": "5829f8991bd1a5d07daf2e101425c4483a5c93c4526ab410b6f21e8b603f8e5ee6d899ccc9f48f6835c5f8786ed46d111bffc6488af11198dc255891f0726e52",
"archive": "google-cloud-sdk-567.0.0-windows-x86_64-bundled-python.zip"
},
{
"name": "gsutil",
"os": "osx",
"version": "5.37",
"executable": "gsutil/gsutil",
"url": "https://storage.googleapis.com/pub/gsutil_5.37.tar.gz",
"sha512": "9c00ef800ae4f7c188a97e995147e47d699b37658e00c67003315a8db495a619476489c4c8f505b0758c8a59f29a46f0bb24ec6f3e4238c842d5704bee287051",
"archive": "gsutil_5.37.tar.gz"
},
{
"name": "gsutil",
"os": "linux",
"version": "5.37",
"executable": "gsutil/gsutil",
"url": "https://storage.googleapis.com/pub/gsutil_5.37.tar.gz",
"sha512": "9c00ef800ae4f7c188a97e995147e47d699b37658e00c67003315a8db495a619476489c4c8f505b0758c8a59f29a46f0bb24ec6f3e4238c842d5704bee287051",
"archive": "gsutil_5.37.tar.gz"
},
{
"name": "vswhere",
"os": "windows",
"version": "3.1.7",
"executable": "vswhere.exe",
"url": "https://github.com/microsoft/vswhere/releases/download/3.1.7/vswhere.exe",
"sha512": "40c534eb27f079c15c9782f53f82c12dabfede4d3d85f0edf8a855c2b0d5e12921a96506b37c210beab3c33220f8ff098447ad054e82d8c2603964975fc12076"
},
{
"name": "nuget",
"os": "windows",
"version": "7.6.0",
"executable": "nuget.exe",
"url": "https://dist.nuget.org/win-x86-commandline/v7.6.0/nuget.exe",
"sha512": "d5bd978a1df0b6d0bef49a2247e6815c490a4bd05625f48fe388da9f7146948212aeaaff0a5e6334595d8463a20f91fae5cd634d297a73e1213f99a8d76fcff9"
},
{
"name": "nuget",
"os": "linux",
"version": "7.6.0",
"executable": "nuget.exe",
"url": "https://dist.nuget.org/win-x86-commandline/v7.6.0/nuget.exe",
"sha512": "d5bd978a1df0b6d0bef49a2247e6815c490a4bd05625f48fe388da9f7146948212aeaaff0a5e6334595d8463a20f91fae5cd634d297a73e1213f99a8d76fcff9"
},
{
"name": "nuget",
"os": "osx",
"version": "7.6.0",
"executable": "nuget.exe",
"url": "https://dist.nuget.org/win-x86-commandline/v7.6.0/nuget.exe",
"sha512": "d5bd978a1df0b6d0bef49a2247e6815c490a4bd05625f48fe388da9f7146948212aeaaff0a5e6334595d8463a20f91fae5cd634d297a73e1213f99a8d76fcff9"
},
{
"name": "coscli",
"os": "windows",
"version": "1.0.8",
"arch": "amd64",
"executable": "coscli-v1.0.8-windows-amd64.exe",
"url": "https://github.com/tencentyun/coscli/releases/download/v1.0.8/coscli-v1.0.8-windows-amd64.exe",
"sha512": "5edee25daed9e0b829b5e391ee78663d431375dd8c6f22e21a9929e730dde3cd0591dacb19067724d55f5e01f8bc3f9b12735d8f8fa1af6a58fde04fd6474ac8"
},
{
"name": "coscli",
"os": "linux",
"version": "1.0.8",
"arch": "arm",
"executable": "coscli-v1.0.8-linux-arm",
"url": "https://github.com/tencentyun/coscli/releases/download/v1.0.8/coscli-v1.0.8-linux-arm",
"sha512": "9998843bc99fc277c882b24b848c88586ec1f03abe771f4dec7fa8ce22546ed7e6ef8d5e5f16170fa9d926809dd380c4a71d2ed867a96ce509d9487d3c85359b"
},
{
"name": "coscli",
"os": "linux",
"version": "1.0.8",
"arch": "arm64",
"executable": "coscli-v1.0.8-linux-arm64",
"url": "https://github.com/tencentyun/coscli/releases/download/v1.0.8/coscli-v1.0.8-linux-arm64",
"sha512": "21a60f62ba7450363ec7ee4bf54fcafd60562ac715e99434872b0a35e5852111223a216bc3a714df7b32effdd149fb9040b43bc8eb6a62308fc27f6ce7faa2be"
},
{
"name": "coscli",
"os": "linux",
"version": "1.0.8",
"arch": "amd64",
"executable": "coscli-v1.0.8-linux-amd64",
"url": "https://github.com/tencentyun/coscli/releases/download/v1.0.8/coscli-v1.0.8-linux-amd64",
"sha512": "2d7b0235204c35bcab58aeeb5526181e09d9951bb3be7c18f79faaa233e52e1249f801712129e0af3fbae124fb55cd7969c39c7de3b1d9adf07fd298699f8086"
},
{
"name": "coscli",
"os": "osx",
"version": "1.0.8",
"arch": "arm64",
"executable": "coscli-v1.0.8-darwin-arm64",
"url": "https://github.com/tencentyun/coscli/releases/download/v1.0.8/coscli-v1.0.8-darwin-arm64",
"sha512": "ffdda882d4e78a0fca06ab767a09e563276cf9ef693dfc20f35122720a3121cc210793dc512b48f7f6ed4c6f31c2f4c371c59723e9aecccb3a51542a2b7458f1"
},
{
"name": "coscli",
"os": "osx",
"version": "1.0.8",
"arch": "amd64",
"executable": "coscli-v1.0.8-darwin-amd64",
"url": "https://github.com/tencentyun/coscli/releases/download/v1.0.8/coscli-v1.0.8-darwin-amd64",
"sha512": "9b025da7830a875195c3f7232497b76adb78650fb5c9c7cd279d0938e3c496ed699cd763501c8f28ba5b9fcfe689aa21bea098f801204c5cbdbfd38dbd27b72f"
},
{
"name": "7zip",
"os": "windows",
"arch": "amd64",
"version": "26.01",
"executable": "7z.exe",
"url": "https://github.com/ip7z/7zip/releases/download/26.01/7z2601-x64.exe",
"sha512": "e52d5050c8fe4c0a09bd482d36eb1377cf342c4739060d94094c4acb5aab1e53fa3842f64dec7b5df3b3bdc7394a8bc9a9cd7a88808342c1136dd9ce9fe5a0a2",
"archive": "7z2601-x64.7z.exe"
},
{
"name": "7zip",
"os": "windows",
"arch": "arm64",
"version": "26.01",
"executable": "7z.exe",
"url": "https://github.com/ip7z/7zip/releases/download/26.01/7z2601-arm64.exe",
"sha512": "57d2fb50a28952daf31407ce3f4b05356309f7dd93f24752f9ee56b57642dbdde93a5e3577e4c8833383ced699ab514ea7c1bc12f626a686b3f266c018223bdd",
"archive": "7z2601-arm64.7z.exe"
},
{
"name": "7zr",
"os": "windows",
"version": "26.01",
"executable": "7zr.exe",
"url": "https://github.com/ip7z/7zip/releases/download/26.01/7zr.exe",
"sha512": "f798fab87c2bcdeeb43c1ec2f1976fcc6213f1cecb88d7da6410c6a0f4db3ffda4794f462af3525cb4c86ade0bf6ba410cd4c6a96299c4e695dfeb3b05d06baa"
},
{
"name": "ninja",
"os": "windows",
"arch": "arm64",
"version": "1.13.2",
"executable": "ninja.exe",
"url": "https://github.com/ninja-build/ninja/releases/download/v1.13.2/ninja-winarm64.zip",
"sha512": "11541733eede64fe928ad645cd6e5c06cfc2fb7d8c2225aea270a6ed91ffd17c3a13332a348af236e6732cb9f1972fca088cab186439907ca2455b79709d70f6",
"archive": "ninja-winarm64-1.13.2.zip"
},
{
"name": "ninja",
"os": "windows",
"arch": "x64",
"version": "1.13.2",
"executable": "ninja.exe",
"url": "https://github.com/ninja-build/ninja/releases/download/v1.13.2/ninja-win.zip",
"sha512": "55d3d891e8fc6c8ad7f92e172125319896761e57c5125944613d9bbfa5b9374387e9fc1468ad5bcb31464f43fb1c455ea251343942595f42955dc67090aa12ee",
"archive": "ninja-win-1.13.2.zip"
},
{
"name": "ninja",
"os": "linux",
"arch": "arm64",
"version": "1.13.2",
"executable": "ninja",
"url": "https://github.com/ninja-build/ninja/releases/download/v1.13.2/ninja-linux-aarch64.zip",
"sha512": "318714ef0f7cb81fe5aab99032d19cfec07035e784ec9a1de63825ce8bed70f9ad6c5801b84bb7130a0b7acb6d5ed960b2953b27256ff51e18dfd720840faa39",
"archive": "ninja-linux-aarch64-1.13.2.zip"
},
{
"name": "ninja",
"os": "linux",
"arch": "x64",
"version": "1.13.2",
"executable": "ninja",
"url": "https://github.com/ninja-build/ninja/releases/download/v1.13.2/ninja-linux.zip",
"sha512": "714b900cf10b7ecb1b641c91f4ef696250c64984e5955a8088e4a538d6e8077f43e55f6da47efcedbe316c68d51a9e98feff51734eb0eac1b17aa85af5698753",
"archive": "ninja-linux-1.13.2.zip"
},
{
"name": "ninja",
"os": "osx",
"version": "1.13.2",
"executable": "ninja",
"url": "https://github.com/ninja-build/ninja/releases/download/v1.13.2/ninja-mac.zip",
"sha512": "bf71f820791bb2ef97da6e7f8376aaa1c51f3860884df1acde692d2df4c0747a2e167d843dcd5537813da2e5d14457d6ee3f48df13cdd678cea87e68fe73e9f0",
"archive": "ninja-mac-1.13.2.zip"
},
{
"name": "powershell-core",
"os": "windows",
"arch": "x64",
"version": "7.6.2",
"executable": "pwsh.exe",
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.6.2/PowerShell-7.6.2-win-x64.zip",
"sha512": "7aa272c9814e95b5b29c4bd263d14a8650278ebb2544b26d78583d726582aa4b726185a7c918b67f8b6288a35fe928db97ed91251bd9c469105b0421913be4f9",
"archive": "PowerShell-7.6.2-win-x64.zip"
},
{
"name": "powershell-core",
"os": "windows",
"arch": "arm64",
"version": "7.6.2",
"executable": "pwsh.exe",
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.6.2/PowerShell-7.6.2-win-arm64.zip",
"sha512": "b5597894ae93ee05bf923570f77419f0626e1ef3632c13a40bf7f6161a2b45ea6cd3e1caa5347eec6e2bda71659afa0b1a3c7349bea17bdfdb716f0453d92de6",
"archive": "PowerShell-7.6.2-win-arm64.zip"
},
{
"name": "powershell-core",
"os": "linux",
"arch": "x64",
"version": "7.6.2",
"executable": "pwsh",
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.6.2/powershell-7.6.2-linux-x64.tar.gz",
"sha512": "effb505a891664d7c885129be67dc829218a074569c36dc00dcb3706435c72075c63ed67a1c533c044944993eefe460500c447163cab9f5b43233cd4d9d51b95",
"archive": "powershell-7.6.2-linux-x64.tar.gz"
},
{
"name": "powershell-core",
"os": "linux",
"arch": "arm64",
"version": "7.6.2",
"executable": "pwsh",
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.6.2/powershell-7.6.2-linux-arm64.tar.gz",
"sha512": "97b6e78208e1dd428b7d0786cc90a647b0f4d4cf939be2454a33f6c710fe5954fd0643befd4cecb69adba78eaf8ad453595d7413a58415e510c4136bb6856210",
"archive": "powershell-7.6.2-linux-arm64.tar.gz"
},
{
"name": "powershell-core",
"os": "osx",
"arch": "x64",
"version": "7.6.2",
"executable": "pwsh",
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.6.2/powershell-7.6.2-osx-x64.tar.gz",
"sha512": "8e6091b13b9ca7f8dd660b73292b2731e3e6c6daa6e58a13c3ad6b3cb75dc39b1137f64e6af3bbee31f840ca6e2ca2346327d1efce9b165c9cccbcb2505d3809",
"archive": "powershell-7.6.2-osx-x64.tar.gz"
},
{
"name": "powershell-core",
"os": "osx",
"arch": "arm64",
"version": "7.6.2",
"executable": "pwsh",
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.6.2/powershell-7.6.2-osx-arm64.tar.gz",
"sha512": "8e0c2fec58d19a2876017bd29f56b7ef04a0c093b722e0c322b134fad90f249eb6ad047bfd917f3652fa30a6fcb7a39f980b8c9973e2b78317bba0abbe271c40",
"archive": "powershell-7.6.2-osx-arm64.tar.gz"
},
{
"name": "node",
"os": "windows",
"arch": "x64",
"version": "24.16.0",
"executable": "node-v24.16.0-win-x64/node.exe",
"url": "https://nodejs.org/dist/v24.16.0/node-v24.16.0-win-x64.7z",
"sha512": "ec472d2a84e164117b028be3186b104d153554f7779a42352fda79ab3cea6424f8f62e806ceb36837f25cab50a49dba7ca04048ecaee4661efb932f4aa88e015",
"archive": "node-v24.16.0-win-x64.7z"
},
{
"name": "node",
"os": "windows",
"arch": "arm64",
"version": "24.16.0",
"executable": "node-v24.16.0-win-arm64/node.exe",
"url": "https://nodejs.org/dist/v24.16.0/node-v24.16.0-win-arm64.7z",
"sha512": "c37ba3ef769c52bd409f9e98a59bdc2bae0dbcb7adc5dc13eb7d41390a3aee20b83939c78db5650083b7f319ceb36eb420b8280d54c535a89518f0b5bcd6860a",
"archive": "node-v24.16.0-win-arm64.7z"
},
{
"name": "node",
"os": "linux",
"arch": "x64",
"version": "24.16.0",
"executable": "node-v24.16.0-linux-x64/bin/node",
"url": "https://nodejs.org/dist/v24.16.0/node-v24.16.0-linux-x64.tar.gz",
"sha512": "48c8233172f018203111b8e55694957ea1c94ccf3e27aa919ecbfd3bbf459e4472a91ef889dc95d8d0b5dc8eaafa65718f84d4bbccbd9412456e331331e9be6b",
"archive": "node-v24.16.0-linux-x64.tar.gz"
},
{
"name": "node",
"os": "linux",
"arch": "arm64",
"version": "24.16.0",
"executable": "node-v24.16.0-linux-arm64/bin/node",
"url": "https://nodejs.org/dist/v24.16.0/node-v24.16.0-linux-arm64.tar.gz",
"sha512": "5d10623b59e2b16d754407b0be96e26b44d51f517009915c8c1d34a9ac0fc71c3b350549b1b891af65adc4ab0da4e86bcf012aee01952d9797b6e6cb850b758e",
"archive": "node-v24.16.0-linux-arm64.tar.gz"
},
{
"name": "node",
"os": "osx",
"arch": "x64",
"version": "24.16.0",
"executable": "node-v24.16.0-darwin-x64/bin/node",
"url": "https://nodejs.org/dist/v24.16.0/node-v24.16.0-darwin-x64.tar.gz",
"sha512": "e27ff6e373a0291fd00da21a53d7bb0eded19273f65d746dfe5603d6a9d3cd797af8fd7b2a82929f079a4369303636a5ae47bd9757a4562a0057656519099306",
"archive": "node-v24.16.0-darwin-x64.tar.gz"
},
{
"name": "node",
"os": "osx",
"arch": "arm64",
"version": "24.16.0",
"executable": "node-v24.16.0-darwin-arm64/bin/node",
"url": "https://nodejs.org/dist/v24.16.0/node-v24.16.0-darwin-arm64.tar.gz",
"sha512": "471b4761d0fc717eee4a4cc4b4f463cc0533e486e69a51a6f9e1c9d0f139d73f10d9a0d9a6ba2bd79f4ab6497be9902c420694a58db1347f072be14dc16d930f",
"archive": "node-v24.16.0-darwin-arm64.tar.gz"
},
{
"name": "dotnet",
"os": "windows",
"arch": "x64",
"version": "10.0.301",
"executable": "dotnet.exe",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-win-x64.zip",
"sha512": "38456e992c4df0ff0ac9fc5f28ff09a88543c0fc4e4deedffda9c4ebaf852c4519addacf28814ea77ea42ce2d37db812fae5ba1fe25f06364ca5a6027036387f",
"archive": "dotnet-sdk-10.0.301-win-x64.zip"
},
{
"name": "dotnet",
"os": "windows",
"arch": "arm64",
"version": "10.0.301",
"executable": "dotnet.exe",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-win-arm64.zip",
"sha512": "cd2aabcf089d76c6f904e2b77ed06b9f397e105f8a9b8fb425ce6b8ab01413a01d59a1c298c58c627db3e8d197280825d7c2cfc8b8345a149ed5b86457cf5c5b",
"archive": "dotnet-sdk-10.0.301-win-arm64.zip"
},
{
"name": "dotnet",
"os": "windows",
"arch": "x86",
"version": "10.0.301",
"executable": "dotnet.exe",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-win-x86.zip",
"sha512": "19e3f1d05c45e741d8284a304aacc7256b464d8729d0e0fb10bc4e2b8bd44abacab69d4dfff3aa9fb7724bb569e43cd98146cfbd31cd4932ddbfc54cbe8b8d02",
"archive": "dotnet-sdk-10.0.301-win-x86.zip"
},
{
"name": "dotnet",
"os": "linux",
"arch": "x64",
"version": "10.0.301",
"executable": "dotnet",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-linux-x64.tar.gz",
"sha512": "cfbeec3a3a1d3ad3e168e37a77c4cc26c23125acd84a86d014047da3ecffce4c368a9acac4d7c950a047fa3d98989ce8aea69f8e5842cb6d330e8911e1c335a7",
"archive": "dotnet-sdk-10.0.301-linux-x64.tar.gz"
},
{
"name": "dotnet",
"os": "linux",
"arch": "arm64",
"version": "10.0.301",
"executable": "dotnet",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-linux-arm64.tar.gz",
"sha512": "4ee438b363cb8468930d50b6bdc738a375e2f33b25bfd0c8dcb55853dda7f0fb187693e0f49dfc31556e68320b961a50dcf3b74c1f25abe3a5bd916db607db99",
"archive": "dotnet-sdk-10.0.301-linux-arm64.tar.gz"
},
{
"name": "dotnet",
"os": "osx",
"arch": "x64",
"version": "10.0.301",
"executable": "dotnet",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-osx-x64.tar.gz",
"sha512": "a0eb333dff6ed7895e6b2469d01d014bc3a74e8632b5704e4fab55247b29c1e17df0c52e857dedf55092ebe650c63da749d8b09af707bc28cc25a12796b4be12",
"archive": "dotnet-sdk-10.0.301-osx-x64.tar.gz"
},
{
"name": "dotnet",
"os": "osx",
"arch": "arm64",
"version": "10.0.301",
"executable": "dotnet",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-osx-arm64.tar.gz",
"sha512": "7978737378704435bcb46d1aabf4824f4bac4c72b559b0c5796fadcf15aa2ac7e18fd3e5c983c0bcb48c60793bd554bcfb0caa9972132cf899c97ccd7465d938",
"archive": "dotnet-sdk-10.0.301-osx-arm64.tar.gz"
},
{
"name": "azcopy",
"os": "linux",
"arch": "amd64",
"version": "10.32.4",
"executable": "azcopy_linux_amd64_10.32.4/azcopy",
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.32.4/azcopy_linux_amd64_10.32.4.tar.gz",
"sha512": "7f5252083fb656d84fb45d5b773a4f5971417f2ef6210e11160233689b4dc9cac9c6e29ee83d96fbd001c2c497e0e686dc6dcbd962fd9cd70a1518456bb86e47",
"archive": "azcopy_linux_amd64_10.32.4.tar.gz"
},
{
"name": "azcopy",
"os": "linux",
"arch": "arm64",
"version": "10.32.4",
"executable": "azcopy_linux_arm64_10.32.4/azcopy",
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.32.4/azcopy_linux_arm64_10.32.4.tar.gz",
"sha512": "c8dea71f5a4063df073b6dbc600aa787ebb4f71d06a588a55a8f4281a1850fbe22a23024cac64d5fb3704a7ead6243c4d5737538bcdd59a1d1c0d60bc717a05b",
"archive": "azcopy_linux_arm64_10.32.4.tar.gz"
},
{
"name": "azcopy",
"os": "osx",
"arch": "amd64",
"version": "10.32.4",
"executable": "azcopy_darwin_amd64_10.32.4/azcopy",
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.32.4/azcopy_darwin_amd64_10.32.4.zip",
"sha512": "29a84d05edd6413bedc141fafe4b6d95c0eb2efce91e80bdca8ae2a85066954a20b2b67e571db34df9285ac63b515ca6fa3fbd7bce163efeb64881ba1bc7684a",
"archive": "azcopy_darwin_amd64_10.32.4.zip"
},
{
"name": "azcopy",
"os": "osx",
"arch": "arm64",
"version": "10.32.4",
"executable": "azcopy_darwin_arm64_10.32.4/azcopy",
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.32.4/azcopy_darwin_arm64_10.32.4.zip",
"sha512": "578179a7f935a5395206386e8fc34d35b72bc0b3633517719758868a2849adfc1d75d308aa3e7ca7ef2e24de079c8366c83908d6519aa0d90c2c79cd6a66fc11",
"archive": "azcopy_darwin_arm64_10.32.4.zip"
},
{
"name": "azcopy",
"os": "windows",
"arch": "amd64",
"version": "10.32.4",
"executable": "azcopy_windows_amd64_10.32.4/azcopy.exe",
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.32.4/azcopy_windows_amd64_10.32.4.zip",
"sha512": "b3e9a37566667c1200a32100637364c4d7a624b59aa8df80957ffcb871a2be8cf8b2a6cb6429abaf0f71d8da8b4cf0e4da2fcbba9747136b254039a13997acef",
"archive": "azcopy_windows_amd64_10.32.4.zip"
},
{
"name": "azcopy",
"os": "windows",
"arch": "arm64",
"version": "10.32.4",
"executable": "azcopy_windows_arm64_10.32.4/azcopy.exe",
"url": "https://github.com/Azure/azure-storage-azcopy/releases/download/v10.32.4/azcopy_windows_arm64_10.32.4.zip",
"sha512": "7e31527bc2381b228ad6ecbbf20eb11e62741c443ad83fef88acb694110dbef07366d5091388b4a521118389fbf87a67b389e316bef80ca044134f8b4b610281",
"archive": "azcopy_windows_arm64_10.32.4.zip"
}
]
}