-
Notifications
You must be signed in to change notification settings - Fork 5
/
era-solidity.linux-amd64.list.json
1300 lines (1300 loc) · 66 KB
/
era-solidity.linux-amd64.list.json
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
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"builds": [
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.28-1.0.1/solc-linux-amd64-0.8.28-1.0.1",
"version": "0.8.28",
"build": "commit.acc7d8f9",
"longVersion": "0.8.28+commit.acc7d8f9",
"sha256": "cebf505bd1874f7ce3a6e7de3545f7f7fd52b4ba7bccb54f710c7daf7ae42edd",
"md5": "24cba354d1a934d82b87570f45623932"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/mlir-0.8.26-tag/solc-linux-amd64-0.8.26-mlir",
"version": "0.8.26",
"build": "commit.64a757c8",
"longVersion": "0.8.26+commit.64a757c8",
"sha256": "cefb3312191b8921444b1c48e80634d5cb350773075281e2507aa701c6fed4f7",
"md5": "5b5b3c37c431e120eb6390060457596c"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.27-1.0.1/solc-linux-amd64-0.8.27-1.0.1",
"version": "0.8.27",
"build": "commit.fd3a7203",
"longVersion": "0.8.27+commit.fd3a7203",
"sha256": "416acec4e16861535b56ae5487e9ec7ccc2bf3c5ec7c7f4fe2bb35e2a2b0677e",
"md5": "0f97ee0f1ac2e8eb73e0b7c8b10ee045"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.4.16-1.0.1/solc-linux-amd64-0.4.16-1.0.1",
"version": "0.4.16",
"build": "commit.cf588aa9",
"longVersion": "0.4.16+commit.cf588aa9",
"sha256": "0767922d2764fc52789a715a443b937a515d4d6de858da2f9f82089acf082083",
"md5": "42b8ec6101b09fb70ba93023f8561336"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.4.15-1.0.1/solc-linux-amd64-0.4.15-1.0.1",
"version": "0.4.15",
"build": "commit.e3ad3748",
"longVersion": "0.4.15+commit.e3ad3748",
"sha256": "84c8684200e2b1b43535f512a7e55ca65264ee9b1d9a3f53488bb213b23a2e0b",
"md5": "28003a927ee6a9f70d6ee0d97235798f"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.4.14-1.0.1/solc-linux-amd64-0.4.14-1.0.1",
"version": "0.4.14",
"build": "commit.58dce8e6",
"longVersion": "0.4.14+commit.58dce8e6",
"sha256": "dfb4763302a991ed81c1d8c65b7363184ac70ae0fe62da1333cfa80890d0692e",
"md5": "eb0ed854fafccb63e91f40aeb2a3c8a7"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.4.13-1.0.1/solc-linux-amd64-0.4.13-1.0.1",
"version": "0.4.13",
"build": "commit.2e10cee7",
"longVersion": "0.4.13+commit.2e10cee7",
"sha256": "e732d00f3b0172aeb0058f3cfc8ae6cd6d1b75323b07e5309cfaedf77f5124ae",
"md5": "fb3d57daa56fdb0f7a5c4b7ae78d3fd6"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.4.12-1.0.1/solc-linux-amd64-0.4.12-1.0.1",
"version": "0.4.12",
"build": "commit.42a88949",
"longVersion": "0.4.12+commit.42a88949",
"sha256": "0b0afdfe19f1095929375aaefa9dd9474b6871904a5a0152f94434d91308d209",
"md5": "762b00390f51efb66f55899238add760"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.26-1.0.1/solc-linux-amd64-0.8.26-1.0.1",
"version": "0.8.26",
"build": "commit.905b735b",
"longVersion": "0.8.26+commit.905b735b",
"sha256": "2b41b671a9efa54a55ea76c9cd19f2bffed0f9c03d0d55766c0ec9b730b2e590",
"md5": "457c5cc28d26da0f3e6712bdb0080549"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.25-1.0.1/solc-linux-amd64-0.8.25-1.0.1",
"version": "0.8.25",
"build": "commit.47b979f3",
"longVersion": "0.8.25+commit.47b979f3",
"sha256": "30c4ae71baf42004b390cb124a3137db1c699d7c030731d5d3e7a1ed3a5dacb1",
"md5": "9990fabe93c5b145d1c5379dace17e0c"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.24-1.0.1/solc-linux-amd64-0.8.24-1.0.1",
"version": "0.8.24",
"build": "commit.3a2587f6",
"longVersion": "0.8.24+commit.3a2587f6",
"sha256": "0dbecbf68e17103ef1634ddd5b53b6b06d2f72cc41e2ff5829af7b75bce181b9",
"md5": "ba4f21555697b2fe0a7e882e3cc2d199"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.23-1.0.1/solc-linux-amd64-0.8.23-1.0.1",
"version": "0.8.23",
"build": "commit.b42ca2a3",
"longVersion": "0.8.23+commit.b42ca2a3",
"sha256": "18a7e49d1422a85431357c348420c931abc0d0641039823fafa748708b0aba9f",
"md5": "4717c42dbf6a54ae2ac05371e90ed710"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.22-1.0.1/solc-linux-amd64-0.8.22-1.0.1",
"version": "0.8.22",
"build": "commit.d3b5c2a5",
"longVersion": "0.8.22+commit.d3b5c2a5",
"sha256": "109c31c80b83f863ab4507048a905931b37c1d6ccf0f00634ba2c09340a8ec08",
"md5": "12c36d9b46ce18781409a58590fe5bd2"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.21-1.0.1/solc-linux-amd64-0.8.21-1.0.1",
"version": "0.8.21",
"build": "commit.ec5dde33",
"longVersion": "0.8.21+commit.ec5dde33",
"sha256": "3c79a880211c47441bc691c392af7541ce6cfe5f7018c57ad8d99ce4087da2dc",
"md5": "ca6ac844fcda9f8bf2fb049ade14e9b2"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.20-1.0.1/solc-linux-amd64-0.8.20-1.0.1",
"version": "0.8.20",
"build": "commit.9f2a5241",
"longVersion": "0.8.20+commit.9f2a5241",
"sha256": "657d3602edf434056262a3355bf91af364fa81706f2f10592dfdbe073e064542",
"md5": "6af18ece395e1aa9723cc916d6453b6e"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.19-1.0.1/solc-linux-amd64-0.8.19-1.0.1",
"version": "0.8.19",
"build": "commit.580a8fe5",
"longVersion": "0.8.19+commit.580a8fe5",
"sha256": "c7e2afb67887ce542bbf4c6c9c5a2984642891d85d5c656b0219b4ab4ce15516",
"md5": "ec6c02142f16440b270afac5eda04614"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.18-1.0.1/solc-linux-amd64-0.8.18-1.0.1",
"version": "0.8.18",
"build": "commit.84357b55",
"longVersion": "0.8.18+commit.84357b55",
"sha256": "3be2ef30df22bc399d20a8c151a537c2d7ddf2a82fd7c5c01092d88e6b523158",
"md5": "e3bee867f65e82bd668d0eca9e6c39d7"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.17-1.0.1/solc-linux-amd64-0.8.17-1.0.1",
"version": "0.8.17",
"build": "commit.439a1047",
"longVersion": "0.8.17+commit.439a1047",
"sha256": "15156d359816513ef69a87c5fa6b797a90774700d8cbf0685fa9abe5f614b20d",
"md5": "3329bbea3cf805391c45e61a74123e95"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.16-1.0.1/solc-linux-amd64-0.8.16-1.0.1",
"version": "0.8.16",
"build": "commit.2d04f2ab",
"longVersion": "0.8.16+commit.2d04f2ab",
"sha256": "07899fad3cd742ed13fe051fe19e0d29881027b13cdf39cc2d70c3ed15aa1cf2",
"md5": "8799396023181ddd3f96e97b4fa2cdd7"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.15-1.0.1/solc-linux-amd64-0.8.15-1.0.1",
"version": "0.8.15",
"build": "commit.74e5d21d",
"longVersion": "0.8.15+commit.74e5d21d",
"sha256": "7ab3b9c40d70022705d59c3432719860fd573a075a425940c4aab30cc8898d3f",
"md5": "341b4997bacd832a461178b82d7e6db5"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.14-1.0.1/solc-linux-amd64-0.8.14-1.0.1",
"version": "0.8.14",
"build": "commit.ac205588",
"longVersion": "0.8.14+commit.ac205588",
"sha256": "158f79a1c50986ef5dafffaea2f6e1dc74073a6e4ddb283fa752c389eac52e10",
"md5": "1b379b517fef808dd172ccc20d845faa"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.13-1.0.1/solc-linux-amd64-0.8.13-1.0.1",
"version": "0.8.13",
"build": "commit.dc7bb5d3",
"longVersion": "0.8.13+commit.dc7bb5d3",
"sha256": "6b318a31e89c8d99f605f63e94dbc6fdb887e1acd725c8751b249fcb9e1384d5",
"md5": "2478cd830733996410ea00af2bb546ea"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.12-1.0.1/solc-linux-amd64-0.8.12-1.0.1",
"version": "0.8.12",
"build": "commit.8774d16c",
"longVersion": "0.8.12+commit.8774d16c",
"sha256": "f347ecbfcc46ff38de02a7f8b1b09ceabbd9b78b20c0ab6c36207adc0d71af2e",
"md5": "a104f734a05194cb7281969386cb6279"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.11-1.0.1/solc-linux-amd64-0.8.11-1.0.1",
"version": "0.8.11",
"build": "commit.4611d937",
"longVersion": "0.8.11+commit.4611d937",
"sha256": "7f2d506f8b3824f25423761a4ed82c073375370876cb2180729c4276c60dd599",
"md5": "d3c80d43ce7025aafff952625af53191"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.10-1.0.1/solc-linux-amd64-0.8.10-1.0.1",
"version": "0.8.10",
"build": "commit.6eff489a",
"longVersion": "0.8.10+commit.6eff489a",
"sha256": "cb5cede7fbda1149164c04f9017c5e0ee534708ef78beae202342259b993d381",
"md5": "2e19a194bc94733f0a212e9d439c9cc7"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.9-1.0.1/solc-linux-amd64-0.8.9-1.0.1",
"version": "0.8.9",
"build": "commit.182f38a0",
"longVersion": "0.8.9+commit.182f38a0",
"sha256": "122aaead40af9a4c91ea503e690cc5783550f2b5ca5fb45a47e4b9233ecc3eed",
"md5": "433e411d86a12c7c82a696313f4a3098"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.8-1.0.1/solc-linux-amd64-0.8.8-1.0.1",
"version": "0.8.8",
"build": "commit.94d96e66",
"longVersion": "0.8.8+commit.94d96e66",
"sha256": "a7574015ad937c2ee4e60787f071a6a1e60dda6829ffbc8e00413039b8cefb0c",
"md5": "79d33f35fde3c03e2fb5d6884e2e4350"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.7-1.0.1/solc-linux-amd64-0.8.7-1.0.1",
"version": "0.8.7",
"build": "commit.7bc31051",
"longVersion": "0.8.7+commit.7bc31051",
"sha256": "9558574e60b500965ddeb6278a724f714bb96b8603244f4fe1321a503ecc115c",
"md5": "1f55ae8802978cf055ee0c84bfb83cb9"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.6-1.0.1/solc-linux-amd64-0.8.6-1.0.1",
"version": "0.8.6",
"build": "commit.1ad37205",
"longVersion": "0.8.6+commit.1ad37205",
"sha256": "fb7cf72c3ac419a153796b756e1d59b207e4dfd8bc2d681cd2b9047b2e45b82c",
"md5": "30cffb0686fe0fe1d01e091a0e2ebc4a"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.5-1.0.1/solc-linux-amd64-0.8.5-1.0.1",
"version": "0.8.5",
"build": "commit.e9911bde",
"longVersion": "0.8.5+commit.e9911bde",
"sha256": "b449bb21631e7aa001d1a9e93d50696835e4004cce9afa65d1cf7da82d34873f",
"md5": "fba66e40898583bbed6dbba618e2904d"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.4-1.0.1/solc-linux-amd64-0.8.4-1.0.1",
"version": "0.8.4",
"build": "commit.414f455d",
"longVersion": "0.8.4+commit.414f455d",
"sha256": "6704206c6097f734bf0d3acafd393a5803f34cd259e4ea4042156274422b21fc",
"md5": "f2f87e74706665f742750417e8edc430"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.3-1.0.1/solc-linux-amd64-0.8.3-1.0.1",
"version": "0.8.3",
"build": "commit.5190db56",
"longVersion": "0.8.3+commit.5190db56",
"sha256": "48174b22ab6a4e3a10a8c4014576986fd03d55480c659cef0e0b511eb550001d",
"md5": "b1816aaf15579410eeb4ce52e1462a4f"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.2-1.0.1/solc-linux-amd64-0.8.2-1.0.1",
"version": "0.8.2",
"build": "commit.fd3b12ff",
"longVersion": "0.8.2+commit.fd3b12ff",
"sha256": "7ab54e0739e42d29ba7295d17fa90cf60778646f8db1867b18189133b04943b5",
"md5": "4f0f3ffbd82925d0c100083363ce6a94"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.1-1.0.1/solc-linux-amd64-0.8.1-1.0.1",
"version": "0.8.1",
"build": "commit.58ae5c5d",
"longVersion": "0.8.1+commit.58ae5c5d",
"sha256": "7a9853e04d96279c721f29d217b5be514dddeaf4d035a23c2e5105d3609ee367",
"md5": "752fccad2fa2512148b75fcf35c11a4c"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.0-1.0.1/solc-linux-amd64-0.8.0-1.0.1",
"version": "0.8.0",
"build": "commit.653de846",
"longVersion": "0.8.0+commit.653de846",
"sha256": "2c6bd827eb7eeb315bd2f1f7495853fd9ccd27d20d02f2252d8156162e4ba363",
"md5": "2e746def211357e654f539aa9b14cc79"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.7.6-1.0.1/solc-linux-amd64-0.7.6-1.0.1",
"version": "0.7.6",
"build": "commit.90d53997",
"longVersion": "0.7.6+commit.90d53997",
"sha256": "c6d3ddc9fc230753f3baa891272ae8625561755e91e3a8acb821f989c08feff1",
"md5": "95a2c5e746202f5958fce8c25907ff69"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.7.5-1.0.1/solc-linux-amd64-0.7.5-1.0.1",
"version": "0.7.5",
"build": "commit.80350332",
"longVersion": "0.7.5+commit.80350332",
"sha256": "24b9dac420255a4da72d6e33135a2765fc73db96d51cf098717f0795ccd63211",
"md5": "8cfff7392b29116a61dc65761d0ebccd"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.7.4-1.0.1/solc-linux-amd64-0.7.4-1.0.1",
"version": "0.7.4",
"build": "commit.5047983b",
"longVersion": "0.7.4+commit.5047983b",
"sha256": "f4af3a540b966bb09f1e419577891f99f1e6b6eb9c8c97afc63e34c5d43035db",
"md5": "8abf4ada6a2afad2cb3b513ce92af61f"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.7.3-1.0.1/solc-linux-amd64-0.7.3-1.0.1",
"version": "0.7.3",
"build": "commit.6924a502",
"longVersion": "0.7.3+commit.6924a502",
"sha256": "725934b75818c9193150d9192b5a59dc03e7fc81019cbff57c41580d2275085b",
"md5": "2ad18e246a02dad0b85e4f1939b0e6da"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.7.2-1.0.1/solc-linux-amd64-0.7.2-1.0.1",
"version": "0.7.2",
"build": "commit.88d1104e",
"longVersion": "0.7.2+commit.88d1104e",
"sha256": "087c1b6fa1bcacf5ba9761804fe97d5981b432c7ef994aaa04edd2c275c26ad5",
"md5": "a7844ad77553a2830e228f284d34fe53"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.7.1-1.0.1/solc-linux-amd64-0.7.1-1.0.1",
"version": "0.7.1",
"build": "commit.703e7aab",
"longVersion": "0.7.1+commit.703e7aab",
"sha256": "f894adefcce94336b6daaab6f1bc85be34931ff0f6ee1ddc0b138fa974aac793",
"md5": "782996432906c517cbff528e721badff"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.7.0-1.0.1/solc-linux-amd64-0.7.0-1.0.1",
"version": "0.7.0",
"build": "commit.fc4b0321",
"longVersion": "0.7.0+commit.fc4b0321",
"sha256": "4cfd1e60b4d9a5d1aab50588c988d19fcfd9cea86a85d294ea3822cd2eff6760",
"md5": "3b96240c9966504f31e5c89cbfbd331f"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.12-1.0.1/solc-linux-amd64-0.6.12-1.0.1",
"version": "0.6.12",
"build": "commit.148869f1",
"longVersion": "0.6.12+commit.148869f1",
"sha256": "b9308050c10329a97124cec97a00b596bdaff5e197b3fa7f266a66224565ca62",
"md5": "19e15f08be9561e9420a9bce96b9f305"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.11-1.0.1/solc-linux-amd64-0.6.11-1.0.1",
"version": "0.6.11",
"build": "commit.41a5f1c1",
"longVersion": "0.6.11+commit.41a5f1c1",
"sha256": "5929433ab1f05170988c14650aa7cb5486be1076806309ae2c9c299d4371d51b",
"md5": "71d560e4384c7299ddc5f84af3b96e38"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.10-1.0.1/solc-linux-amd64-0.6.10-1.0.1",
"version": "0.6.10",
"build": "commit.b116c857",
"longVersion": "0.6.10+commit.b116c857",
"sha256": "e15da02e421f8e044f7f09d9eb1ef29872e707314fed28f4bedd23126fa63f7f",
"md5": "a3731a19e06e35b4a5e2ba238ff1b379"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.9-1.0.1/solc-linux-amd64-0.6.9-1.0.1",
"version": "0.6.9",
"build": "commit.d1775e38",
"longVersion": "0.6.9+commit.d1775e38",
"sha256": "a2001f407191d5f8da2ae9646ca5fd60eba420323bf3a0d3ab92d0f221b27de2",
"md5": "ade1464f863404766b21c3c9b5c774cd"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.8-1.0.1/solc-linux-amd64-0.6.8-1.0.1",
"version": "0.6.8",
"build": "commit.c0fdd5da",
"longVersion": "0.6.8+commit.c0fdd5da",
"sha256": "53547a36dc1a953a4a4135227745d8a547798e262b357e4c0e0bc8ebc6605822",
"md5": "e6a76cd2eb48ce58bc95fcb59b647354"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.7-1.0.1/solc-linux-amd64-0.6.7-1.0.1",
"version": "0.6.7",
"build": "commit.9abea9d1",
"longVersion": "0.6.7+commit.9abea9d1",
"sha256": "4cd4c1f35c4f85f4548044ede09e20747af6f421117f62b922b2ecedf7f7a2ca",
"md5": "4f71d9b2f137badac3cbe57248a910a9"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.6-1.0.1/solc-linux-amd64-0.6.6-1.0.1",
"version": "0.6.6",
"build": "commit.8469fa3b",
"longVersion": "0.6.6+commit.8469fa3b",
"sha256": "67d5e6d1dd82c2809aadd89b67d9013f056d82a2848b1b6e3717220387aada86",
"md5": "bae691ffd1b57a7ebe77a668a91bee0d"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.5-1.0.1/solc-linux-amd64-0.6.5-1.0.1",
"version": "0.6.5",
"build": "commit.7e46561e",
"longVersion": "0.6.5+commit.7e46561e",
"sha256": "e2627c75d62f65a1c122df649eb98c635f068b295c9306f0bdbd267192d54737",
"md5": "ecba283df56ae6b84c978a9b1adec4d7"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.4-1.0.1/solc-linux-amd64-0.6.4-1.0.1",
"version": "0.6.4",
"build": "commit.aab18a82",
"longVersion": "0.6.4+commit.aab18a82",
"sha256": "1a65c9b317a0191d5fb61ce52eeedfe594710add7c28a7e975d999ee1a253a73",
"md5": "c74d47ca9067023cf1e867ce203af308"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.3-1.0.1/solc-linux-amd64-0.6.3-1.0.1",
"version": "0.6.3",
"build": "commit.df6d4b77",
"longVersion": "0.6.3+commit.df6d4b77",
"sha256": "f5aa8a9e1862048989e8e3ac6db8e57a7d555f3d88dbfbf927def3dd83d8f269",
"md5": "cab501eb89621c8eb8aedf8afc210fcf"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.2-1.0.1/solc-linux-amd64-0.6.2-1.0.1",
"version": "0.6.2",
"build": "commit.88a26618",
"longVersion": "0.6.2+commit.88a26618",
"sha256": "a6378d7966a2fd64de71828cff5b8a399ca2635b9915437613b62f6402d2bd45",
"md5": "86ec6d5039a3d86cc7ee255453402027"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.1-1.0.1/solc-linux-amd64-0.6.1-1.0.1",
"version": "0.6.1",
"build": "commit.81a285c8",
"longVersion": "0.6.1+commit.81a285c8",
"sha256": "59f028b77262cba5726b52d125749a95df9b011c85e35a019c8ccdc887ac6214",
"md5": "d64dd3de7d03eae639d1eb6833c1b490"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.0-1.0.1/solc-linux-amd64-0.6.0-1.0.1",
"version": "0.6.0",
"build": "commit.6708c82c",
"longVersion": "0.6.0+commit.6708c82c",
"sha256": "4f679fc52655785fac18ed81c5907812d7c802d58949be7d6e067514a34a3eb0",
"md5": "d8063a10ee1d96dc08e2576427be67a3"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.5.17-1.0.1/solc-linux-amd64-0.5.17-1.0.1",
"version": "0.5.17",
"build": "commit.dba8cb1c",
"longVersion": "0.5.17+commit.dba8cb1c",
"sha256": "4154d385fbba14dc85e536d05cffba60cff3690ec1bd51c42c86afbe5c71fdc1",
"md5": "fd078f9f45926be36a695687aae9e0ee"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.5.16-1.0.1/solc-linux-amd64-0.5.16-1.0.1",
"version": "0.5.16",
"build": "commit.b9534989",
"longVersion": "0.5.16+commit.b9534989",
"sha256": "6ba2d2f50d25343bf997959a11668b8a82271afef2104738d53b47bfd82d5e74",
"md5": "e32b35f5f305f4a49f34e26dde9dd27f"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.5.15-1.0.1/solc-linux-amd64-0.5.15-1.0.1",
"version": "0.5.15",
"build": "commit.ceea502f",
"longVersion": "0.5.15+commit.ceea502f",
"sha256": "32765ff28bfd06329037ba670eafafd9c154cae0398c959abf582a83cebd9a91",
"md5": "61c41ac07787eebd3e3617f905b26530"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.5.14-1.0.1/solc-linux-amd64-0.5.14-1.0.1",
"version": "0.5.14",
"build": "commit.57a29b35",
"longVersion": "0.5.14+commit.57a29b35",
"sha256": "b249b6281e3495c9f231811421b506f265a180aee8c97f6e9a44fc4867c3658a",
"md5": "17ae29a460c6f08d539c654d6f0040f3"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.5.13-1.0.1/solc-linux-amd64-0.5.13-1.0.1",
"version": "0.5.13",
"build": "commit.ca5fba33",
"longVersion": "0.5.13+commit.ca5fba33",
"sha256": "d9412a6f33f05947cd50d7df79d03f10fc062c1af500da7095c21372938bd717",
"md5": "c50565c44755d79b3ba72c2ea75b2b6c"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.5.12-1.0.1/solc-linux-amd64-0.5.12-1.0.1",
"version": "0.5.12",
"build": "commit.2133f4dc",
"longVersion": "0.5.12+commit.2133f4dc",
"sha256": "fca6b64d55b236e6ad1e0e79f730798bfa21ab8f63c803700c01a8559d3fcf44",
"md5": "23f6a5b13b33752a47a2d0bd61488200"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.5.11-1.0.1/solc-linux-amd64-0.5.11-1.0.1",
"version": "0.5.11",
"build": "commit.a7973e18",
"longVersion": "0.5.11+commit.a7973e18",
"sha256": "0895d9b8110064fff010911d3cdea82b4ee398b8f5b97fbf7707040415c0da80",
"md5": "643cb3e5d53c14f4d65bff2b17ea68ea"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.5.10-1.0.1/solc-linux-amd64-0.5.10-1.0.1",
"version": "0.5.10",
"build": "commit.6dd3d4b5",
"longVersion": "0.5.10+commit.6dd3d4b5",
"sha256": "3361e92b7a598003aa2d05395e96109380b03104892c34cdb4cd5eb20156d83d",
"md5": "fefb0c0174be685cf39c41bc6ad96a3e"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.5.9-1.0.1/solc-linux-amd64-0.5.9-1.0.1",
"version": "0.5.9",
"build": "commit.fd720a17",
"longVersion": "0.5.9+commit.fd720a17",
"sha256": "5db286b9a2333a2ed03332219daef0a9e7b6caef468e355b132c31e16a884c9f",
"md5": "334bd17745238eb16b8ab373f8163519"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.5.8-1.0.1/solc-linux-amd64-0.5.8-1.0.1",
"version": "0.5.8",
"build": "commit.6a1ba12d",
"longVersion": "0.5.8+commit.6a1ba12d",
"sha256": "bb8fd10173913162aed7b90a7ed03338b0e3824703adf40226c4cb0fcfe82692",
"md5": "5a75eedfe40d22b2f6032213c0e26fd3"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.5.7-1.0.1/solc-linux-amd64-0.5.7-1.0.1",
"version": "0.5.7",
"build": "commit.4f8a32da",
"longVersion": "0.5.7+commit.4f8a32da",
"sha256": "9a074793017bd90baa45d6e542dd93ccb81b3a31aa786c0dc319bfe1a3b41fa0",
"md5": "5c330ed1ce33675be446cdd74cafc480"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.5.6-1.0.1/solc-linux-amd64-0.5.6-1.0.1",
"version": "0.5.6",
"build": "commit.08b90bf7",
"longVersion": "0.5.6+commit.08b90bf7",
"sha256": "668b4878374af83e0ada63cbaf9331716b46b80e2f65204f0de3d2adf7844ac8",
"md5": "729f88f85ae692ec9c0842b0b1445ef7"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.5.5-1.0.1/solc-linux-amd64-0.5.5-1.0.1",
"version": "0.5.5",
"build": "commit.878d203c",
"longVersion": "0.5.5+commit.878d203c",
"sha256": "2c214e4e83b2386fe784401bb8afc6dbf73ad1d868fb9d3de1e829a6bfb28603",
"md5": "62f904f4f651e5859a9c6e4ce69facdd"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.5.4-1.0.1/solc-linux-amd64-0.5.4-1.0.1",
"version": "0.5.4",
"build": "commit.9389ec4d",
"longVersion": "0.5.4+commit.9389ec4d",
"sha256": "f64c9d369daa369905764f7e39ac340138b6a36f6daaa2ead01fe7489011fe79",
"md5": "96d3901ac7205f7a1ebd2407e6976788"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.5.3-1.0.1/solc-linux-amd64-0.5.3-1.0.1",
"version": "0.5.3",
"build": "commit.7453343e",
"longVersion": "0.5.3+commit.7453343e",
"sha256": "0fee9d7b488a517b0c58dfc6de4086db466d54a8698a48a53f210ac263c301ac",
"md5": "5cc769a9d4cadb7cfe1d7451839f9733"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.5.2-1.0.1/solc-linux-amd64-0.5.2-1.0.1",
"version": "0.5.2",
"build": "commit.adb8a652",
"longVersion": "0.5.2+commit.adb8a652",
"sha256": "7afc8e869c0f57837d9d95c8edddd94e0706f8ab7333f9c2cfae19d55df0deea",
"md5": "181ef200b4c49b38117b5539c1ce62af"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.5.1-1.0.1/solc-linux-amd64-0.5.1-1.0.1",
"version": "0.5.1",
"build": "commit.4c8a42ab",
"longVersion": "0.5.1+commit.4c8a42ab",
"sha256": "348c503e2821b2295cad8d4a2598193ed12044cadf851fade933c8b77f9d17f1",
"md5": "73b091e91add77a22886a86187d8bf8e"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.5.0-1.0.1/solc-linux-amd64-0.5.0-1.0.1",
"version": "0.5.0",
"build": "commit.86e0ff68",
"longVersion": "0.5.0+commit.86e0ff68",
"sha256": "959c249eb5102b04eedae1afb455f3032cb4cc7bfe875684d45b145509046757",
"md5": "d325643152b08579ebf8c06caed34cd8"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.4.26-1.0.1/solc-linux-amd64-0.4.26-1.0.1",
"version": "0.4.26",
"build": "commit.d42289a4",
"longVersion": "0.4.26+commit.d42289a4",
"sha256": "15f4d15d6dfffe545b055f0ffa37fdd291c7800565407f732e66925d28304af5",
"md5": "f33b19ec3fcde8257cc405ffe8df1339"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.4.25-1.0.1/solc-linux-amd64-0.4.25-1.0.1",
"version": "0.4.25",
"build": "commit.b436d681",
"longVersion": "0.4.25+commit.b436d681",
"sha256": "e9406ff147a5c46b28fbb36d96b9d92a0e268465856e8952b642aba970476b59",
"md5": "2bdb3bdfce2f6fcfab7cb0f74f3b34e5"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.4.24-1.0.1/solc-linux-amd64-0.4.24-1.0.1",
"version": "0.4.24",
"build": "commit.bd81feb0",
"longVersion": "0.4.24+commit.bd81feb0",
"sha256": "f51f7ffbceb6f1fceac5d79f4a3087e7e880ff320e04f119104572a81a2995f0",
"md5": "5e88f1027add08c121fe32901fffcd14"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.4.23-1.0.1/solc-linux-amd64-0.4.23-1.0.1",
"version": "0.4.23",
"build": "commit.af447a00",
"longVersion": "0.4.23+commit.af447a00",
"sha256": "98e44fc8ec6d717789b96b7645b49fd40f0b1f1bdad27cf3addd18e07db964fe",
"md5": "91c5f3c57bfe3f2fb146393054feaac3"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.4.22-1.0.1/solc-linux-amd64-0.4.22-1.0.1",
"version": "0.4.22",
"build": "commit.a3e5264b",
"longVersion": "0.4.22+commit.a3e5264b",
"sha256": "f616746a7b2ec35d0e42e1765c3657a4e56312cb96acc6e6fb79acdbe282dbc5",
"md5": "5bcc66c8316eec133c649dc77e90684f"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.4.21-1.0.1/solc-linux-amd64-0.4.21-1.0.1",
"version": "0.4.21",
"build": "commit.63a03d5e",
"longVersion": "0.4.21+commit.63a03d5e",
"sha256": "b2b789247cefecdea2e0bf58df82334ea17c9232a23a558e655d07c0ad482d9c",
"md5": "e2968e440dcbdd2d11d66f8274863a4f"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.4.20-1.0.1/solc-linux-amd64-0.4.20-1.0.1",
"version": "0.4.20",
"build": "commit.708cd109",
"longVersion": "0.4.20+commit.708cd109",
"sha256": "3116e9e2939bd9073e4c44e671186be2a0fa55bec83239f6b8484e4cb12e6f70",
"md5": "3a00dadf3bd50796f7c652a99ad9fab4"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.4.19-1.0.1/solc-linux-amd64-0.4.19-1.0.1",
"version": "0.4.19",
"build": "commit.7ff1bd60",
"longVersion": "0.4.19+commit.7ff1bd60",
"sha256": "d2db5c026335c74cf09bb8a449562ec3685e46a19c6cbd6b6e476cc7025a83b4",
"md5": "8c35d5f67016a20ce4e5bff0e36c8902"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.4.18-1.0.1/solc-linux-amd64-0.4.18-1.0.1",
"version": "0.4.18",
"build": "commit.905b735b",
"longVersion": "0.4.18+commit.905b735b",
"sha256": "1039bb6daae6b889686c216287b1c995b447f6e10ab990110dfcaf093619da89",
"md5": "e19de5405c3ec6a9838ddabd24e7f53c"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.4.17-1.0.1/solc-linux-amd64-0.4.17-1.0.1",
"version": "0.4.17",
"build": "commit.00b04601",
"longVersion": "0.4.17+commit.00b04601",
"sha256": "2cdc1bf9cdea47bea12a19892b8dc33a208ffd67d9f4a2703e3c8290466feed9",
"md5": "af42d5c9124448d4e2398a14e90a019d"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.25-1.0.0/solc-linux-amd64-0.8.25-1.0.0",
"version": "0.8.25",
"build": "commit.728f1683",
"longVersion": "0.8.25+commit.728f1683",
"sha256": "a62d68ce006cfdf906d674ea393d0cea9e99318df0c6cd1daa2137b3cd71276f",
"md5": "4ef3f582c74487b321834cfe81dc9d3a"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.24-1.0.0/solc-linux-amd64-0.8.24-1.0.0",
"version": "0.8.24",
"build": "commit.52d54a91",
"longVersion": "0.8.24+commit.52d54a91",
"sha256": "db2c9b6e5d426b739b853790755212a5a60a287cb53dd495c6fa9e1c3cd1311c",
"md5": "9eb6536826b7015c496b116ab5712ee3"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.23-1.0.0/solc-linux-amd64-0.8.23-1.0.0",
"version": "0.8.23",
"build": "commit.c46cbc01",
"longVersion": "0.8.23+commit.c46cbc01",
"sha256": "fdb60ac58e5e57d2f1e479060d83df85be9c491cf2c34ac44a21fbc3056debc3",
"md5": "88093392a0b2ec6c1c71d7085104a978"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.22-1.0.0/solc-linux-amd64-0.8.22-1.0.0",
"version": "0.8.22",
"build": "commit.beb84e1c",
"longVersion": "0.8.22+commit.beb84e1c",
"sha256": "3c47507bd42476992ca15f3e4555e82b108fb3568235bbb627a295599e17793f",
"md5": "3276d8fedf77cbd901892a00bccb22eb"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.21-1.0.0/solc-linux-amd64-0.8.21-1.0.0",
"version": "0.8.21",
"build": "commit.bb862db2",
"longVersion": "0.8.21+commit.bb862db2",
"sha256": "c42dfada555f27d5c073f7c20416394fedb3078772fa9fd1f1856907a1aaf3d9",
"md5": "3b091ac9935760979b6db4306657225c"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.20-1.0.0/solc-linux-amd64-0.8.20-1.0.0",
"version": "0.8.20",
"build": "commit.475d6d9f",
"longVersion": "0.8.20+commit.475d6d9f",
"sha256": "b269beafa101abfe00b5e7273560d35e965e2c700255f674aaa5ab4c257f7132",
"md5": "b19de2e5cb9d4b56eb746f49824567aa"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.19-1.0.0/solc-linux-amd64-0.8.19-1.0.0",
"version": "0.8.19",
"build": "commit.5e99f3d9",
"longVersion": "0.8.19+commit.5e99f3d9",
"sha256": "0a269523e04f312859ce407b57f06fad33d45faa1204326d047ec014b7d27b61",
"md5": "e51c5e457e5c83893eb4ad2b924737dc"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.18-1.0.0/solc-linux-amd64-0.8.18-1.0.0",
"version": "0.8.18",
"build": "commit.4850e071",
"longVersion": "0.8.18+commit.4850e071",
"sha256": "13815a61c8681c4a6c3d5ec8f25b6dbbfc8b92d1aeb07f09fd19bcf3ad2606cb",
"md5": "dd7d3008541ec2054f00e9155b7a2b58"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.17-1.0.0/solc-linux-amd64-0.8.17-1.0.0",
"version": "0.8.17",
"build": "commit.6c091780",
"longVersion": "0.8.17+commit.6c091780",
"sha256": "b9aab8be20cea2be74129778ebfbfe3a816d585076b36d8a50c48f41e20ea1ce",
"md5": "6e62574bafbe03b857e640e5f6962b26"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.16-1.0.0/solc-linux-amd64-0.8.16-1.0.0",
"version": "0.8.16",
"build": "commit.8e15a08d",
"longVersion": "0.8.16+commit.8e15a08d",
"sha256": "70abf42dd7ff627cdc41dbc533014358a1376d358551d1f57424b53f2e9061e9",
"md5": "c9251df8a8ad7ede40ac6b4c82eff7cd"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.15-1.0.0/solc-linux-amd64-0.8.15-1.0.0",
"version": "0.8.15",
"build": "commit.d8159763",
"longVersion": "0.8.15+commit.d8159763",
"sha256": "00f54893fd2b9010aab12801c52dddcd03510d5526963d2d5b2915d53e253611",
"md5": "cb27a1561ae14fa1ced0e9dd7534526e"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.14-1.0.0/solc-linux-amd64-0.8.14-1.0.0",
"version": "0.8.14",
"build": "commit.953831a6",
"longVersion": "0.8.14+commit.953831a6",
"sha256": "2f3768d4479961ae1c0427c277db3d20f04ab2e627f1e0169ca579f8f0382d58",
"md5": "b3741121b0b38daa6001dd73e5ca1b6e"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.13-1.0.0/solc-linux-amd64-0.8.13-1.0.0",
"version": "0.8.13",
"build": "commit.218d7e3a",
"longVersion": "0.8.13+commit.218d7e3a",
"sha256": "85b376721f71be3e8ce612fd5328ebcf001358ce87066038a206a5aab195b47a",
"md5": "3b795ac430d0e1bc6de1900894e288b0"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.12-1.0.0/solc-linux-amd64-0.8.12-1.0.0",
"version": "0.8.12",
"build": "commit.4b7f7da7",
"longVersion": "0.8.12+commit.4b7f7da7",
"sha256": "5b63710744fe4320ea73c66d3d88dc24ff95b469a98c08ef5b0af1d8983a66da",
"md5": "96656d49d99e791476485a73eb2127e9"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.11-1.0.0/solc-linux-amd64-0.8.11-1.0.0",
"version": "0.8.11",
"build": "commit.16d17a5c",
"longVersion": "0.8.11+commit.16d17a5c",
"sha256": "aa9553ffd026b3a901c4807b9edd4549fca69ee371315b228cd9b21f7620e9bb",
"md5": "ac15bac41e849212b7037a21c09627f3"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.10-1.0.0/solc-linux-amd64-0.8.10-1.0.0",
"version": "0.8.10",
"build": "commit.ac3397cb",
"longVersion": "0.8.10+commit.ac3397cb",
"sha256": "ae8375e8abb77b8f552e725a06a3d165c55b40d7c232122abf3de8797ec92fa8",
"md5": "73ce5c6b7d0463fa9b18ec5b41e6b8f7"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.9-1.0.0/solc-linux-amd64-0.8.9-1.0.0",
"version": "0.8.9",
"build": "commit.1965fadf",
"longVersion": "0.8.9+commit.1965fadf",
"sha256": "78e2da50022564338b1a40200c7c1cbdf16dadaf270d053e4fd54e8e77952e6f",
"md5": "63a4145f5b65220d48d57594f7e52388"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.8-1.0.0/solc-linux-amd64-0.8.8-1.0.0",
"version": "0.8.8",
"build": "commit.129884bc",
"longVersion": "0.8.8+commit.129884bc",
"sha256": "b0499115d5191579f308a7e131bfba4d64fb1a4d3cbda84da298b0254ec5e262",
"md5": "362a2314b032430c114ca53bd7ef385e"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.7-1.0.0/solc-linux-amd64-0.8.7-1.0.0",
"version": "0.8.7",
"build": "commit.b2de7db3",
"longVersion": "0.8.7+commit.b2de7db3",
"sha256": "b1ea8171f7e7b1d9c590059fbdcf07facb1e94f609167d20a9fc7bd5f8c4a90b",
"md5": "de0c52dfa453bc69c80b83e7736fce55"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.6-1.0.0/solc-linux-amd64-0.8.6-1.0.0",
"version": "0.8.6",
"build": "commit.ff11fd6f",
"longVersion": "0.8.6+commit.ff11fd6f",
"sha256": "7dc9fcd35c6a61f2cd4caea77f84df10b416e3090583f09cf4957879a257bec0",
"md5": "b8cfd153afe63e6afe6d08076710532c"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.5-1.0.0/solc-linux-amd64-0.8.5-1.0.0",
"version": "0.8.5",
"build": "commit.c0ca130e",
"longVersion": "0.8.5+commit.c0ca130e",
"sha256": "3bcd8d1a6738a61ba75c2cbccbcf022beb381cf6ee7e2c9491fc8dc2483e9a90",
"md5": "6041a830b905731f3e189906ec18db30"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.4-1.0.0/solc-linux-amd64-0.8.4-1.0.0",
"version": "0.8.4",
"build": "commit.cc284d6e",
"longVersion": "0.8.4+commit.cc284d6e",
"sha256": "291223adbe4a85fdfbe72fe0f4cec7c5971a2d25d0dcbe75314088c7b014eb3d",
"md5": "d296f93f14d1dc857f618a1a99844224"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.3-1.0.0/solc-linux-amd64-0.8.3-1.0.0",
"version": "0.8.3",
"build": "commit.23c5ed97",
"longVersion": "0.8.3+commit.23c5ed97",
"sha256": "f332895e9dee18a5f9fc35a0d06d1e42bead6a30771f722e5ac99f21682d3821",
"md5": "ed835739fa39edbdb7de84117ec81584"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.2-1.0.0/solc-linux-amd64-0.8.2-1.0.0",
"version": "0.8.2",
"build": "commit.29d899d8",
"longVersion": "0.8.2+commit.29d899d8",
"sha256": "79a875d5895688ac354048841b49cda5c27797d17fa21307e7f817710d701983",
"md5": "746f9602317b42780fd8df7082ad3bfd"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.1-1.0.0/solc-linux-amd64-0.8.1-1.0.0",
"version": "0.8.1",
"build": "commit.5d73d8d7",
"longVersion": "0.8.1+commit.5d73d8d7",
"sha256": "ace08c5ec57d5a365d0555d2d6b920521ac58c958196138623e1f32bbd638dc8",
"md5": "5fbf06c778c2c16fa11b2c2cd5915e4b"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.8.0-1.0.0/solc-linux-amd64-0.8.0-1.0.0",
"version": "0.8.0",
"build": "commit.ffd2038c",
"longVersion": "0.8.0+commit.ffd2038c",
"sha256": "1eca4d0fa3dda84298a658bfce69ec5ddb177b5bb9ad99b8a056574bb0163d59",
"md5": "d13aaf0a23ac54647e42660085ad65e0"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.7.6-1.0.0/solc-linux-amd64-0.7.6-1.0.0",
"version": "0.7.6",
"build": "commit.11a377df",
"longVersion": "0.7.6+commit.11a377df",
"sha256": "e7dc59bdd3227d3b7f3a895ebbd7ee93686ef4d77c24545e7a0b67a1d68a6460",
"md5": "0ecce2a86971f14bd30bfa9408827a00"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.7.5-1.0.0/solc-linux-amd64-0.7.5-1.0.0",
"version": "0.7.5",
"build": "commit.b5bc0301",
"longVersion": "0.7.5+commit.b5bc0301",
"sha256": "9e717d79e832aa6a69a0474d14eae2b5584cddf4117e863a8a1c3325668835a3",
"md5": "02cb7ea123a4d1bf79de094c4dda3234"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.7.4-1.0.0/solc-linux-amd64-0.7.4-1.0.0",
"version": "0.7.4",
"build": "commit.91ed041a",
"longVersion": "0.7.4+commit.91ed041a",
"sha256": "d5639369f0614545a4bf0df20c0218aff904ddf32974d5cdeb0a400eb6e14cb6",
"md5": "c5f8d27f4c3dfad97198763e6bc8c824"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.7.3-1.0.0/solc-linux-amd64-0.7.3-1.0.0",
"version": "0.7.3",
"build": "commit.02cf47c9",
"longVersion": "0.7.3+commit.02cf47c9",
"sha256": "4d20ad7400486d0abaa68d0cccbce9250e267bc7d16a64494e236120f2902ccd",
"md5": "d0746e90a812c36ac3ce029c18ded2c3"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.7.2-1.0.0/solc-linux-amd64-0.7.2-1.0.0",
"version": "0.7.2",
"build": "commit.91ef3abf",
"longVersion": "0.7.2+commit.91ef3abf",
"sha256": "d3b344009cec3f8fcc6068ff9c1b14b5d9eb7cb34271f7bb32503c957ec7c34b",
"md5": "f605ddc2e87dd3dea06707697ad4b8a1"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.7.1-1.0.0/solc-linux-amd64-0.7.1-1.0.0",
"version": "0.7.1",
"build": "commit.29fce715",
"longVersion": "0.7.1+commit.29fce715",
"sha256": "f65101b99d49c7539206bcfe8b82315ed257d098eff523eda5ba26f8f464a28d",
"md5": "a3d89a6b0af3ae712315b8876dc5d494"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.7.0-1.0.0/solc-linux-amd64-0.7.0-1.0.0",
"version": "0.7.0",
"build": "commit.984391be",
"longVersion": "0.7.0+commit.984391be",
"sha256": "dc431d9c1ab60b1cc13196f91b200711284dfbba8f7483908215aa3808259ed4",
"md5": "9ce34ad24b7b389626e90f4fb9d24b55"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.12-1.0.0/solc-linux-amd64-0.6.12-1.0.0",
"version": "0.6.12",
"build": "commit.2074e101",
"longVersion": "0.6.12+commit.2074e101",
"sha256": "25b11e828fbc3115e72071cdd0804a63ddf067afa54e8b36b7fcfa12fcd298ca",
"md5": "ad66129d8cec1b0416bc7c2f90f032c8"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.11-1.0.0/solc-linux-amd64-0.6.11-1.0.0",
"version": "0.6.11",
"build": "commit.2a97c5ae",
"longVersion": "0.6.11+commit.2a97c5ae",
"sha256": "5e66f057e976be49377d8b54894bdb1ad8947f42fceb1c8a5c2c6c8a173f765e",
"md5": "31b8d69c91da840d29627234bc130656"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.10-1.0.0/solc-linux-amd64-0.6.10-1.0.0",
"version": "0.6.10",
"build": "commit.e2d92761",
"longVersion": "0.6.10+commit.e2d92761",
"sha256": "b5b167317343934c31f83df562b9b0bb5466bf8d829ab8a0aa5b610499bce78e",
"md5": "b91218f1524e0ff1100238166d0fb0fd"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.9-1.0.0/solc-linux-amd64-0.6.9-1.0.0",
"version": "0.6.9",
"build": "commit.a6babe6f",
"longVersion": "0.6.9+commit.a6babe6f",
"sha256": "3a6f90a25838551f559d49b9201cd4003ddc43af711d93467ed50b215d9bb747",
"md5": "3239060aa44087d3aff9c2553bf499d7"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.8-1.0.0/solc-linux-amd64-0.6.8-1.0.0",
"version": "0.6.8",
"build": "commit.ea4019dc",
"longVersion": "0.6.8+commit.ea4019dc",
"sha256": "c250b3fc067ec222e8ab608d32f7904027a3be2ded0b9d49e0d6264c4aeea86b",
"md5": "6c894ec5c69fd630190b47b0fc198689"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.7-1.0.0/solc-linux-amd64-0.6.7-1.0.0",
"version": "0.6.7",
"build": "commit.f4b488b3",
"longVersion": "0.6.7+commit.f4b488b3",
"sha256": "96175b97f22fc3590ec1bfb50cb1731107a0c14618b97760794e2e8148147b55",
"md5": "6d7db7b3b8a93afbc159ff43c4ca795e"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.6-1.0.0/solc-linux-amd64-0.6.6-1.0.0",
"version": "0.6.6",
"build": "commit.41fab514",
"longVersion": "0.6.6+commit.41fab514",
"sha256": "f4184c211219c32674dcb997bed576f4e194764e4fe09c069a7f60afb459503b",
"md5": "eff4bae8002409b1f23afbaf4b369aa7"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.5-1.0.0/solc-linux-amd64-0.6.5-1.0.0",
"version": "0.6.5",
"build": "commit.aaa7268f",
"longVersion": "0.6.5+commit.aaa7268f",
"sha256": "65a7a495bea0c7d1eb715971366d3d4d054651defbc8098e5d2e03b2893b3049",
"md5": "e335048bbefcd853c03aea72db577231"
},
{
"path": "https://github.com/matter-labs/era-solidity/releases/download/0.6.4-1.0.0/solc-linux-amd64-0.6.4-1.0.0",
"version": "0.6.4",
"build": "commit.654472f7",
"longVersion": "0.6.4+commit.654472f7",
"sha256": "2a1ccfb644e1b4cb25fc0fdec32dfea2df54bd56cceacea6d8f4b293b3fe162b",