-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmise.lock
More file actions
954 lines (769 loc) · 51 KB
/
Copy pathmise.lock
File metadata and controls
954 lines (769 loc) · 51 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
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
# @generated - this file is auto-generated by `mise lock` https://mise.jdx.dev/dev-tools/mise-lock.html
lockfile_version = 1
[[tools.actionlint]]
version = "1.7.12"
backend = "aqua:rhysd/actionlint"
specifiers = ["1.7.12"]
[tools.actionlint."platforms.linux-arm64"]
checksum = "sha256:325e971b6ba9bfa504672e29be93c24981eeb1c07576d730e9f7c8805afff0c6"
url = "https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_linux_arm64.tar.gz"
url_api = "https://api.github.com/repos/rhysd/actionlint/releases/assets/384924897"
provenance = "github-attestations"
[tools.actionlint."platforms.linux-arm64-musl"]
checksum = "sha256:325e971b6ba9bfa504672e29be93c24981eeb1c07576d730e9f7c8805afff0c6"
url = "https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_linux_arm64.tar.gz"
url_api = "https://api.github.com/repos/rhysd/actionlint/releases/assets/384924897"
provenance = "github-attestations"
[tools.actionlint."platforms.linux-x64"]
checksum = "sha256:8aca8db96f1b94770f1b0d72b6dddcb1ebb8123cb3712530b08cc387b349a3d8"
url = "https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_linux_amd64.tar.gz"
url_api = "https://api.github.com/repos/rhysd/actionlint/releases/assets/384924896"
provenance = "github-attestations"
[tools.actionlint."platforms.linux-x64-musl"]
checksum = "sha256:8aca8db96f1b94770f1b0d72b6dddcb1ebb8123cb3712530b08cc387b349a3d8"
url = "https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_linux_amd64.tar.gz"
url_api = "https://api.github.com/repos/rhysd/actionlint/releases/assets/384924896"
provenance = "github-attestations"
[tools.actionlint."platforms.macos-arm64"]
checksum = "sha256:aba9ced2dee8d27fecca3dc7feb1a7f9a52caefa1eb46f3271ea66b6e0e6953f"
url = "https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_darwin_arm64.tar.gz"
url_api = "https://api.github.com/repos/rhysd/actionlint/releases/assets/384924893"
provenance = "github-attestations"
[tools.actionlint."platforms.macos-x64"]
checksum = "sha256:5b44c3bc2255115c9b69e30efc0fecdf498fdb63c5d58e17084fd5f16324c644"
url = "https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_darwin_amd64.tar.gz"
url_api = "https://api.github.com/repos/rhysd/actionlint/releases/assets/384924880"
provenance = "github-attestations"
[tools.actionlint."platforms.windows-x64"]
checksum = "sha256:6e7241b51e6817ea6a047693d8e6fed13b31819c9a0dd6c5a726e1592d22f6e9"
url = "https://github.com/rhysd/actionlint/releases/download/v1.7.12/actionlint_1.7.12_windows_amd64.zip"
url_api = "https://api.github.com/repos/rhysd/actionlint/releases/assets/384924919"
provenance = "github-attestations"
[[tools."aqua:jonwiggins/xmloxide"]]
version = "0.5.0"
backend = "aqua:jonwiggins/xmloxide"
specifiers = ["0.5.0"]
[tools."aqua:jonwiggins/xmloxide"."platforms.linux-arm64"]
checksum = "sha256:554d4ae976782bed0d9fa44b9ee7106a756f6a599ef9867b412db47a2a664399"
url = "https://github.com/jonwiggins/xmloxide/releases/download/v0.5.0/xmllint_linux-aarch64"
url_api = "https://api.github.com/repos/jonwiggins/xmloxide/releases/assets/506799877"
[tools."aqua:jonwiggins/xmloxide"."platforms.linux-arm64-musl"]
checksum = "sha256:554d4ae976782bed0d9fa44b9ee7106a756f6a599ef9867b412db47a2a664399"
url = "https://github.com/jonwiggins/xmloxide/releases/download/v0.5.0/xmllint_linux-aarch64"
url_api = "https://api.github.com/repos/jonwiggins/xmloxide/releases/assets/506799877"
[tools."aqua:jonwiggins/xmloxide"."platforms.linux-x64"]
checksum = "sha256:4dd8c45676bb34bd397db97179231f4e6f77caff35059f18de9d1d4b68773d55"
url = "https://github.com/jonwiggins/xmloxide/releases/download/v0.5.0/xmllint_linux-x86-64"
url_api = "https://api.github.com/repos/jonwiggins/xmloxide/releases/assets/506799872"
[tools."aqua:jonwiggins/xmloxide"."platforms.linux-x64-musl"]
checksum = "sha256:4dd8c45676bb34bd397db97179231f4e6f77caff35059f18de9d1d4b68773d55"
url = "https://github.com/jonwiggins/xmloxide/releases/download/v0.5.0/xmllint_linux-x86-64"
url_api = "https://api.github.com/repos/jonwiggins/xmloxide/releases/assets/506799872"
[tools."aqua:jonwiggins/xmloxide"."platforms.macos-arm64"]
checksum = "sha256:02a44c8cab86cd2d8765fcf0dc7e7610768571a0cf0af3785fb691196d1eebe5"
url = "https://github.com/jonwiggins/xmloxide/releases/download/v0.5.0/xmllint_darwin-aarch64"
url_api = "https://api.github.com/repos/jonwiggins/xmloxide/releases/assets/506799873"
[tools."aqua:jonwiggins/xmloxide"."platforms.macos-x64"]
checksum = "sha256:6876c1f1ec9dd31bc80a6417548fa337898e78e50ac0479ed391f3bd26e0b4f3"
url = "https://github.com/jonwiggins/xmloxide/releases/download/v0.5.0/xmllint_darwin-x86-64"
url_api = "https://api.github.com/repos/jonwiggins/xmloxide/releases/assets/506799874"
[tools."aqua:jonwiggins/xmloxide"."platforms.windows-x64"]
checksum = "sha256:ecf509be8f9de6cb86921c88a516a9fac4a920f0905c18f62d91a4ed41af920f"
url = "https://github.com/jonwiggins/xmloxide/releases/download/v0.5.0/xmllint_windows-x86-64.exe"
url_api = "https://api.github.com/repos/jonwiggins/xmloxide/releases/assets/506799871"
[[tools."aqua:owenlamont/ryl"]]
version = "0.22.0"
backend = "aqua:owenlamont/ryl"
specifiers = ["0.22.0"]
[tools."aqua:owenlamont/ryl"."platforms.linux-arm64"]
checksum = "sha256:1045ea5807ae274c0812f63f73469018b58f822c8987e22b71f9995be971a6dd"
url = "https://github.com/owenlamont/ryl/releases/download/v0.22.0/ryl-aarch64-unknown-linux-gnu.tar.gz"
url_api = "https://api.github.com/repos/owenlamont/ryl/releases/assets/547221094"
provenance = "github-attestations"
[tools."aqua:owenlamont/ryl"."platforms.linux-arm64-musl"]
checksum = "sha256:e2756acb29fac8a1963ef6477f557d31bd9b6a1fb0d745dcb2c5c24714e20910"
url = "https://github.com/owenlamont/ryl/releases/download/v0.22.0/ryl-aarch64-unknown-linux-musl.tar.gz"
url_api = "https://api.github.com/repos/owenlamont/ryl/releases/assets/547221095"
provenance = "github-attestations"
[tools."aqua:owenlamont/ryl"."platforms.linux-x64"]
checksum = "sha256:e51be237168ff44c8e28caca87db35c15ac5c943bba5edba0e72465b51add524"
url = "https://github.com/owenlamont/ryl/releases/download/v0.22.0/ryl-x86_64-unknown-linux-gnu.tar.gz"
url_api = "https://api.github.com/repos/owenlamont/ryl/releases/assets/547221116"
provenance = "github-attestations"
[tools."aqua:owenlamont/ryl"."platforms.linux-x64-musl"]
checksum = "sha256:43625dd5c968b2c08e875a8121b2c441bd5059414d8d1fbe8d791cf6bfde402c"
url = "https://github.com/owenlamont/ryl/releases/download/v0.22.0/ryl-x86_64-unknown-linux-musl.tar.gz"
url_api = "https://api.github.com/repos/owenlamont/ryl/releases/assets/547221117"
provenance = "github-attestations"
[tools."aqua:owenlamont/ryl"."platforms.macos-arm64"]
checksum = "sha256:512051556cc92b3bfcb21c434072dcb3de7088af4982439ff0cce7888819f501"
url = "https://github.com/owenlamont/ryl/releases/download/v0.22.0/ryl-aarch64-apple-darwin.tar.gz"
url_api = "https://api.github.com/repos/owenlamont/ryl/releases/assets/547221097"
provenance = "github-attestations"
[tools."aqua:owenlamont/ryl"."platforms.windows-x64"]
checksum = "sha256:c0b3c8520b0d749d5df974e9638110a7169cde1d8febd6a4e68e802c5de7a70d"
url = "https://github.com/owenlamont/ryl/releases/download/v0.22.0/ryl-x86_64-pc-windows-msvc.zip"
url_api = "https://api.github.com/repos/owenlamont/ryl/releases/assets/547221108"
provenance = "github-attestations"
[[tools.biome]]
version = "2.5.14"
backend = "aqua:biomejs/biome"
specifiers = ["2.5.14"]
[tools.biome."platforms.linux-arm64"]
checksum = "sha256:50ac7f598985e21b15da57e5d87da0f7ab0c163e6f78eb6d4690309827d77ef8"
url = "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.14/biome-linux-arm64"
url_api = "https://api.github.com/repos/biomejs/biome/releases/assets/567471272"
provenance = "github-attestations"
[tools.biome."platforms.linux-arm64-musl"]
checksum = "sha256:e97669c6e998e4a160c71bd97757eae21fe8c8cb58a044311096779cd1d00454"
url = "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.14/biome-linux-arm64-musl"
url_api = "https://api.github.com/repos/biomejs/biome/releases/assets/567471270"
provenance = "github-attestations"
[tools.biome."platforms.linux-x64"]
checksum = "sha256:290c1c85deeaf01310d9187306060b53961574856a7e34f59d9662562e6f19fe"
url = "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.14/biome-linux-x64"
url_api = "https://api.github.com/repos/biomejs/biome/releases/assets/567471264"
provenance = "github-attestations"
[tools.biome."platforms.linux-x64-musl"]
checksum = "sha256:d15a39b256ca1294fe8f8817f9162f7c26229ca0cb8bd19d0369540c1a01d781"
url = "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.14/biome-linux-x64-musl"
url_api = "https://api.github.com/repos/biomejs/biome/releases/assets/567471265"
provenance = "github-attestations"
[tools.biome."platforms.macos-arm64"]
checksum = "sha256:3d1194d0a7b720315fb6f8cbafeb5b18ca7100c3e635e8ce82ef46b315de9c0e"
url = "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.14/biome-darwin-arm64"
url_api = "https://api.github.com/repos/biomejs/biome/releases/assets/567471268"
provenance = "github-attestations"
[tools.biome."platforms.macos-x64"]
checksum = "sha256:b331448d7afb592cc4674e9bd6905eae5e79f5dd9b34b61b44803a6b7a91b801"
url = "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.14/biome-darwin-x64"
url_api = "https://api.github.com/repos/biomejs/biome/releases/assets/567471271"
provenance = "github-attestations"
[tools.biome."platforms.windows-x64"]
checksum = "sha256:bef8f088617c8364314f55dffdc7b8ddabe12fee9e1e71f45f708a7027579280"
url = "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.14/biome-win32-x64.exe"
url_api = "https://api.github.com/repos/biomejs/biome/releases/assets/567471269"
provenance = "github-attestations"
[[tools.checkstyle]]
version = "14.1.0"
backend = "aqua:checkstyle/checkstyle"
specifiers = ["14.1.0"]
[tools.checkstyle."platforms.linux-arm64"]
checksum = "sha256:51e2bc7fed1bb56808aa39045f655a316194997acd24bac5195253dcf342b380"
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-14.1.0/checkstyle-14.1.0-all.jar"
url_api = "https://api.github.com/repos/checkstyle/checkstyle/releases/assets/536723245"
[tools.checkstyle."platforms.linux-arm64-musl"]
checksum = "sha256:51e2bc7fed1bb56808aa39045f655a316194997acd24bac5195253dcf342b380"
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-14.1.0/checkstyle-14.1.0-all.jar"
url_api = "https://api.github.com/repos/checkstyle/checkstyle/releases/assets/536723245"
[tools.checkstyle."platforms.linux-x64"]
checksum = "sha256:51e2bc7fed1bb56808aa39045f655a316194997acd24bac5195253dcf342b380"
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-14.1.0/checkstyle-14.1.0-all.jar"
url_api = "https://api.github.com/repos/checkstyle/checkstyle/releases/assets/536723245"
[tools.checkstyle."platforms.linux-x64-musl"]
checksum = "sha256:51e2bc7fed1bb56808aa39045f655a316194997acd24bac5195253dcf342b380"
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-14.1.0/checkstyle-14.1.0-all.jar"
url_api = "https://api.github.com/repos/checkstyle/checkstyle/releases/assets/536723245"
[tools.checkstyle."platforms.macos-arm64"]
checksum = "sha256:51e2bc7fed1bb56808aa39045f655a316194997acd24bac5195253dcf342b380"
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-14.1.0/checkstyle-14.1.0-all.jar"
url_api = "https://api.github.com/repos/checkstyle/checkstyle/releases/assets/536723245"
[tools.checkstyle."platforms.macos-x64"]
checksum = "sha256:51e2bc7fed1bb56808aa39045f655a316194997acd24bac5195253dcf342b380"
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-14.1.0/checkstyle-14.1.0-all.jar"
url_api = "https://api.github.com/repos/checkstyle/checkstyle/releases/assets/536723245"
[tools.checkstyle."platforms.windows-x64"]
checksum = "sha256:51e2bc7fed1bb56808aa39045f655a316194997acd24bac5195253dcf342b380"
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-14.1.0/checkstyle-14.1.0-all.jar"
url_api = "https://api.github.com/repos/checkstyle/checkstyle/releases/assets/536723245"
[[tools.dotenv-linter]]
version = "4.0.0"
backend = "aqua:dotenv-linter/dotenv-linter"
specifiers = ["4.0.0"]
[tools.dotenv-linter."platforms.linux-x64"]
checksum = "sha256:9e2f1f6eb88a71ac15ef209f78f5a68644db82f132d2677112b4f80ec2bd2127"
url = "https://github.com/dotenv-linter/dotenv-linter/releases/download/v4.0.0/dotenv-linter-linux-x86_64.tar.gz"
url_api = "https://api.github.com/repos/dotenv-linter/dotenv-linter/releases/assets/305835202"
[tools.dotenv-linter."platforms.linux-x64-musl"]
checksum = "sha256:9e2f1f6eb88a71ac15ef209f78f5a68644db82f132d2677112b4f80ec2bd2127"
url = "https://github.com/dotenv-linter/dotenv-linter/releases/download/v4.0.0/dotenv-linter-linux-x86_64.tar.gz"
url_api = "https://api.github.com/repos/dotenv-linter/dotenv-linter/releases/assets/305835202"
[tools.dotenv-linter."platforms.macos-arm64"]
checksum = "sha256:143361bcd3c859cac0b16a6eaa51f3f69f270f17a55431e2e44d76722a7f0271"
url = "https://github.com/dotenv-linter/dotenv-linter/releases/download/v4.0.0/dotenv-linter-darwin-x86_64.tar.gz"
url_api = "https://api.github.com/repos/dotenv-linter/dotenv-linter/releases/assets/305835361"
[tools.dotenv-linter."platforms.macos-x64"]
checksum = "sha256:143361bcd3c859cac0b16a6eaa51f3f69f270f17a55431e2e44d76722a7f0271"
url = "https://github.com/dotenv-linter/dotenv-linter/releases/download/v4.0.0/dotenv-linter-darwin-x86_64.tar.gz"
url_api = "https://api.github.com/repos/dotenv-linter/dotenv-linter/releases/assets/305835361"
[tools.dotenv-linter."platforms.windows-x64"]
checksum = "sha256:771214659b86d2de5c8c5214e6d59484ceb0de8a87037d488ce37d6ca6f6cc1a"
url = "https://github.com/dotenv-linter/dotenv-linter/releases/download/v4.0.0/dotenv-linter-win-x64.zip"
url_api = "https://api.github.com/repos/dotenv-linter/dotenv-linter/releases/assets/305835598"
[[tools.dotnet]]
version = "10.0.201"
backend = "core:dotnet"
specifiers = ["10.0.201"]
[[tools.editorconfig-checker]]
version = "4.0.1"
backend = "aqua:editorconfig-checker/editorconfig-checker"
specifiers = ["4.0.1"]
[tools.editorconfig-checker."platforms.linux-arm64"]
checksum = "sha256:f162c749ade763ed4954de678ebb786c99431b9a615a964c284605e68dbbd3f9"
url = "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v4.0.1/editorconfig-checker-linux-arm64.tar.gz"
url_api = "https://api.github.com/repos/editorconfig-checker/editorconfig-checker/releases/assets/543952366"
[tools.editorconfig-checker."platforms.linux-arm64-musl"]
checksum = "sha256:f162c749ade763ed4954de678ebb786c99431b9a615a964c284605e68dbbd3f9"
url = "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v4.0.1/editorconfig-checker-linux-arm64.tar.gz"
url_api = "https://api.github.com/repos/editorconfig-checker/editorconfig-checker/releases/assets/543952366"
[tools.editorconfig-checker."platforms.linux-x64"]
checksum = "sha256:90139c6ed52373c0acfc9deb2a07aa812e5184753afd4bc8252bf44eb4909155"
url = "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v4.0.1/editorconfig-checker-linux-amd64.tar.gz"
url_api = "https://api.github.com/repos/editorconfig-checker/editorconfig-checker/releases/assets/543952355"
[tools.editorconfig-checker."platforms.linux-x64-musl"]
checksum = "sha256:90139c6ed52373c0acfc9deb2a07aa812e5184753afd4bc8252bf44eb4909155"
url = "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v4.0.1/editorconfig-checker-linux-amd64.tar.gz"
url_api = "https://api.github.com/repos/editorconfig-checker/editorconfig-checker/releases/assets/543952355"
[tools.editorconfig-checker."platforms.macos-arm64"]
checksum = "sha256:9ed547505176d7384e1fb861ecfdd13df8c15e37d4bbcc2bd40e52e81ab32176"
url = "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v4.0.1/editorconfig-checker-darwin-all.tar.gz"
url_api = "https://api.github.com/repos/editorconfig-checker/editorconfig-checker/releases/assets/543952367"
[tools.editorconfig-checker."platforms.macos-x64"]
checksum = "sha256:9ed547505176d7384e1fb861ecfdd13df8c15e37d4bbcc2bd40e52e81ab32176"
url = "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v4.0.1/editorconfig-checker-darwin-all.tar.gz"
url_api = "https://api.github.com/repos/editorconfig-checker/editorconfig-checker/releases/assets/543952367"
[tools.editorconfig-checker."platforms.windows-x64"]
checksum = "sha256:a5f1eb57b62a3499b920f6ddb1561c7f8b0276289ff0c4fefc03a5225d721c11"
url = "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v4.0.1/editorconfig-checker-windows-amd64.zip"
url_api = "https://api.github.com/repos/editorconfig-checker/editorconfig-checker/releases/assets/543952342"
[[tools.go]]
version = "1.27.1"
backend = "core:go"
specifiers = ["1.27.1"]
[tools.go."platforms.linux-arm64"]
checksum = "sha256:3450b45a3f9ee8568792736a5c5e70a1f2e9b36c35a8f74958c03e51d7d92bec"
url = "https://dl.google.com/go/go1.27.1.linux-arm64.tar.gz"
[tools.go."platforms.linux-arm64-musl"]
checksum = "sha256:3450b45a3f9ee8568792736a5c5e70a1f2e9b36c35a8f74958c03e51d7d92bec"
url = "https://dl.google.com/go/go1.27.1.linux-arm64.tar.gz"
[tools.go."platforms.linux-x64"]
checksum = "sha256:63d339f0da5ab53635a56f2490a7984dfe12dfcff22ad749f63edaf590168445"
url = "https://dl.google.com/go/go1.27.1.linux-amd64.tar.gz"
[tools.go."platforms.linux-x64-musl"]
checksum = "sha256:63d339f0da5ab53635a56f2490a7984dfe12dfcff22ad749f63edaf590168445"
url = "https://dl.google.com/go/go1.27.1.linux-amd64.tar.gz"
[tools.go."platforms.macos-arm64"]
checksum = "sha256:ee215d57e0ec269c60cc9ceca68e6bda321ba9ee5afe24f4b0988703c2d87d12"
url = "https://dl.google.com/go/go1.27.1.darwin-arm64.tar.gz"
[tools.go."platforms.macos-x64"]
checksum = "sha256:8f8f52c6649542cf027bbc9b9c68d1ec042f9f34808a40413f0b8b3f66f3caa4"
url = "https://dl.google.com/go/go1.27.1.darwin-amd64.tar.gz"
[tools.go."platforms.windows-x64"]
checksum = "sha256:a3911b5e0e1b1053f25ed0675f4c1c6aad1e2bfcf253df2b9be4caabd2edd95d"
url = "https://dl.google.com/go/go1.27.1.windows-amd64.zip"
[[tools.golangci-lint]]
version = "2.13.2"
backend = "aqua:golangci/golangci-lint"
specifiers = ["2.13.2"]
[tools.golangci-lint."platforms.linux-arm64"]
checksum = "sha256:a2a4e0065aa41be71f7c5ac90f271b61751331e5d04314e62afe4027855f0893"
url = "https://github.com/golangci/golangci-lint/releases/download/v2.13.2/golangci-lint-2.13.2-linux-arm64.tar.gz"
url_api = "https://api.github.com/repos/golangci/golangci-lint/releases/assets/532995442"
provenance = "github-attestations"
[tools.golangci-lint."platforms.linux-arm64-musl"]
checksum = "sha256:a2a4e0065aa41be71f7c5ac90f271b61751331e5d04314e62afe4027855f0893"
url = "https://github.com/golangci/golangci-lint/releases/download/v2.13.2/golangci-lint-2.13.2-linux-arm64.tar.gz"
url_api = "https://api.github.com/repos/golangci/golangci-lint/releases/assets/532995442"
provenance = "github-attestations"
[tools.golangci-lint."platforms.linux-x64"]
checksum = "sha256:2277d43b98ec0054280f2ac26b53268bae97682444678a59a657dd565da021d6"
url = "https://github.com/golangci/golangci-lint/releases/download/v2.13.2/golangci-lint-2.13.2-linux-amd64.tar.gz"
url_api = "https://api.github.com/repos/golangci/golangci-lint/releases/assets/532995333"
provenance = "github-attestations"
[tools.golangci-lint."platforms.linux-x64-musl"]
checksum = "sha256:2277d43b98ec0054280f2ac26b53268bae97682444678a59a657dd565da021d6"
url = "https://github.com/golangci/golangci-lint/releases/download/v2.13.2/golangci-lint-2.13.2-linux-amd64.tar.gz"
url_api = "https://api.github.com/repos/golangci/golangci-lint/releases/assets/532995333"
provenance = "github-attestations"
[tools.golangci-lint."platforms.macos-arm64"]
checksum = "sha256:f4bf83f0b64f055c42b28fc9a38861839f69c096e61c788e72dfaae412011789"
url = "https://github.com/golangci/golangci-lint/releases/download/v2.13.2/golangci-lint-2.13.2-darwin-arm64.tar.gz"
url_api = "https://api.github.com/repos/golangci/golangci-lint/releases/assets/532995398"
provenance = "github-attestations"
[tools.golangci-lint."platforms.macos-x64"]
checksum = "sha256:8a13aaf9cbbb1dee52824e862cf0d0720e5bb97c1f4260d1e51623a09492b57b"
url = "https://github.com/golangci/golangci-lint/releases/download/v2.13.2/golangci-lint-2.13.2-darwin-amd64.tar.gz"
url_api = "https://api.github.com/repos/golangci/golangci-lint/releases/assets/532995222"
provenance = "github-attestations"
[tools.golangci-lint."platforms.windows-x64"]
checksum = "sha256:4735fdc8e84a0cfb7a15a1c364a650942f88215e0d36c674ebc4024f7b554524"
url = "https://github.com/golangci/golangci-lint/releases/download/v2.13.2/golangci-lint-2.13.2-windows-amd64.zip"
url_api = "https://api.github.com/repos/golangci/golangci-lint/releases/assets/532995335"
provenance = "github-attestations"
[[tools.google-java-format]]
version = "1.36.1"
backend = "aqua:google/google-java-format"
specifiers = ["1.36.1"]
[tools.google-java-format."platforms.linux-arm64"]
checksum = "sha256:37d27263fce029fc59aa4e1b556ac6997d0eb2266a38ba2b8746b709f6c77b11"
url = "https://github.com/google/google-java-format/releases/download/v1.36.1/google-java-format_linux-arm64"
url_api = "https://api.github.com/repos/google/google-java-format/releases/assets/495658509"
[tools.google-java-format."platforms.linux-arm64-musl"]
checksum = "sha256:37d27263fce029fc59aa4e1b556ac6997d0eb2266a38ba2b8746b709f6c77b11"
url = "https://github.com/google/google-java-format/releases/download/v1.36.1/google-java-format_linux-arm64"
url_api = "https://api.github.com/repos/google/google-java-format/releases/assets/495658509"
[tools.google-java-format."platforms.linux-x64"]
checksum = "sha256:8dc71663a6c9cb17b02ba9709bfab5c4de59de6f4ac133fd7a1d5a4394b1193b"
url = "https://github.com/google/google-java-format/releases/download/v1.36.1/google-java-format_linux-x86-64"
url_api = "https://api.github.com/repos/google/google-java-format/releases/assets/495658560"
[tools.google-java-format."platforms.linux-x64-musl"]
checksum = "sha256:8dc71663a6c9cb17b02ba9709bfab5c4de59de6f4ac133fd7a1d5a4394b1193b"
url = "https://github.com/google/google-java-format/releases/download/v1.36.1/google-java-format_linux-x86-64"
url_api = "https://api.github.com/repos/google/google-java-format/releases/assets/495658560"
[tools.google-java-format."platforms.macos-arm64"]
checksum = "sha256:572c8be5ea4e15c674f7f9c89f9c0a4b9336950d9c42c07220557e97a4002bce"
url = "https://github.com/google/google-java-format/releases/download/v1.36.1/google-java-format_darwin-arm64"
url_api = "https://api.github.com/repos/google/google-java-format/releases/assets/495658217"
[tools.google-java-format."platforms.windows-x64"]
checksum = "sha256:23a6acedcfd9253da8413984dd1e3aecab32f00543477566d1abe5ae5aab1019"
url = "https://github.com/google/google-java-format/releases/download/v1.36.1/google-java-format_windows-x86-64.exe"
url_api = "https://api.github.com/repos/google/google-java-format/releases/assets/495658633"
[[tools.hadolint]]
version = "2.15.1"
backend = "aqua:hadolint/hadolint"
specifiers = ["2.15.1"]
[tools.hadolint."platforms.linux-arm64"]
checksum = "sha256:f6198ef8090f404dbb771abfee086eb8c48ac177f30da7fd3510aca35b344b5d"
url = "https://github.com/hadolint/hadolint/releases/download/v2.15.1/hadolint-linux-arm64"
url_api = "https://api.github.com/repos/hadolint/hadolint/releases/assets/496546507"
provenance = "github-attestations"
[tools.hadolint."platforms.linux-arm64-musl"]
checksum = "sha256:f6198ef8090f404dbb771abfee086eb8c48ac177f30da7fd3510aca35b344b5d"
url = "https://github.com/hadolint/hadolint/releases/download/v2.15.1/hadolint-linux-arm64"
url_api = "https://api.github.com/repos/hadolint/hadolint/releases/assets/496546507"
provenance = "github-attestations"
[tools.hadolint."platforms.linux-x64"]
checksum = "sha256:c7187db94eeeeca956519a6af171adc31453941a1e777961f6e680f697c8c507"
url = "https://github.com/hadolint/hadolint/releases/download/v2.15.1/hadolint-linux-x86_64"
url_api = "https://api.github.com/repos/hadolint/hadolint/releases/assets/496546506"
provenance = "github-attestations"
[tools.hadolint."platforms.linux-x64-musl"]
checksum = "sha256:c7187db94eeeeca956519a6af171adc31453941a1e777961f6e680f697c8c507"
url = "https://github.com/hadolint/hadolint/releases/download/v2.15.1/hadolint-linux-x86_64"
url_api = "https://api.github.com/repos/hadolint/hadolint/releases/assets/496546506"
provenance = "github-attestations"
[tools.hadolint."platforms.macos-arm64"]
checksum = "sha256:5c09f3213f8e40406abe048233d985eebef336d4a6a20021be47fadb6cf480a2"
url = "https://github.com/hadolint/hadolint/releases/download/v2.15.1/hadolint-macos-arm64"
url_api = "https://api.github.com/repos/hadolint/hadolint/releases/assets/496546505"
provenance = "github-attestations"
[tools.hadolint."platforms.macos-x64"]
checksum = "sha256:ffe9bb18b23d5ed1eae50237aecdbb523d016e96da0bd4e7aa432040acfc3fde"
url = "https://github.com/hadolint/hadolint/releases/download/v2.15.1/hadolint-macos-x86_64"
url_api = "https://api.github.com/repos/hadolint/hadolint/releases/assets/496546509"
provenance = "github-attestations"
[tools.hadolint."platforms.windows-x64"]
checksum = "sha256:01d927294962b5387f9ead4f18679158452be4f17c765ad0bdffe5264b9c7b0a"
url = "https://github.com/hadolint/hadolint/releases/download/v2.15.1/hadolint-windows-x86_64.exe"
url_api = "https://api.github.com/repos/hadolint/hadolint/releases/assets/496546508"
provenance = "github-attestations"
[[tools.ktlint]]
version = "1.8.0"
backend = "aqua:ktlint/ktlint"
specifiers = ["1.8.0"]
[tools.ktlint."platforms.linux-arm64"]
checksum = "sha256:3722801dd119b96a2fbeda0b9d66f173994f249998c87bcf2274b51977aa8f77"
url = "https://github.com/ktlint/ktlint/releases/download/1.8.0/ktlint-1.8.0.zip"
url_api = "https://api.github.com/repos/ktlint/ktlint/releases/assets/316074523"
[tools.ktlint."platforms.linux-arm64-musl"]
checksum = "sha256:3722801dd119b96a2fbeda0b9d66f173994f249998c87bcf2274b51977aa8f77"
url = "https://github.com/ktlint/ktlint/releases/download/1.8.0/ktlint-1.8.0.zip"
url_api = "https://api.github.com/repos/ktlint/ktlint/releases/assets/316074523"
[tools.ktlint."platforms.linux-x64"]
checksum = "sha256:3722801dd119b96a2fbeda0b9d66f173994f249998c87bcf2274b51977aa8f77"
url = "https://github.com/ktlint/ktlint/releases/download/1.8.0/ktlint-1.8.0.zip"
url_api = "https://api.github.com/repos/ktlint/ktlint/releases/assets/316074523"
[tools.ktlint."platforms.linux-x64-musl"]
checksum = "sha256:3722801dd119b96a2fbeda0b9d66f173994f249998c87bcf2274b51977aa8f77"
url = "https://github.com/ktlint/ktlint/releases/download/1.8.0/ktlint-1.8.0.zip"
url_api = "https://api.github.com/repos/ktlint/ktlint/releases/assets/316074523"
[tools.ktlint."platforms.macos-arm64"]
checksum = "sha256:3722801dd119b96a2fbeda0b9d66f173994f249998c87bcf2274b51977aa8f77"
url = "https://github.com/ktlint/ktlint/releases/download/1.8.0/ktlint-1.8.0.zip"
url_api = "https://api.github.com/repos/ktlint/ktlint/releases/assets/316074523"
[tools.ktlint."platforms.macos-x64"]
checksum = "sha256:3722801dd119b96a2fbeda0b9d66f173994f249998c87bcf2274b51977aa8f77"
url = "https://github.com/ktlint/ktlint/releases/download/1.8.0/ktlint-1.8.0.zip"
url_api = "https://api.github.com/repos/ktlint/ktlint/releases/assets/316074523"
[tools.ktlint."platforms.windows-x64"]
checksum = "sha256:3722801dd119b96a2fbeda0b9d66f173994f249998c87bcf2274b51977aa8f77"
url = "https://github.com/ktlint/ktlint/releases/download/1.8.0/ktlint-1.8.0.zip"
url_api = "https://api.github.com/repos/ktlint/ktlint/releases/assets/316074523"
[[tools.kube-linter]]
version = "0.8.3"
backend = "aqua:stackrox/kube-linter"
specifiers = ["0.8.3"]
[tools.kube-linter."platforms.linux-arm64"]
checksum = "sha256:9c39d35252e0dcafb16b26197b9e93ba578e44eb402c3c6660fc94e08f94094f"
url = "https://github.com/stackrox/kube-linter/releases/download/v0.8.3/kube-linter-linux_arm64"
url_api = "https://api.github.com/repos/stackrox/kube-linter/releases/assets/370825094"
provenance = "cosign"
[tools.kube-linter."platforms.linux-arm64-musl"]
checksum = "sha256:9c39d35252e0dcafb16b26197b9e93ba578e44eb402c3c6660fc94e08f94094f"
url = "https://github.com/stackrox/kube-linter/releases/download/v0.8.3/kube-linter-linux_arm64"
url_api = "https://api.github.com/repos/stackrox/kube-linter/releases/assets/370825094"
provenance = "cosign"
[tools.kube-linter."platforms.linux-x64"]
checksum = "sha256:618d299a3e2839c8ca9d86fce0db617be0fba41f0fecbbbfb7fbf1c04299fae1"
url = "https://github.com/stackrox/kube-linter/releases/download/v0.8.3/kube-linter-linux"
url_api = "https://api.github.com/repos/stackrox/kube-linter/releases/assets/370825076"
provenance = "cosign"
[tools.kube-linter."platforms.linux-x64-musl"]
checksum = "sha256:618d299a3e2839c8ca9d86fce0db617be0fba41f0fecbbbfb7fbf1c04299fae1"
url = "https://github.com/stackrox/kube-linter/releases/download/v0.8.3/kube-linter-linux"
url_api = "https://api.github.com/repos/stackrox/kube-linter/releases/assets/370825076"
provenance = "cosign"
[tools.kube-linter."platforms.macos-arm64"]
checksum = "sha256:662277a6a267ba2cb1371b56539a371872ef142b196fa0d87195e4213773cdf8"
url = "https://github.com/stackrox/kube-linter/releases/download/v0.8.3/kube-linter-darwin_arm64"
url_api = "https://api.github.com/repos/stackrox/kube-linter/releases/assets/370825074"
provenance = "cosign"
[tools.kube-linter."platforms.macos-x64"]
checksum = "sha256:d935e2bc89e272c74227cdc4ac4dba35f468e0e486e846e5892231a301c91a67"
url = "https://github.com/stackrox/kube-linter/releases/download/v0.8.3/kube-linter-darwin"
url_api = "https://api.github.com/repos/stackrox/kube-linter/releases/assets/370825072"
provenance = "cosign"
[tools.kube-linter."platforms.windows-x64"]
checksum = "sha256:8b0ccf51f18ab786fdcdede55046afc701a75c75122e046a2f0d3244bc91274a"
url = "https://github.com/stackrox/kube-linter/releases/download/v0.8.3/kube-linter.exe"
url_api = "https://api.github.com/repos/stackrox/kube-linter/releases/assets/370825091"
provenance = "cosign"
[[tools.lychee]]
version = "0.24.2"
backend = "aqua:lycheeverse/lychee"
specifiers = ["0.24.2"]
[tools.lychee."platforms.linux-arm64"]
checksum = "sha256:91a7bd65685da41b90ccb9bc867a3d649a7818042dae04ff405e55a25bddee4c"
url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-aarch64-unknown-linux-gnu.tar.gz"
url_api = "https://api.github.com/repos/lycheeverse/lychee/releases/assets/409959442"
[tools.lychee."platforms.linux-arm64-musl"]
checksum = "sha256:5d0b0e3aeab240f41920c633a6eaf97599be6eedda034b36e858ede7dba5e535"
url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-aarch64-unknown-linux-musl.tar.gz"
url_api = "https://api.github.com/repos/lycheeverse/lychee/releases/assets/409958602"
[tools.lychee."platforms.linux-x64"]
checksum = "sha256:1f4e0ef7f6554a6ed33dd7ac144fb2e1bbed98598e7af973042fc5cd43951c9a"
url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-x86_64-unknown-linux-gnu.tar.gz"
url_api = "https://api.github.com/repos/lycheeverse/lychee/releases/assets/409959156"
[tools.lychee."platforms.linux-x64-musl"]
checksum = "sha256:73657a111819a30c47c08352896796f23d64e4eb2b3ed39b6d32149241566fc5"
url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-x86_64-unknown-linux-musl.tar.gz"
url_api = "https://api.github.com/repos/lycheeverse/lychee/releases/assets/409959271"
[tools.lychee."platforms.macos-arm64"]
checksum = "sha256:c9d3740ea2d891854d37116c9fba840f37b6e7c89d330e7db84ac333631c4977"
url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-aarch64-apple-darwin.tar.gz"
url_api = "https://api.github.com/repos/lycheeverse/lychee/releases/assets/409957951"
[tools.lychee."platforms.macos-x64"]
checksum = "sha256:887503a9cff667d322b8d0892b40bf49976eb9507af8483220a3706cdad55978"
url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-x86_64-apple-darwin.tar.gz"
url_api = "https://api.github.com/repos/lycheeverse/lychee/releases/assets/409957687"
[tools.lychee."platforms.windows-x64"]
checksum = "sha256:32975d1493ee1a975d6bb41e4fb56fe419cb442ded628bb772ba2e614acfacad"
url = "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.24.2/lychee-x86_64-pc-windows-msvc.zip"
url_api = "https://api.github.com/repos/lycheeverse/lychee/releases/assets/409959491"
[[tools.node]]
version = "24.21.0"
backend = "core:node"
specifiers = ["24.21.0"]
[tools.node."platforms.linux-arm64"]
checksum = "sha256:724282c3b43aec998aa9527380465b45d229e021b58035f5f4f63095eabfe5d5"
url = "https://nodejs.org/dist/v24.21.0/node-v24.21.0-linux-arm64.tar.gz"
[tools.node."platforms.linux-arm64-musl"]
checksum = "sha256:3048b0811e158ca0d8672b59c839861763e144492980d8d29b369dfee45747e4"
url = "https://unofficial-builds.nodejs.org/download/release/v24.21.0/node-v24.21.0-linux-arm64-musl.tar.gz"
[tools.node."platforms.linux-x64"]
checksum = "sha256:6e1db87ef58b8819e5d5402eff1536491b18edd8eb7bee5ef7897876e88dc5ff"
url = "https://nodejs.org/dist/v24.21.0/node-v24.21.0-linux-x64.tar.gz"
[tools.node."platforms.linux-x64-musl"]
checksum = "sha256:01a713e34da98e7b4d2a3191ee7ca3f93dd0384d1a2ef23c379b2161ee6e133a"
url = "https://unofficial-builds.nodejs.org/download/release/v24.21.0/node-v24.21.0-linux-x64-musl.tar.gz"
[tools.node."platforms.macos-arm64"]
checksum = "sha256:bed7eea5325e1108f32ce5228ddd6a5f0f08a499ee42aa7442aea583702f6057"
url = "https://nodejs.org/dist/v24.21.0/node-v24.21.0-darwin-arm64.tar.gz"
[tools.node."platforms.macos-x64"]
checksum = "sha256:1462cb3b3046b815cf8ea436d3da450ec1a9f11dac7e5a46b0ada5305d7e8097"
url = "https://nodejs.org/dist/v24.21.0/node-v24.21.0-darwin-x64.tar.gz"
[tools.node."platforms.windows-x64"]
checksum = "sha256:158f7685b44de51f6c0df1d153526cbcd3e1bc739a8dfc607721cef75de9e541"
url = "https://nodejs.org/dist/v24.21.0/node-v24.21.0-win-x64.zip"
[[tools."npm:renovate"]]
version = "44.97.4"
backend = "npm:renovate"
specifiers = ["44.97.4"]
[tools."npm:renovate".options]
trust_policy_excludes = '["@yarnpkg/libzip@3.2.2"]'
[[tools.release-plz]]
version = "0.3.157"
backend = "aqua:release-plz/release-plz"
specifiers = ["0.3.157"]
[tools.release-plz."platforms.linux-arm64"]
checksum = "sha256:3d29d0450ed893d0c2e7fb7e3d8e31f1c22128a175e0b375d3f1ab14f9876691"
url = "https://github.com/release-plz/release-plz/releases/download/release-plz-v0.3.157/release-plz-aarch64-unknown-linux-gnu.tar.gz"
url_api = "https://api.github.com/repos/release-plz/release-plz/releases/assets/368970526"
[tools.release-plz."platforms.linux-arm64-musl"]
checksum = "sha256:5192ffa6562175b35054cd6c80fc04acc37fde82e523bf897000fed259021b83"
url = "https://github.com/release-plz/release-plz/releases/download/release-plz-v0.3.157/release-plz-aarch64-unknown-linux-musl.tar.gz"
url_api = "https://api.github.com/repos/release-plz/release-plz/releases/assets/368970440"
[tools.release-plz."platforms.linux-x64"]
checksum = "sha256:e9ec7c7e86ef364a5c19197c48b8e084ada60dc27382643ad19fafc68b441c34"
url = "https://github.com/release-plz/release-plz/releases/download/release-plz-v0.3.157/release-plz-x86_64-unknown-linux-gnu.tar.gz"
url_api = "https://api.github.com/repos/release-plz/release-plz/releases/assets/368970154"
[tools.release-plz."platforms.linux-x64-musl"]
checksum = "sha256:2fc44a3c68e6bf4eaf761926c6c3b2971d6eaef8ffd2420640ac2f2f22e12c51"
url = "https://github.com/release-plz/release-plz/releases/download/release-plz-v0.3.157/release-plz-x86_64-unknown-linux-musl.tar.gz"
url_api = "https://api.github.com/repos/release-plz/release-plz/releases/assets/368970288"
[tools.release-plz."platforms.macos-arm64"]
checksum = "sha256:0006b843fd25e11b4aec073a6feb5e9b1be27702863504bef1432c39b795b52c"
url = "https://github.com/release-plz/release-plz/releases/download/release-plz-v0.3.157/release-plz-aarch64-apple-darwin.tar.gz"
url_api = "https://api.github.com/repos/release-plz/release-plz/releases/assets/368970181"
[tools.release-plz."platforms.windows-x64"]
checksum = "sha256:02594d6e5a62849c89547209e6a47e9565e0b53764e0875d0c5399259570bb11"
url = "https://github.com/release-plz/release-plz/releases/download/release-plz-v0.3.157/release-plz-x86_64-pc-windows-msvc.tar.gz"
url_api = "https://api.github.com/repos/release-plz/release-plz/releases/assets/368971548"
[[tools.ruff]]
version = "0.16.8"
backend = "aqua:astral-sh/ruff"
specifiers = ["0.16.8"]
[tools.ruff."platforms.linux-arm64"]
checksum = "sha256:8ff18ee07d6ed3cfbd05fdc9012646a79482c00045dbcbf32416ef8f14ab1f7e"
url = "https://github.com/astral-sh/ruff/releases/download/0.16.8/ruff-aarch64-unknown-linux-gnu.tar.gz"
url_api = "https://api.github.com/repos/astral-sh/ruff/releases/assets/568294361"
provenance = "github-attestations"
[tools.ruff."platforms.linux-arm64-musl"]
checksum = "sha256:57a4e072b6b74a4dd0036b7b253e056bdb70e02c68504ca6f2bfca2707d03fb6"
url = "https://github.com/astral-sh/ruff/releases/download/0.16.8/ruff-aarch64-unknown-linux-musl.tar.gz"
url_api = "https://api.github.com/repos/astral-sh/ruff/releases/assets/568294370"
provenance = "github-attestations"
[tools.ruff."platforms.linux-x64"]
checksum = "sha256:c4a8c7c152532bcb7e7ede4bd6ccd440dcacddffcdcdd79b90090ac6021f41c2"
url = "https://github.com/astral-sh/ruff/releases/download/0.16.8/ruff-x86_64-unknown-linux-gnu.tar.gz"
url_api = "https://api.github.com/repos/astral-sh/ruff/releases/assets/568294510"
provenance = "github-attestations"
[tools.ruff."platforms.linux-x64-musl"]
checksum = "sha256:e56aa612121de356f37d05f3284cd806081fb72d5dbd4814b3810c5a23c562cc"
url = "https://github.com/astral-sh/ruff/releases/download/0.16.8/ruff-x86_64-unknown-linux-musl.tar.gz"
url_api = "https://api.github.com/repos/astral-sh/ruff/releases/assets/568294522"
provenance = "github-attestations"
[tools.ruff."platforms.macos-arm64"]
checksum = "sha256:0ffa53899f2970d24f14fbed8d8265c87180b159b7100794d97a1527dc60fa79"
url = "https://github.com/astral-sh/ruff/releases/download/0.16.8/ruff-aarch64-apple-darwin.tar.gz"
url_api = "https://api.github.com/repos/astral-sh/ruff/releases/assets/568294350"
provenance = "github-attestations"
[tools.ruff."platforms.macos-x64"]
checksum = "sha256:bccb4d49c5c9f7e69fd42df2475730a08a641af31b8e0ee5e775e3dd829c4686"
url = "https://github.com/astral-sh/ruff/releases/download/0.16.8/ruff-x86_64-apple-darwin.tar.gz"
url_api = "https://api.github.com/repos/astral-sh/ruff/releases/assets/568294476"
provenance = "github-attestations"
[tools.ruff."platforms.windows-x64"]
checksum = "sha256:7985e06caf14b0077cb68da41edbf812e1d9654fe4c144d72b71138e96350129"
url = "https://github.com/astral-sh/ruff/releases/download/0.16.8/ruff-x86_64-pc-windows-msvc.zip"
url_api = "https://api.github.com/repos/astral-sh/ruff/releases/assets/568294490"
provenance = "github-attestations"
[[tools.rumdl]]
version = "v0.2.73"
backend = "aqua:rvben/rumdl"
specifiers = ["v0.2.73"]
[tools.rumdl."platforms.linux-arm64"]
checksum = "sha256:83fb9a5899d192b828625f21cb26f8971dc5e6c280a947594db1f0932cb9e7df"
url = "https://github.com/rvben/rumdl/releases/download/v0.2.73/rumdl-v0.2.73-aarch64-unknown-linux-gnu.tar.gz"
url_api = "https://api.github.com/repos/rvben/rumdl/releases/assets/557839622"
provenance = "github-attestations"
[tools.rumdl."platforms.linux-arm64-musl"]
checksum = "sha256:f51548adfc71c4982cb5cc239d847bcd4c884e6ac8dc67efd68efd3eea9753a4"
url = "https://github.com/rvben/rumdl/releases/download/v0.2.73/rumdl-v0.2.73-aarch64-unknown-linux-musl.tar.gz"
url_api = "https://api.github.com/repos/rvben/rumdl/releases/assets/557839618"
provenance = "github-attestations"
[tools.rumdl."platforms.linux-x64"]
checksum = "sha256:d56a8e40471af32fe3229e845f3e299e3691665b15cd4ca28f2deb502c487666"
url = "https://github.com/rvben/rumdl/releases/download/v0.2.73/rumdl-v0.2.73-x86_64-unknown-linux-gnu.tar.gz"
url_api = "https://api.github.com/repos/rvben/rumdl/releases/assets/557839623"
provenance = "github-attestations"
[tools.rumdl."platforms.linux-x64-musl"]
checksum = "sha256:dc4aa9bf98f936f667039224a34fc2e26ddf6be3589bf59d63e4d6b038be4f5c"
url = "https://github.com/rvben/rumdl/releases/download/v0.2.73/rumdl-v0.2.73-x86_64-unknown-linux-musl.tar.gz"
url_api = "https://api.github.com/repos/rvben/rumdl/releases/assets/557839615"
provenance = "github-attestations"
[tools.rumdl."platforms.macos-arm64"]
checksum = "sha256:54e0e7c3031b8bfa37e3c57104cc0c93988e02f5b7023c1804749fd180822f9e"
url = "https://github.com/rvben/rumdl/releases/download/v0.2.73/rumdl-v0.2.73-aarch64-apple-darwin.tar.gz"
url_api = "https://api.github.com/repos/rvben/rumdl/releases/assets/557839617"
provenance = "github-attestations"
[tools.rumdl."platforms.macos-x64"]
checksum = "sha256:ad181073e75df52e982025d1f5a9508ef6588f895ef5f78227301499325ea132"
url = "https://github.com/rvben/rumdl/releases/download/v0.2.73/rumdl-v0.2.73-x86_64-apple-darwin.tar.gz"
url_api = "https://api.github.com/repos/rvben/rumdl/releases/assets/557839628"
provenance = "github-attestations"
[tools.rumdl."platforms.windows-x64"]
checksum = "sha256:bc6c86d61588e9c92ec9927903ed4973986d30b94d042732ddf62424755dd3c8"
url = "https://github.com/rvben/rumdl/releases/download/v0.2.73/rumdl-v0.2.73-x86_64-pc-windows-msvc.zip"
url_api = "https://api.github.com/repos/rvben/rumdl/releases/assets/557839616"
provenance = "github-attestations"
[[tools.rust]]
version = "1.98.1"
backend = "core:rust"
specifiers = ["1.98.1"]
[tools.rust.options]
components = "clippy,rustfmt"
[[tools.shellcheck]]
version = "0.11.0"
backend = "aqua:koalaman/shellcheck"
specifiers = ["0.11.0"]
[tools.shellcheck."platforms.linux-arm64"]
checksum = "sha256:12b331c1d2db6b9eb13cfca64306b1b157a86eb69db83023e261eaa7e7c14588"
url = "https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.linux.aarch64.tar.xz"
url_api = "https://api.github.com/repos/koalaman/shellcheck/releases/assets/279056934"
[tools.shellcheck."platforms.linux-arm64-musl"]
checksum = "sha256:12b331c1d2db6b9eb13cfca64306b1b157a86eb69db83023e261eaa7e7c14588"
url = "https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.linux.aarch64.tar.xz"
url_api = "https://api.github.com/repos/koalaman/shellcheck/releases/assets/279056934"
[tools.shellcheck."platforms.linux-x64"]
checksum = "sha256:8c3be12b05d5c177a04c29e3c78ce89ac86f1595681cab149b65b97c4e227198"
url = "https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.linux.x86_64.tar.xz"
url_api = "https://api.github.com/repos/koalaman/shellcheck/releases/assets/279056942"
[tools.shellcheck."platforms.linux-x64-musl"]
checksum = "sha256:8c3be12b05d5c177a04c29e3c78ce89ac86f1595681cab149b65b97c4e227198"
url = "https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.linux.x86_64.tar.xz"
url_api = "https://api.github.com/repos/koalaman/shellcheck/releases/assets/279056942"
[tools.shellcheck."platforms.macos-arm64"]
checksum = "sha256:56affdd8de5527894dca6dc3d7e0a99a873b0f004d7aabc30ae407d3f48b0a79"
url = "https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.darwin.aarch64.tar.xz"
url_api = "https://api.github.com/repos/koalaman/shellcheck/releases/assets/279056932"
[tools.shellcheck."platforms.macos-x64"]
checksum = "sha256:3c89db4edcab7cf1c27bff178882e0f6f27f7afdf54e859fa041fca10febe4c6"
url = "https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.darwin.x86_64.tar.xz"
url_api = "https://api.github.com/repos/koalaman/shellcheck/releases/assets/279056930"
[tools.shellcheck."platforms.windows-x64"]
checksum = "sha256:8a4e35ab0b331c85d73567b12f2a444df187f483e5079ceffa6bda1faa2e740e"
url = "https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.zip"
url_api = "https://api.github.com/repos/koalaman/shellcheck/releases/assets/279056944"
[[tools.shfmt]]
version = "3.14.1"
backend = "aqua:mvdan/sh"
specifiers = ["3.14.1"]
[tools.shfmt."platforms.linux-arm64"]
checksum = "sha256:5f2db09dae91fca848f7adbdd014632e921a383863a2ad7e0450ad3aba0c6489"
url = "https://github.com/mvdan/sh/releases/download/v3.14.1/shfmt_v3.14.1_linux_arm64"
url_api = "https://api.github.com/repos/mvdan/sh/releases/assets/547320869"
[tools.shfmt."platforms.linux-arm64-musl"]
checksum = "sha256:5f2db09dae91fca848f7adbdd014632e921a383863a2ad7e0450ad3aba0c6489"
url = "https://github.com/mvdan/sh/releases/download/v3.14.1/shfmt_v3.14.1_linux_arm64"
url_api = "https://api.github.com/repos/mvdan/sh/releases/assets/547320869"
[tools.shfmt."platforms.linux-x64"]
checksum = "sha256:76e77641faa025814b77f153b29796b8e6fa2fca03e0c76a691608b86c7ea7bf"
url = "https://github.com/mvdan/sh/releases/download/v3.14.1/shfmt_v3.14.1_linux_amd64"
url_api = "https://api.github.com/repos/mvdan/sh/releases/assets/547320883"
[tools.shfmt."platforms.linux-x64-musl"]
checksum = "sha256:76e77641faa025814b77f153b29796b8e6fa2fca03e0c76a691608b86c7ea7bf"
url = "https://github.com/mvdan/sh/releases/download/v3.14.1/shfmt_v3.14.1_linux_amd64"
url_api = "https://api.github.com/repos/mvdan/sh/releases/assets/547320883"
[tools.shfmt."platforms.macos-arm64"]
checksum = "sha256:b7c872db63553ccffc7253aba3ed7d4885a27d83f1ba567b1138c6315a5847e5"
url = "https://github.com/mvdan/sh/releases/download/v3.14.1/shfmt_v3.14.1_darwin_arm64"
url_api = "https://api.github.com/repos/mvdan/sh/releases/assets/547320930"
[tools.shfmt."platforms.macos-x64"]
checksum = "sha256:d33eee0da0f92835b3562e9767a05cee7e4eaeef47daa03bfd09da17b4b590a6"
url = "https://github.com/mvdan/sh/releases/download/v3.14.1/shfmt_v3.14.1_darwin_amd64"
url_api = "https://api.github.com/repos/mvdan/sh/releases/assets/547320946"
[tools.shfmt."platforms.windows-x64"]
checksum = "sha256:13629ce28442ca80b6b5a819f7574ab39e1c28c6e26734ca816c9714e04851df"
url = "https://github.com/mvdan/sh/releases/download/v3.14.1/shfmt_v3.14.1_windows_amd64.exe"
url_api = "https://api.github.com/repos/mvdan/sh/releases/assets/547320827"
[[tools.taplo]]
version = "0.10.0"
backend = "aqua:tamasfe/taplo"
specifiers = ["0.10.0"]
[tools.taplo."platforms.linux-arm64"]
url = "https://github.com/tamasfe/taplo/releases/download/0.10.0/taplo-linux-aarch64.gz"
url_api = "https://api.github.com/repos/tamasfe/taplo/releases/assets/257322597"
[tools.taplo."platforms.linux-arm64-musl"]
url = "https://github.com/tamasfe/taplo/releases/download/0.10.0/taplo-linux-aarch64.gz"
url_api = "https://api.github.com/repos/tamasfe/taplo/releases/assets/257322597"
[tools.taplo."platforms.linux-x64"]
url = "https://github.com/tamasfe/taplo/releases/download/0.10.0/taplo-linux-x86_64.gz"
url_api = "https://api.github.com/repos/tamasfe/taplo/releases/assets/257322600"
[tools.taplo."platforms.linux-x64-musl"]
url = "https://github.com/tamasfe/taplo/releases/download/0.10.0/taplo-linux-x86_64.gz"
url_api = "https://api.github.com/repos/tamasfe/taplo/releases/assets/257322600"
[tools.taplo."platforms.macos-arm64"]
url = "https://github.com/tamasfe/taplo/releases/download/0.10.0/taplo-darwin-aarch64.gz"
url_api = "https://api.github.com/repos/tamasfe/taplo/releases/assets/257323110"
[tools.taplo."platforms.macos-x64"]
url = "https://github.com/tamasfe/taplo/releases/download/0.10.0/taplo-darwin-x86_64.gz"
url_api = "https://api.github.com/repos/tamasfe/taplo/releases/assets/257323116"
[tools.taplo."platforms.windows-x64"]
url = "https://github.com/tamasfe/taplo/releases/download/0.10.0/taplo-windows-x86_64.zip"
url_api = "https://api.github.com/repos/tamasfe/taplo/releases/assets/257323062"
[[tools.typos]]
version = "1.50.2"
backend = "aqua:crate-ci/typos"
specifiers = ["1.50.2"]
[tools.typos."platforms.linux-arm64"]
checksum = "sha256:27c4b6d0ba6f37d120ce32117777d703fc9d57ba71f16e8bcde5b35c987cf9b8"
url = "https://github.com/crate-ci/typos/releases/download/v1.50.2/typos-v1.50.2-aarch64-unknown-linux-musl.tar.gz"
url_api = "https://api.github.com/repos/crate-ci/typos/releases/assets/565799446"
[tools.typos."platforms.linux-arm64-musl"]
checksum = "sha256:27c4b6d0ba6f37d120ce32117777d703fc9d57ba71f16e8bcde5b35c987cf9b8"
url = "https://github.com/crate-ci/typos/releases/download/v1.50.2/typos-v1.50.2-aarch64-unknown-linux-musl.tar.gz"
url_api = "https://api.github.com/repos/crate-ci/typos/releases/assets/565799446"
[tools.typos."platforms.linux-x64"]
checksum = "sha256:abcb3e257c7c2abeff4d903f7fe68071357637605bdb283ce2251f44bc70dc09"
url = "https://github.com/crate-ci/typos/releases/download/v1.50.2/typos-v1.50.2-x86_64-unknown-linux-musl.tar.gz"
url_api = "https://api.github.com/repos/crate-ci/typos/releases/assets/565795694"
[tools.typos."platforms.linux-x64-musl"]
checksum = "sha256:abcb3e257c7c2abeff4d903f7fe68071357637605bdb283ce2251f44bc70dc09"
url = "https://github.com/crate-ci/typos/releases/download/v1.50.2/typos-v1.50.2-x86_64-unknown-linux-musl.tar.gz"
url_api = "https://api.github.com/repos/crate-ci/typos/releases/assets/565795694"
[tools.typos."platforms.macos-arm64"]
checksum = "sha256:70d61e9d682034133f0aa56f5a02bae0de168495f3cce62a87054aa7186c1901"
url = "https://github.com/crate-ci/typos/releases/download/v1.50.2/typos-v1.50.2-aarch64-apple-darwin.tar.gz"
url_api = "https://api.github.com/repos/crate-ci/typos/releases/assets/565802016"
[tools.typos."platforms.macos-x64"]
checksum = "sha256:7480a081e51d428d94f560ef8b855ae0decb7c35cc686925ed887c5f51b1ecf1"
url = "https://github.com/crate-ci/typos/releases/download/v1.50.2/typos-v1.50.2-x86_64-apple-darwin.tar.gz"
url_api = "https://api.github.com/repos/crate-ci/typos/releases/assets/565800683"
[tools.typos."platforms.windows-x64"]
checksum = "sha256:8474ca8bd72df497b7dee2272345bdea0d4926b18b708faea492fc9bcfd0b0e9"
url = "https://github.com/crate-ci/typos/releases/download/v1.50.2/typos-v1.50.2-x86_64-pc-windows-msvc.zip"
url_api = "https://api.github.com/repos/crate-ci/typos/releases/assets/565798642"
[[tools.zizmor]]
version = "1.30.1"
backend = "aqua:zizmorcore/zizmor"
specifiers = ["1.30.1"]
[tools.zizmor."platforms.linux-arm64"]
checksum = "sha256:7ff1dce33bdd18fd2a4affe63bdd47efcccca97b2cec1c1863ec26e9e2647540"
url = "https://github.com/zizmorcore/zizmor/releases/download/v1.30.1/zizmor-aarch64-unknown-linux-gnu.tar.gz"
url_api = "https://api.github.com/repos/zizmorcore/zizmor/releases/assets/552067643"
provenance = "github-attestations"
[tools.zizmor."platforms.linux-arm64-musl"]
provenance = "github-attestations"
[tools.zizmor."platforms.linux-x64"]
checksum = "sha256:e65324f4430c2717591937edcec90ccbefaf14c174f8ec9415e03ca875b46e1a"
url = "https://github.com/zizmorcore/zizmor/releases/download/v1.30.1/zizmor-x86_64-unknown-linux-gnu.tar.gz"
url_api = "https://api.github.com/repos/zizmorcore/zizmor/releases/assets/552067642"
provenance = "github-attestations"
[tools.zizmor."platforms.linux-x64-musl"]
provenance = "github-attestations"
[tools.zizmor."platforms.macos-arm64"]
checksum = "sha256:e28d22b087f9ebb8d99da6e740d348c930f559961c7c3f12badda54f882195a2"
url = "https://github.com/zizmorcore/zizmor/releases/download/v1.30.1/zizmor-aarch64-apple-darwin.tar.gz"
url_api = "https://api.github.com/repos/zizmorcore/zizmor/releases/assets/552067640"
provenance = "github-attestations"
[tools.zizmor."platforms.macos-x64"]
checksum = "sha256:10e6b18b11ea07e515a16f0f0518c7b07527bc9977c1fd5698181ce7f3554202"
url = "https://github.com/zizmorcore/zizmor/releases/download/v1.30.1/zizmor-x86_64-apple-darwin.tar.gz"
url_api = "https://api.github.com/repos/zizmorcore/zizmor/releases/assets/552067641"
provenance = "github-attestations"
[tools.zizmor."platforms.windows-x64"]
checksum = "sha256:b183b1e996eddfab9659f1e9b46e059f1ef1cf984a1f14e5da09f7876a4b3a1c"
url = "https://github.com/zizmorcore/zizmor/releases/download/v1.30.1/zizmor-x86_64-pc-windows-msvc.zip"
url_api = "https://api.github.com/repos/zizmorcore/zizmor/releases/assets/552067645"
provenance = "github-attestations"