-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathsource-urls
More file actions
868 lines (868 loc) · 65.7 KB
/
Copy pathsource-urls
File metadata and controls
868 lines (868 loc) · 65.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
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
https://github.com/ip7z/7zip/archive/26.01/7zip-26.01.tar.gz
https://distfiles.adelielinux.org/source/a52dec/a52dec-0.8.0.tar.gz
https://www.freedesktop.org/software/accountsservice/accountsservice-23.13.9.tar.xz
https://mirror.netcologne.de/savannah/acl/acl-2.3.2.tar.xz
https://downloads.sourceforge.net/project/acpiclient/acpiclient/1.7/acpi-1.7.tar.gz
https://downloads.sourceforge.net/project/acpid2/acpid-2.0.34.tar.xz
https://github.com/GNOME/adwaita-icon-theme/archive/50.0/adwaita-icon-theme-50.0.tar.gz
https://www.alsa-project.org/files/pub/lib/alsa-lib-1.2.16.tar.bz2
https://www.alsa-project.org/files/pub/oss-lib/alsa-oss-1.1.8.tar.bz2
https://www.alsa-project.org/files/pub/lib/alsa-ucm-conf-1.2.16.tar.bz2
https://www.alsa-project.org/files/pub/utils/alsa-utils-1.2.16.tar.bz2
https://github.com/GPUOpen-LibrariesAndSDKs/AMF/releases/download/v1.5.2/AMF-headers-v1.5.2.tar.gz
https://github.com/linux-apfs/apfsprogs/archive/v0.2.1/apfsprogs-0.2.1.tar.gz
https://gitlab.com/apparmor/apparmor/-/archive/v4.1.2/apparmor-v4.1.2.tar.bz2
https://www.freedesktop.org/software/appstream/releases/AppStream-1.1.3.tar.xz
https://github.com/hughsie/appstream-glib/archive/refs/tags/appstream_glib_0_8_3.tar.gz
https://github.com/aria2/aria2/releases/download/release-1.37.0/aria2-1.37.0.tar.xz
https://files.pythonhosted.org/packages/source/a/asciidoc/asciidoc-10.2.1.tar.gz
https://github.com/asciidoctor/asciidoctor/archive/v2.0.26/asciidoctor-2.0.26.tar.gz
https://mirror.lyrahosting.com/gnu/aspell/aspell-0.60.8.2.tar.gz
https://mirror.lyrahosting.com/gnu/aspell/dict/en/aspell6-en-2020.12.07-0.tar.bz2
https://github.com/GNOME/at-spi2-core/archive/2.60.3/at-spi2-core-2.60.3.tar.gz
https://github.com/GNOME/atkmm/archive/2.28.5/atkmm-2.28.5.tar.gz
https://mirror.netcologne.de/savannah/attr/attr-2.5.2.tar.xz
https://github.com/linux-audit/audit-userspace/archive/v4.0.3/audit-userspace-4.0.3.tar.gz
https://mirror.lyrahosting.com/gnu/autoconf/autoconf-2.13.tar.gz
https://mirror.lyrahosting.com/gnu/autoconf/autoconf-2.73.tar.xz
https://mirror.lyrahosting.com/gnu/autoconf-archive/autoconf-archive-2024.10.16.tar.xz
https://mirror.lyrahosting.com/gnu/automake/automake-1.18.1.tar.xz
https://github.com/lathiat/avahi/releases/download/v0.8/avahi-0.8.tar.gz
https://mirror.lyrahosting.com/gnu/bash/bash-5.3.tar.gz
https://github.com/scop/bash-completion/releases/download/2.16.0/bash-completion-2.16.0.tar.xz
https://github.com/gavinhoward/bc/releases/download/7.0.3/bc-7.0.3.tar.xz
https://github.com/koverstreet/bcachefs-tools/archive/v1.38.5/bcachefs-tools-1.38.5.tar.gz
https://ftp.isc.org/isc/bind9/9.20.23/bind-9.20.23.tar.xz
https://dmassey.net/files/misc/bindgen-0.72.1-cbindgen-0.29.4-massos-precompiled-multiarch.tar.xz
https://mirror.lyrahosting.com/gnu/binutils/binutils-with-gold-2.46.1.tar.xz
https://mirror.lyrahosting.com/gnu/bison/bison-3.8.2.tar.xz
https://github.com/GNOME/blueprint-compiler/archive/v0.20.4/blueprint-compiler-0.20.4.tar.gz
https://cdn.kernel.org/pub/linux/bluetooth/bluez-5.86.tar.xz
https://github.com/boostorg/boost/releases/download/boost-1.91.0-1/boost-1.91.0-1-b2-nodocs.tar.xz
https://botan.randombit.net/releases/Botan-3.9.0.tar.xz
https://github.com/libbpf/bpftool/archive/v7.6.0/bpftool-7.6.0.tar.gz
https://github.com/google/brotli/archive/v1.2.0/brotli-1.2.0.tar.gz
https://downloads.sourceforge.net/project/bsd-games/bsd-games-3.3.tar.gz
https://cdn.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v7.0.tar.xz
https://github.com/containers/bubblewrap/releases/download/v0.11.2/bubblewrap-0.11.2.tar.xz
https://files.pythonhosted.org/packages/source/b/build/build-1.5.0.tar.gz
https://launchpad.net/busybox/main/1.38.0/+download/busybox-1.38.0.tar.bz2
https://www.sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz
https://github.com/c-ares/c-ares/releases/download/v1.34.6/c-ares-1.34.6.tar.gz
https://gitlab.freedesktop.org/cairo/cairo/-/archive/1.18.4/cairo-1.18.4.tar.bz2
https://gitlab.freedesktop.org/cairo/cairomm/-/archive/1.14.6/cairomm-1.14.6.tar.bz2
https://github.com/di/calver/archive/2025.04.02/calver-2025.04.02.tar.gz
https://github.com/lu-zero/cargo-c/releases/download/v0.10.23/cargo-c-aarch64-unknown-linux-musl.tar.gz
https://github.com/lu-zero/cargo-c/releases/download/v0.10.23/cargo-c-x86_64-unknown-linux-musl.tar.gz
https://github.com/rustyrussell/ccan/archive/7340873/ccan-7340873.tar.gz
https://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-10.2.src.tgz
https://files.pythonhosted.org/packages/source/c/cffi/cffi-2.0.0.tar.gz
https://github.com/hpjansson/chafa/releases/download/1.14.5/chafa-1.14.5.tar.xz
https://files.pythonhosted.org/packages/source/c/chardet/chardet-5.2.0.tar.gz
https://files.pythonhosted.org/packages/source/c/charset-normalizer/charset_normalizer-3.4.4.tar.gz
https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Class-Inspector-1.36.tar.gz
https://download.gnome.org/sources/clutter/1.26/clutter-1.26.4.tar.xz
https://download.gnome.org/sources/clutter-gst/3.0/clutter-gst-3.0.27.tar.xz
https://download.gnome.org/sources/clutter-gtk/1.8/clutter-gtk-1.8.4.tar.xz
https://github.com/Kitware/CMake/releases/download/v4.3.3/cmake-4.3.3.tar.gz
https://github.com/abishekvashok/cmatrix/releases/download/v2.0/cmatrix-v2.0-Butterscotch.tar
https://download.gnome.org/sources/cogl/1.22/cogl-1.22.8.tar.xz
https://www.freedesktop.org/software/colord/releases/colord-1.4.8.tar.xz
https://github.com/hughsie/colord-gtk/archive/0.3.1/colord-gtk-0.3.1.tar.gz
https://github.com/libconfuse/libconfuse/releases/download/v3.3/confuse-3.3.tar.xz
https://mirror.lyrahosting.com/gnu/coreutils/coreutils-9.11.tar.xz
https://github.com/cowsay-org/cowsay/archive/v3.8.4/cowsay-3.8.4.tar.gz
https://mirror.lyrahosting.com/gnu/cpio/cpio-2.15.tar.bz2
https://github.com/cracklib/cracklib/releases/download/v2.10.3/cracklib-2.10.3.tar.bz2
https://github.com/cracklib/cracklib/releases/download/v2.10.3/cracklib-words-2.10.3.bz2
https://github.com/pyca/cryptography/archive/48.0.0/cryptography-48.0.0.tar.gz
https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.8/cryptsetup-2.8.6.tar.xz
https://github.com/OpenPrinting/cups/releases/download/v2.4.19/cups-2.4.19-source.tar.gz
https://github.com/OpenPrinting/cups-browsed/releases/download/2.1.1/cups-browsed-2.1.1.tar.xz
https://github.com/OpenPrinting/cups-filters/releases/download/2.0.1/cups-filters-2.0.1.tar.xz
https://www.cups-pdf.de/src/cups-pdf_3.0.2.tar.gz
https://www.freedesktop.org/software/cups-pk-helper/releases/cups-pk-helper-0.2.7.tar.xz
https://curl.se/download/curl-8.20.0.tar.xz
https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl-2.1.28/cyrus-sasl-2.1.28.tar.gz
https://github.com/cython/cython/releases/download/3.2.5/cython-3.2.5.tar.gz
https://code.videolan.org/videolan/dav1d/-/archive/1.5.3/dav1d-1.5.3.tar.bz2
https://github.com/GNOME/dconf/archive/0.40.0/dconf-0.40.0.tar.gz
https://github.com/GNOME/dconf-editor/archive/45.0.1/dconf-editor-45.0.1.tar.gz
https://dbus.freedesktop.org/releases/dbus/dbus-1.16.2.tar.xz
https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.114.tar.gz
https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.4.0.tar.xz
https://salsa.debian.org/debian/debianutils/-/archive/debian/5.23.1/debianutils-debian-5.23.1.tar.gz
https://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-0.28.tar.xz
https://github.com/NetworkConfiguration/dhcpcd/releases/download/v10.2.3/dhcpcd-10.2.3.tar.xz
https://invisible-mirror.net/archives/dialog/dialog-1.3-20250116.tgz
https://mirror.lyrahosting.com/gnu/diffutils/diffutils-3.12.tar.xz
https://github.com/microsoft/DirectX-Headers/archive/v1.619.1/DirectX-Headers-1.619.1.tar.gz
https://github.com/python-distro/distro/archive/v1.9.0/distro-1.9.0.tar.gz
https://downloads.sourceforge.net/project/djvu/DjVuLibre/3.5.28/djvulibre-3.5.28.tar.gz
https://github.com/dell/dkms/archive/v3.2.1/dkms-3.2.1.tar.gz
https://deb.debian.org/debian/pool/main/d/dmg2img/dmg2img_1.6.7.orig.tar.gz
https://mirror.netcologne.de/savannah/dmidecode/dmidecode-3.6.tar.xz
https://launchpad.net/dmraid/1.0/1.0.0.rc16-3/+download/dmraid-1.0.0.rc16-3.tar.bz2
https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.7.0.tar.gz
https://archive.docbook.org/sgml/3.1/docbk31.zip
https://archive.docbook.org/sgml/4.5/docbook-4.5.zip
https://archive.docbook.org/xml/5.0/docbook-5.0.zip
https://downloads.sourceforge.net/project/docbook/docbook-dsssl/1.79/docbook-dsssl-1.79.tar.bz2
https://sourceware.org/ftp/docbook-tools/new-trials/SOURCES/docbook-utils-0.6.14.tar.gz
https://archive.docbook.org/xml/5.1/docbook-v5.1-os.zip
https://archive.docbook.org/xml/4.5/docbook-xml-4.5.zip
https://github.com/docbook/xslt10-stylesheets/releases/download/release/1.79.2/docbook-xsl-nons-1.79.2.tar.bz2
https://files.pythonhosted.org/packages/source/d/docutils/docutils-0.23.tar.gz
https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.5.5.tar.gz
https://github.com/dosfstools/dosfstools/releases/download/v4.2/dosfstools-4.2.tar.gz
https://github.com/williamh/dotconf/archive/v1.4.1/dotconf-1.4.1.tar.gz
https://github.com/quietvoid/dovi_tool/archive/2.3.1/dovi_tool-2.3.1.tar.gz
https://github.com/dracut-ng/dracut/archive/111/dracut-111.tar.gz
https://duktape.org/duktape-2.7.0.tar.xz
https://cdn.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.47.4/e2fsprogs-1.47.4.tar.xz
https://github.com/OpenVPN/easy-rsa/releases/download/v3.2.6/EasyRSA-3.2.6.tgz
https://mirror.lyrahosting.com/gnu/ed/ed-1.22.5.tar.lz
https://files.pythonhosted.org/packages/source/e/editables/editables-0.5.tar.gz
https://github.com/DanielMYT/edk2-source-tarballs/releases/download/edk2-stable202602/edk2-stable202602.tar.xz
https://github.com/rhboot/efibootmgr/releases/download/18/efibootmgr-18.tar.bz2
https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git/snapshot/efitools-1.9.2.tar.gz
https://github.com/rhboot/efivar/archive/39/efivar-39.tar.gz
https://github.com/NVIDIA/egl-wayland/archive/1.1.18/egl-wayland-1.1.18.tar.gz
https://github.com/NVIDIA/eglexternalplatform/archive/1.2.1/eglexternalplatform-1.2.1.tar.gz
https://sourceware.org/ftp/elfutils/0.195/elfutils-0.195.tar.bz2
https://github.com/rrthomas/enchant/releases/download/v2.8.16/enchant-2.8.16.tar.gz
https://github.com/espeak-ng/espeak-ng/archive/1.52.0/espeak-ng-1.52.0.tar.gz
https://cdn.kernel.org/pub/software/network/ethtool/ethtool-6.14.tar.xz
https://gitlab.freedesktop.org/libevdev/evtest/-/archive/evtest-1.35/evtest-evtest-1.35.tar.gz
https://github.com/exfatprogs/exfatprogs/releases/download/1.2.8/exfatprogs-1.2.8.tar.xz
https://github.com/Exiv2/exiv2/archive/v0.28.8/exiv2-0.28.8.tar.gz
https://github.com/libexpat/libexpat/releases/download/R_2_8_1/expat-2.8.1.tar.xz
https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.16.0.tar.gz
https://github.com/knik0/faac/archive/faac-1.50/faac-1.50.tar.gz
https://github.com/knik0/faad2/archive/2.11.2/faad2-2.11.2.tar.gz
https://salsa.debian.org/clint/fakeroot/-/archive/upstream/1.38.1/fakeroot-upstream-1.38.1.tar.bz2
https://github.com/fastfloat/fast_float/archive/v8.2.9/fast_float-8.2.9.tar.gz
https://github.com/fastfetch-cli/fastfetch/archive/2.63.1/fastfetch-2.63.1.tar.gz
https://files.pythonhosted.org/packages/source/f/fastjsonschema/fastjsonschema-2.21.1.tar.gz
https://github.com/yo8192/fcron/archive/ver3_4_0/fcron-ver3_4_0.tar.gz
https://ffmpeg.org/releases/ffmpeg-8.1.1.tar.xz
https://deb.debian.org/debian/pool/main/f/figlet/figlet_2.2.5.orig.tar.gz
https://astron.com/pub/file/file-5.48.tar.gz
https://cpan.metacpan.org/authors/id/R/RE/REHSACK/File-ShareDir-1.118.tar.gz
https://cpan.metacpan.org/authors/id/E/ET/ETHER/File-ShareDir-Install-0.14.tar.gz
https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/File-Slurp-9999.32.tar.gz
https://mirror.lyrahosting.com/gnu/findutils/findutils-4.10.0.tar.xz
https://github.com/firewalld/firewalld/releases/download/v2.3.0/firewalld-2.3.0.tar.bz2
https://github.com/fish-shell/fish-shell/releases/download/4.0.2/fish-4.0.2.tar.xz
https://github.com/xiph/flac/releases/download/1.5.0/flac-1.5.0.tar.xz
https://download.flashrom.org/releases/flashrom-v1.7.0.tar.xz
https://github.com/flatpak/flatpak/releases/download/1.18.0/flatpak-1.18.0.tar.xz
https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz
https://files.pythonhosted.org/packages/source/f/flit-core/flit_core-3.12.0.tar.gz
https://github.com/fmtlib/fmt/archive/12.1.0/fmt-12.1.0.tar.gz
https://xorg.freedesktop.org/archive/individual/font/font-util-1.4.2.tar.xz
https://gitlab.freedesktop.org/fontconfig/fontconfig/-/archive/2.18.1/fontconfig-2.18.1.tar.bz2
https://github.com/freeglut/freeglut/releases/download/v3.8.0/freeglut-3.8.0.tar.gz
https://mirror.netcologne.de/savannah/freetype/freetype-2.14.3.tar.xz
https://github.com/fribidi/fribidi/releases/download/v1.0.16/fribidi-1.0.16.tar.xz
https://github.com/libfuse/libfuse/releases/download/fuse-2.9.9/fuse-2.9.9.tar.gz
https://github.com/libfuse/libfuse/releases/download/fuse-3.18.2/fuse-3.18.2.tar.gz
https://downloads.sourceforge.net/project/fuseiso/fuseiso/20070708/fuseiso-20070708.tar.bz2
https://github.com/fwupd/fwupd/releases/download/2.1.2/fwupd-2.1.2.tar.xz
https://github.com/fwupd/fwupd-efi/archive/1.8/fwupd-efi-1.8.tar.gz
https://mirror.lyrahosting.com/gnu/gawk/gawk-5.4.0.tar.xz
https://github.com/GNOME/gcab/archive/v1.6/gcab-1.6.tar.gz
https://mirror.lyrahosting.com/gnu/gcc/gcc-16.1.0/gcc-16.1.0.tar.xz
https://github.com/GNOME/gcr/archive/3.41.2/gcr-3.41.2.tar.gz
https://github.com/GNOME/gcr/archive/4.4.0.1/gcr-4.4.0.1.tar.gz
https://mirror.lyrahosting.com/gnu/gdbm/gdbm-1.25.tar.gz
https://github.com/GNOME/gdk-pixbuf/archive/2.44.6/gdk-pixbuf-2.44.6.tar.gz
https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/2.8.1/geoclue-2.8.1.tar.bz2
https://github.com/GNOME/geocode-glib/archive/3.26.4/geocode-glib-3.26.4.tar.gz
https://mirror.lyrahosting.com/gnu/gettext/gettext-0.26.tar.xz
https://github.com/GNOME/gexiv2/archive/gexiv2-0.14.6.tar.gz
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10070/ghostscript-10.07.0.tar.xz
https://github.com/GNOME/gi-docgen/archive/2026.1/gi-docgen-2026.1.tar.gz
https://downloads.sourceforge.net/project/giflib/giflib-6.x/giflib-6.1.3.tar.gz
https://cdn.kernel.org/pub/software/scm/git/git-2.54.0.tar.xz
https://gitlab.freedesktop.org/gstreamer/meson-ports/gl-headers/-/archive/1d237e3/gl-headers-1d237e3.tar.bz2
https://github.com/Dav1dde/glad/archive/v2.0.8/glad-2.0.8.tar.gz
https://github.com/nigels-com/glew/releases/download/glew-2.3.1/glew-2.3.1.tgz
https://github.com/GNOME/glib/archive/2.88.1/glib-2.88.1.tar.gz
https://github.com/GNOME/glib-networking/archive/2.80.1/glib-networking-2.80.1.tar.gz
https://mirror.lyrahosting.com/gnu/glibc/glibc-2.43.tar.xz
https://github.com/GNOME/glibmm/archive/2.66.8/glibmm-2.66.8.tar.gz
https://github.com/KhronosGroup/glslang/archive/16.3.0/glslang-16.3.0.tar.gz
https://archive.mesa3d.org/glu/glu-9.0.3.tar.xz
https://github.com/GNOME/glycin/archive/2.1.1/glycin-2.1.1.tar.gz
https://mirror.lyrahosting.com/gnu/gmp/gmp-6.3.0.tar.xz
https://download.gnome.org/sources/gnome-common/3.18/gnome-common-3.18.0.tar.xz
https://github.com/GNOME/gnome-keyring/archive/48.0/gnome-keyring-48.0.tar.gz
https://github.com/GNOME/gnome-online-accounts/archive/3.56.4/gnome-online-accounts-3.56.4.tar.gz
https://download.gnome.org/sources/gnome-themes-extra/3.28/gnome-themes-extra-3.28.tar.xz
https://github.com/ncroxon/gnu-efi/archive/4.0.4/gnu-efi-4.0.4.tar.gz
https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.5.20.tar.bz2
https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.13.tar.xz
https://dl.google.com/go/go1.26.4.linux-amd64.tar.gz
https://dl.google.com/go/go1.26.4.linux-arm64.tar.gz
https://github.com/GNOME/gobject-introspection/archive/1.86.0/gobject-introspection-1.86.0.tar.gz
https://mirror.lyrahosting.com/gnu/gperf/gperf-3.3.tar.gz
https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-2.1.0.tar.bz2
https://www.gnupg.org/ftp/gcrypt/gpgmepp/gpgmepp-2.1.0.tar.xz
https://www.gnupg.org/ftp/gcrypt/gpgmepy/gpgmepy-2.0.0.tar.bz2
https://github.com/telmich/gpm/archive/e82d1a6/gpm-1.20.7-38-ge82d1a6.tar.gz
https://downloads.sourceforge.net/project/gptfdisk/gptfdisk/1.0.10/gptfdisk-1.0.10.tar.gz
https://github.com/ebassi/graphene/archive/1.10.8/graphene-1.10.8.tar.gz
https://github.com/silnrsi/graphite/archive/142e1bda/graphite2-1.3.14-121-g142e1bda.tar.gz
https://gitlab.com/graphviz/graphviz/-/archive/15.0.0/graphviz-15.0.0.tar.bz2
https://mirror.lyrahosting.com/gnu/grep/grep-3.12.tar.xz
https://mirror.lyrahosting.com/gnu/groff/groff-1.24.1.tar.gz
https://mirror.lyrahosting.com/gnu/grub/grub-2.14.tar.xz
https://github.com/MassOS-Linux/grub-theme-distro-massos/archive/db13f63/grub-theme-distro-massos-002.tar.gz
https://github.com/GNOME/gsettings-desktop-schemas/archive/50.1/gsettings-desktop-schemas-50.1.tar.gz
https://github.com/GNOME/gspell/archive/1.14.3/gspell-1.14.3.tar.gz
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/archive/1.28.4/gstreamer-1.28.4.tar.bz2
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/archive/0.14.5/gst-plugins-rs-0.14.5.tar.bz2
https://github.com/GNOME/gtk/archive/3.24.52/gtk-3.24.52.tar.gz
https://github.com/GNOME/gtk/archive/4.22.4/gtk-4.22.4.tar.gz
https://github.com/GNOME/gtk-doc/archive/1.36.0/gtk-doc-1.36.0.tar.gz
https://github.com/wmww/gtk-layer-shell/archive/v0.9.1/gtk-layer-shell-0.9.1.tar.gz
https://github.com/GNOME/gtkmm/archive/3.24.11/gtkmm-3.24.11.tar.gz
https://github.com/GNOME/gtksourceview/archive/73e57b5/gtksourceview-3.24.11-28-g73e57b5.tar.gz
https://github.com/GNOME/gtksourceview/archive/4.8.4/gtksourceview-4.8.4.tar.gz
https://github.com/GNOME/gtksourceview/archive/5.20.0/gtksourceview-5.20.0.tar.gz
https://downloads.sourceforge.net/project/gimp-print/gutenprint-5.3/5.3.5/gutenprint-5.3.5.tar.xz
https://github.com/GNOME/gvdb/archive/2b42fc7/gvdb-2b42fc7.tar.gz
https://github.com/GNOME/gvfs/archive/1.58.2/gvfs-1.58.2.tar.gz
https://github.com/chromium/gyp/archive/1615ec/gyp-1615ec.tar.gz
https://mirror.lyrahosting.com/gnu/gzip/gzip-1.14.tar.xz
https://github.com/harfbuzz/harfbuzz/releases/download/14.2.1/harfbuzz-14.2.1.tar.xz
https://github.com/ofek/hatch-vcs/archive/v0.5.0/hatch-vcs-0.5.0.tar.gz
https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.28.0.tar.gz
https://mirror.lyrahosting.com/gnu/help2man/help2man-1.49.3.tar.xz
https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.18.tar.xz
https://github.com/libusb/hidapi/archive/refs/tags/hidapi-0.14.0.tar.gz
https://github.com/google/highway/releases/download/1.4.0/highway-1.4.0.tar.gz
https://downloads.sourceforge.net/project/hplip/hplip/3.25.8/hplip-3.25.8.tar.gz
https://github.com/htop-dev/htop/releases/download/3.4.1/htop-3.4.1.tar.xz
https://github.com/hunspell/hunspell/releases/download/v1.7.2/hunspell-1.7.2.tar.gz
https://downloads.sourceforge.net/project/wordlist/speller/2020.12.07/hunspell-en_AU-large-2020.12.07.zip
https://downloads.sourceforge.net/project/wordlist/speller/2020.12.07/hunspell-en_CA-large-2020.12.07.zip
https://downloads.sourceforge.net/project/wordlist/speller/2020.12.07/hunspell-en_GB-large-2020.12.07.zip
https://downloads.sourceforge.net/project/wordlist/speller/2020.12.07/hunspell-en_US-large-2020.12.07.zip
https://github.com/vcrhonek/hwdata/archive/v0.408/hwdata-0.408.tar.gz
https://github.com/hykilpikonna/hyfetch/archive/2.1.0-rc1/hyfetch-2.1.0-rc1.tar.gz
https://github.com/Mic92/iana-etc/releases/download/20260612/iana-etc-20260612.tar.gz
https://xorg.freedesktop.org/archive/individual/app/iceauth-1.0.11.tar.xz
https://github.com/unicode-org/icu/releases/download/release-78.3/icu4c-78.3-sources.tgz
https://files.pythonhosted.org/packages/source/i/idna/idna-3.11.tar.gz
https://files.pythonhosted.org/packages/source/i/importlib_metadata/importlib_metadata-8.6.1.tar.gz
https://mirror.lyrahosting.com/gnu/inetutils/inetutils-2.8.tar.gz
https://github.com/benhoyt/inih/archive/r62/inih-r62.tar.gz
https://files.pythonhosted.org/packages/source/i/installer/installer-1.0.0.tar.gz
https://github.com/intel/gmmlib/archive/intel-gmmlib-22.10.0.tar.gz
https://github.com/intel/media-driver/archive/intel-media-26.1.5.tar.gz
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20260227/intel-microcode-20260227.tar.gz
https://github.com/intel/intel-vaapi-driver/releases/download/2.4.1/intel-vaapi-driver-2.4.1.tar.bz2
https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz
https://cpan.metacpan.org/authors/id/T/TO/TODDR/IO-Tty-1.20.tar.gz
https://cpan.metacpan.org/authors/id/T/TO/TODDR/IPC-Run-20231003.0.tar.gz
https://github.com/OpenPrinting/ipp-usb/archive/0.9.30/ipp-usb-0.9.30.tar.gz
https://cdn.kernel.org/pub/linux/utils/net/iproute2/iproute2-7.0.0.tar.xz
https://www.netfilter.org/projects/iptables/files/iptables-1.8.13.tar.xz
https://github.com/ipxe/ipxe/archive/v2.0.0/ipxe-2.0.0.tar.gz
https://downloads.sourceforge.net/project/libisl/isl-0.27.tar.xz
https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v4.20.1/iso-codes-v4.20.1.tar.bz2
https://github.com/itstool/itstool/archive/2.0.7/itstool-2.0.7.tar.gz
https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git/snapshot/iw-6.17.tar.gz
https://github.com/jackaudio/jack2/archive/v1.9.22/jack2-1.9.22.tar.gz
https://github.com/akheron/jansson/releases/download/v2.15.0/jansson-2.15.0.tar.bz2
https://github.com/jasper-software/jasper/releases/download/version-4.2.9/jasper-4.2.9.tar.gz
https://jfs.sourceforge.net/project/pub/jfsutils-1.1.15.tar.gz
https://github.com/pallets/jinja/releases/download/3.1.6/jinja2-3.1.6.tar.gz
https://github.com/Talinx/jp2a/releases/download/v1.3.2/jp2a-1.3.2.tar.bz2
https://github.com/jqlang/jq/releases/download/jq-1.8.0/jq-1.8.0.tar.gz
https://www.cpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.10.tar.gz
https://s3.amazonaws.com/json-c_releases/releases/json-c-0.18.tar.gz
https://github.com/GNOME/json-glib/archive/1.10.8/json-glib-1.10.8.tar.gz
https://github.com/open-source-parsers/jsoncpp/archive/1.9.6/jsoncpp-1.9.6.tar.gz
https://cdn.kernel.org/pub/linux/utils/kbd/kbd-2.10.0.tar.xz
https://github.com/kupferlauncher/keybinder/releases/download/keybinder-3.0-v0.3.2/keybinder-3.0-0.3.2.tar.gz
https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/keyutils-1.6.3.tar.gz
https://cdn.kernel.org/pub/linux/utils/kernel/kmod/kmod-34.2.tar.xz
https://github.com/krb5/krb5/archive/krb5-1.22.2-final/krb5-krb5-1.22.2-final.tar.gz
https://github.com/ultravideo/kvazaar/releases/download/v2.3.1/kvazaar-2.3.1.tar.xz
https://github.com/despoa/LAME/archive/refs/tags/lame3_100.tar.gz
https://deb.debian.org/debian/pool/main/l/laptop-detect/laptop-detect_0.16.tar.xz
https://files.pythonhosted.org/packages/source/l/lark/lark-1.2.2.tar.gz
https://github.com/mm2/Little-CMS/releases/download/lcms2.19.1/lcms2-2.19.1.tar.gz
https://github.com/EHfive/ldacBT/releases/download/v2.0.2.3/ldacBT-2.0.2.3.tar.gz
https://github.com/jackrosenthal/legacy-cgi/archive/v2.6.3/legacy-cgi-2.6.3.tar.gz
https://www.greenwoodsoftware.com/less/less-704.tar.gz
https://github.com/GNOME/libadwaita/archive/1.9.1/libadwaita-1.9.1.tar.gz
https://pagure.io/libaio/archive/libaio-0.3.113/libaio-libaio-0.3.113.tar.gz
https://gitlab.xiph.org/xiph/libao/-/archive/1.2.2/libao-1.2.2.tar.bz2
https://storage.googleapis.com/aom-releases/libaom-3.14.1.tar.gz
https://old-releases.ubuntu.com/ubuntu/pool/main/liba/libappindicator/libappindicator_12.10.1+20.10.20200706.1.orig.tar.gz
https://github.com/libarchive/libarchive/releases/download/v3.8.7/libarchive-3.8.7.tar.xz
https://github.com/libass/libass/releases/download/0.17.4/libass-0.17.4.tar.xz
https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-3.0.2.tar.bz2
https://deb.debian.org/debian/pool/main/liba/libatasmart/libatasmart_0.19.orig.tar.xz
https://downloads.sourceforge.net/project/libavc1394/libavc1394/libavc1394-0.5.4.tar.gz
https://github.com/AOMediaCodec/libavif/archive/v1.4.2/libavif-1.4.2.tar.gz
https://github.com/storaged-project/libblockdev/releases/download/3.5.0/libblockdev-3.5.0.tar.gz
https://code.videolan.org/videolan/libbluray/-/archive/1.3.4/libbluray-1.3.4.tar.bz2
https://github.com/libbpf/libbpf/archive/v1.6.2/libbpf-1.6.2.tar.gz
https://downloads.sourceforge.net/project/bs2b/libbs2b/3.1.0/libbs2b-3.1.0.tar.bz2
https://gitlab.freedesktop.org/libbsd/libbsd/-/archive/0.12.2/libbsd-0.12.2.tar.bz2
https://files.libburnia-project.org/releases/libburn-1.5.8.tar.gz
https://github.com/storaged-project/libbytesize/releases/download/2.12/libbytesize-2.12.tar.gz
https://deb.debian.org/debian/pool/main/libc/libcanberra/libcanberra_0.30.orig.tar.xz
https://cdn.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.78.tar.xz
https://github.com/stevegrubb/libcap-ng/archive/v0.8.5/libcap-ng-0.8.5.tar.gz
https://github.com/PJK/libcbor/archive/v0.12.0/libcbor-0.12.0.tar.gz
https://github.com/libcdio/libcdio/releases/download/2.2.0/libcdio-2.2.0.tar.bz2
https://mirror.lyrahosting.com/gnu/libcdio/libcdio-paranoia-10.2+2.0.2.tar.gz
https://github.com/GNOME/libchamplain/archive/0.12.21/libchamplain-0.12.21.tar.gz
https://github.com/GNOME/libcloudproviders/archive/0.3.6/libcloudproviders-0.3.6.tar.gz
https://github.com/OpenPrinting/libcupsfilters/releases/download/2.1.1/libcupsfilters-2.1.1.tar.xz
https://deb.debian.org/debian/pool/main/libd/libdaemon/libdaemon_0.14.orig.tar.gz
https://old-releases.ubuntu.com/ubuntu/pool/main/libd/libdbusmenu/libdbusmenu_18.10.20180917~bzr492+repack1.orig.tar.xz
https://github.com/strukturag/libde265/releases/download/v1.1.1/libde265-1.1.1.tar.gz
https://gitlab.freedesktop.org/libdecor/libdecor/-/archive/0.2.2/libdecor-0.2.2.tar.gz
https://gitlab.freedesktop.org/emersion/libdisplay-info/-/archive/0.3.0/libdisplay-info-0.3.0.tar.bz2
https://xorg.freedesktop.org/archive/individual/lib/libdmx-1.1.5.tar.xz
https://dri.freedesktop.org/libdrm/libdrm-2.4.134.tar.xz
https://downloads.sourceforge.net/project/libdv/libdv/1.0.0/libdv-1.0.0.tar.gz
https://code.videolan.org/videolan/libdvdnav/-/archive/6.1.1/libdvdnav-6.1.1.tar.bz2
https://code.videolan.org/videolan/libdvdread/-/archive/6.1.3/libdvdread-6.1.3.tar.bz2
https://thrysoee.dk/editline/libedit-20250104-3.1.tar.gz
https://github.com/anholt/libepoxy/archive/1.5.10/libepoxy-1.5.10.tar.gz
https://github.com/dinhvh/libetpan/archive/1.9.4/libetpan-1.9.4.tar.gz
https://www.freedesktop.org/software/libevdev/libevdev-1.13.6.tar.xz
https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz
https://github.com/libexif/libexif/releases/download/v0.6.26/libexif-0.6.26.tar.bz2
https://github.com/libffi/libffi/releases/download/v3.5.2/libffi-3.5.2.tar.gz
https://developers.yubico.com/libfido2/Releases/libfido2-1.17.0.tar.gz
https://xorg.freedesktop.org/archive/individual/lib/libfontenc-1.1.9.tar.xz
https://github.com/regularhunter/libfreeaptx/archive/0.2.2/libfreeaptx-0.2.2.tar.gz
https://xorg.freedesktop.org/archive/individual/lib/libFS-1.0.10.tar.xz
https://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.5.tar.bz2
https://github.com/pantoniou/libfyaml/releases/download/v0.9.6/libfyaml-0.9.6.tar.gz
https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.12.2.tar.bz2
https://download.gnome.org/sources/libgdata/0.18/libgdata-0.18.1.tar.xz
https://github.com/GNOME/libgee/archive/0.20.8/libgee-0.20.8.tar.gz
https://gitlab.gnome.org/pwithnall/libglib-testing/-/archive/0.1.1/libglib-testing-0.1.1.tar.bz2
https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v1.7.0/libglvnd-v1.7.0.tar.bz2
https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.61.tar.bz2
https://github.com/gphoto/libgphoto2/releases/download/v2.5.31/libgphoto2-2.5.31.tar.xz
https://github.com/GNOME/libgudev/archive/238/libgudev-238.tar.gz
https://github.com/hughsie/libgusb/releases/download/0.4.9/libgusb-0.4.9.tar.xz
https://github.com/GNOME/libgxps/archive/0.3.2/libgxps-0.3.2.tar.gz
https://github.com/GNOME/libhandy/archive/1.8.3/libhandy-1.8.3.tar.gz
https://github.com/strukturag/libheif/releases/download/v1.23.0/libheif-1.23.0.tar.gz
https://github.com/libical/libical/releases/download/v4.0.2/libical-4.0.2.tar.gz
https://xorg.freedesktop.org/archive/individual/lib/libICE-1.1.2.tar.xz
https://mirror.lyrahosting.com/gnu/libidn/libidn2-2.3.8.tar.gz
https://cdn.kernel.org/pub/linux/libs/ieee1394/libiec61883-1.2.0.tar.xz
https://github.com/twaugh/libieee1284/archive/882a598/libieee1284-0.2.11-15-g882a598.tar.gz
https://github.com/libimobiledevice/libimobiledevice/releases/download/1.4.0/libimobiledevice-1.4.0.tar.bz2
https://github.com/libimobiledevice/libimobiledevice-glue/releases/download/1.3.2/libimobiledevice-glue-1.3.2.tar.bz2
https://launchpad.net/libindicator/12.10/12.10.1/+download/libindicator-12.10.1.tar.gz
https://gitlab.freedesktop.org/libinput/libinput/-/archive/1.31.3/libinput-1.31.3.tar.bz2
https://files.libburnia-project.org/releases/libisoburn-1.5.8.pl02.tar.gz
https://files.libburnia-project.org/releases/libisofs-1.5.8.pl02.tar.gz
https://github.com/hughsie/libjcat/releases/download/0.2.3/libjcat-0.2.3.tar.xz
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.4.1/libjpeg-turbo-3.1.4.1.tar.gz
https://github.com/libjxl/libjxl/archive/v0.11.2/libjxl-0.11.2.tar.gz
https://www.gnupg.org/ftp/gcrypt/libksba/libksba-1.8.0.tar.bz2
https://github.com/google/liblc3/archive/v1.1.3/liblc3-1.1.3.tar.gz
https://gitlab.freedesktop.org/emersion/libliftoff/-/archive/v0.5.0/libliftoff-v0.5.0.tar.bz2
https://github.com/GNOME/libmanette/archive/0.2.11/libmanette-0.2.11.tar.gz
https://github.com/linux-mobile-broadband/libmbim/archive/1.34.0/libmbim-1.34.0.tar.gz
https://gitlab.freedesktop.org/libbsd/libmd/-/archive/1.1.0/libmd-1.1.0.tar.bz2
https://launchpad.net/libmetalink/trunk/libmetalink-0.1.3/+download/libmetalink-0.1.3.tar.bz2
https://www.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2
https://downloads.sourceforge.net/project/modplug-xmms/libmodplug/0.8.9.0/libmodplug-0.8.9.0.tar.gz
https://github.com/cisco-open-source/libmpeg2/archive/upstream%2F0.5.1/libmpeg2-upstream-0.5.1.tar.gz
https://github.com/kyz/libmspack/archive/v1.11/libmspack-1.11.tar.gz
https://github.com/libmtp/libmtp/releases/download/v1.1.22/libmtp-1.1.22.tar.gz
https://github.com/jpirko/libndp/archive/v1.9/libndp-1.9.tar.gz
https://www.netfilter.org/pub/libnfnetlink/libnfnetlink-1.0.2.tar.bz2
https://github.com/sahlberg/libnfs/archive/libnfs-6.0.2.tar.gz
https://www.netfilter.org/pub/libnftnl/libnftnl-1.2.8.tar.xz
https://libnice.freedesktop.org/releases/libnice-0.1.22.tar.gz
https://github.com/thom311/libnl/releases/download/libnl3_11_0/libnl-3.11.0.tar.gz
https://github.com/GNOME/libnma/archive/1.10.6/libnma-1.10.6.tar.gz
https://github.com/GNOME/libnotify/archive/0.8.8/libnotify-0.8.8.tar.gz
https://github.com/thkukuk/libnsl/releases/download/v2.0.1/libnsl-2.0.1.tar.xz
https://github.com/linux-nvme/libnvme/archive/v1.16.1/libnvme-1.16.1.tar.gz
https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.6.tar.xz
https://github.com/ostreedev/ostree/releases/download/v2026.1/libostree-2026.1.tar.xz
https://github.com/rrthomas/libpaper/releases/download/v2.2.8/libpaper-2.2.8.tar.gz
https://www.tcpdump.org/release/libpcap-1.10.6.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libpciaccess-0.19.tar.xz
https://github.com/GNOME/libpeas/archive/libpeas-1.36.0.tar.gz
https://mirror.netcologne.de/savannah/libpipeline/libpipeline-1.5.8.tar.gz
https://code.videolan.org/videolan/libplacebo/-/archive/v7.360.1/libplacebo-v7.360.1.tar.gz
https://github.com/libimobiledevice/libplist/releases/download/2.7.0/libplist-2.7.0.tar.bz2
https://downloads.sourceforge.net/project/libpng/libpng16/1.6.58/libpng-1.6.58.tar.xz
https://github.com/flatpak/libportal/releases/download/0.9.1/libportal-0.9.1.tar.xz
https://github.com/OpenPrinting/libppd/releases/download/2.1.1/libppd-2.1.1.tar.xz
https://github.com/libproxy/libproxy/archive/0.5.12/libproxy-0.5.12.tar.gz
https://github.com/rockdaboot/libpsl/releases/download/0.21.5/libpsl-0.21.5.tar.gz
https://github.com/libpwquality/libpwquality/releases/download/libpwquality-1.4.5/libpwquality-1.4.5.tar.bz2
https://github.com/linux-mobile-broadband/libqmi/archive/1.38.0/libqmi-1.38.0.tar.gz
https://github.com/linux-mobile-broadband/libqrtr-glib/archive/1.2.2/libqrtr-glib-1.2.2.tar.gz
https://www.libraw.org/data/LibRaw-0.22.1.tar.gz
https://cdn.kernel.org/pub/linux/libs/ieee1394/libraw1394-2.1.2.tar.xz
https://github.com/GNOME/librsvg/archive/2.62.3/librsvg-2.62.3.tar.gz
https://github.com/libsndfile/libsamplerate/releases/download/0.2.2/libsamplerate-0.2.2.tar.xz
https://github.com/sass/libsass/archive/3.6.6/libsass-3.6.6.tar.gz
https://github.com/seccomp/libseccomp/releases/download/v2.6.0/libseccomp-2.6.0.tar.gz
https://github.com/GNOME/libsecret/archive/0.21.7/libsecret-0.21.7.tar.gz
https://gitlab.freedesktop.org/vyivel/libsfdo/-/archive/v0.1.4/libsfdo-v0.1.4.tar.bz2
https://github.com/libsigcplusplus/libsigcplusplus/releases/download/2.12.1/libsigc++-2.12.1.tar.xz
https://mirror.lyrahosting.com/gnu/libsigsegv/libsigsegv-2.15.tar.gz
https://xorg.freedesktop.org/archive/individual/lib/libSM-1.2.6.tar.xz
https://github.com/libsndfile/libsndfile/releases/download/1.2.2/libsndfile-1.2.2.tar.xz
https://github.com/jedisct1/libsodium/releases/download/1.0.20-RELEASE/libsodium-1.0.20.tar.gz
https://github.com/GNOME/libsoup/archive/2.74.3/libsoup-2.74.3.tar.gz
https://github.com/GNOME/libsoup/archive/3.6.5/libsoup-3.6.5.tar.gz
https://libssh2.org/download/libssh2-1.11.1.tar.xz
https://mirror.lyrahosting.com/gnu/libtasn1/libtasn1-4.21.0.tar.gz
https://github.com/libimobiledevice/libtatsu/releases/download/1.0.5/libtatsu-1.0.5.tar.bz2
https://ftp.osuosl.org/pub/xiph/releases/theora/libtheora-1.2.0.tar.xz
https://gitlab.com/libtiff/libtiff/-/archive/v4.7.1/libtiff-v4.7.1.tar.bz2
https://downloads.sourceforge.net/project/libtirpc/libtirpc/1.3.7/libtirpc-1.3.7.tar.bz2
https://mirror.lyrahosting.com/gnu/libtool/libtool-2.5.4.tar.xz
https://github.com/stefanberger/libtpms/archive/v0.10.2/libtpms-0.10.2.tar.gz
https://code.videolan.org/videolan/libudfread/-/archive/1.1.2/libudfread-1.1.2.tar.bz2
https://mirror.lyrahosting.com/gnu/libunistring/libunistring-1.4.2.tar.xz
https://github.com/libunwind/libunwind/releases/download/v1.8.3/libunwind-1.8.3.tar.gz
https://github.com/axboe/liburing/archive/refs/tags/liburing-2.9.tar.gz
https://github.com/libusb/libusb/releases/download/v1.0.30/libusb-1.0.30.tar.bz2
https://github.com/libimobiledevice/libusbmuxd/releases/download/2.1.0/libusbmuxd-2.1.0.tar.bz2
https://dist.libuv.org/dist/v1.52.1/libuv-v1.52.1.tar.gz
https://github.com/intel/libva/releases/download/2.23.0/libva-2.23.0.tar.bz2
https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/1.5/libvdpau-1.5.tar.bz2
https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.xz
https://github.com/webmproject/libvpx/archive/v1.16.0/libvpx-1.16.0.tar.gz
https://github.com/linuxwacom/libwacom/releases/download/libwacom-2.19.0/libwacom-2.19.0.tar.xz
https://github.com/webmproject/libwebp/archive/v1.6.0/libwebp-1.6.0.tar.gz
https://github.com/GNOME/libwnck/archive/43.3/libwnck-43.3.tar.gz
https://wpewebkit.org/releases/libwpe-1.16.2.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libX11-1.8.13.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXau-1.0.12.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXaw-1.0.16.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libxcb-1.17.0.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXcomposite-0.4.7.tar.xz
https://github.com/besser82/libxcrypt/releases/download/v4.5.2/libxcrypt-4.5.2.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXcursor-1.2.3.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libxcvt-0.1.3.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXdamage-1.1.7.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXdmcp-1.1.5.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXext-1.3.7.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXfixes-6.0.2.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXfont2-2.0.7.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXft-2.3.9.tar.xz
https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-1.13.2/libxkbcommon-xkbcommon-1.13.2.tar.gz
https://xorg.freedesktop.org/archive/individual/lib/libxkbfile-1.2.0.tar.xz
https://people.freedesktop.org/~svu/libxklavier-5.4.tar.bz2
https://xorg.freedesktop.org/archive/individual/lib/libXi-1.8.3.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXinerama-1.1.6.tar.xz
https://github.com/GNOME/libxml2/archive/v2.15.3/libxml2-2.15.3.tar.gz
https://github.com/hughsie/libxmlb/releases/download/0.3.27/libxmlb-0.3.27.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXmu-1.3.1.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXpm-3.5.19.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXpresent-1.0.2.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXrandr-1.5.5.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXrender-0.9.12.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXres-1.2.3.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXScrnSaver-1.2.5.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libxshmfence-1.3.3.tar.xz
https://github.com/GNOME/libxslt/archive/v1.1.45/libxslt-1.1.45.tar.gz
https://xorg.freedesktop.org/archive/individual/lib/libXt-1.3.1.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXtst-1.2.5.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXv-1.0.13.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXvMC-1.0.15.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXxf86dga-1.1.7.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/libXxf86vm-1.1.7.tar.xz
https://github.com/lemenkov/libyuv/archive/1b1c058/libyuv-2880.tar.gz
https://github.com/nih-at/libzip/releases/download/v1.11.4/libzip-1.11.4.tar.xz
https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.1.1.tar.xz
https://github.com/linux-apfs/linux-apfs-rw/archive/v0.3.20/linux-apfs-rw-0.3.20.tar.gz
https://cdn.kernel.org/pub/linux/kernel/firmware/linux-firmware-20260519.tar.xz
https://github.com/linux-pam/linux-pam/releases/download/v1.6.1/Linux-PAM-1.6.1.tar.xz
https://github.com/linux-pam/linux-pam/releases/download/v1.7.2/Linux-PAM-1.7.2.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-22.1.8/llvm-project-22.1.8.src.tar.xz
https://github.com/lm-sensors/lm-sensors/archive/V3-6-0/lm-sensors-3-6-0.tar.gz
https://git.openldap.org/openldap/openldap/-/archive/LMDB_0.9.35.tar.bz2
https://www.cpan.org/authors/id/P/PV/PVANDRY/Locale-gettext-1.07.tar.gz
https://github.com/jaseg/lolcat/archive/v1.5/lolcat-1.5.tar.gz
https://github.com/lfs-book/LSB-Tools/releases/download/v0.12/LSB-Tools-0.12.tar.gz
https://github.com/lsof-org/lsof/archive/4.99.6/lsof-4.99.6.tar.gz
https://www.lua.org/ftp/lua-5.4.8.tar.gz
https://xorg.freedesktop.org/archive/individual/app/luit-1.1.1.tar.bz2
https://sourceware.org/pub/lvm2/LVM2.2.03.41.tgz
https://files.pythonhosted.org/packages/source/l/lxml/lxml-6.1.1.tar.gz
https://invisible-mirror.net/archives/lynx/tarballs/lynx2.9.3.tar.bz2
https://github.com/lz4/lz4/releases/download/v1.10.0/lz4-1.10.0.tar.gz
https://mirror.netcologne.de/savannah/lzip/lzip-1.25.tar.gz
https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz
https://www.lzop.org/download/lzop-1.04.tar.gz
https://mirror.lyrahosting.com/gnu/m4/m4-1.4.21.tar.xz
https://mirror.lyrahosting.com/gnu/make/make-4.4.1.tar.gz
https://github.com/lfs-book/make-ca/archive/v1.16.1/make-ca-1.16.1.tar.gz
https://github.com/sqlalchemy/mako/archive/rel_1_3_12/mako-1.3.12.tar.gz
https://gitlab.freedesktop.org/pwithnall/malcontent/-/archive/0.13.0/malcontent-0.13.0.tar.bz2
https://mirror.netcologne.de/savannah/man-db/man-db-2.13.1.tar.xz
https://cdn.kernel.org/pub/linux/docs/man-pages/man-pages-6.18.tar.xz
https://mandoc.bsd.lv/snapshots/mandoc-1.14.6.tar.gz
https://github.com/Python-Markdown/markdown/releases/download/3.10.2/markdown-3.10.2.tar.gz
https://github.com/pallets/markupsafe/archive/3.0.3/markupsafe-3.0.3.tar.gz
https://github.com/PyO3/maturin/archive/v1.14.0/maturin-1.14.0.tar.gz
https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/snapshot/mdadm-4.6.tar.gz
https://github.com/memtest86plus/memtest86plus/archive/v7.20/memtest86plus-7.20.tar.gz
https://archive.mesa3d.org/demos/mesa-demos-9.0.0.tar.xz
https://gitlab.freedesktop.org/mesa/mesa/-/archive/mesa-26.1.2/mesa-mesa-26.1.2.tar.bz2
https://github.com/mesonbuild/meson/releases/download/1.11.1/meson-1.11.1.tar.gz
https://files.pythonhosted.org/packages/source/m/meson_python/meson_python-0.19.0.tar.gz
https://xorg.freedesktop.org/archive/individual/app/mkfontscale-1.2.4.tar.xz
https://github.com/videolabs/libmicrodns/releases/download/0.2.0/microdns-0.2.0.tar.xz
https://github.com/GNOME/mm-common/archive/1.0.6/mm-common-1.0.6.tar.gz
https://github.com/GNOME/mobile-broadband-provider-info/archive/20240407/mobile-broadband-provider-info-20240407.tar.gz
https://github.com/linux-mobile-broadband/ModemManager/archive/1.24.2/ModemManager-1.24.2.tar.gz
https://github.com/lcp/mokutil/archive/0.7.2/mokutil-0.7.2.tar.gz
https://deb.debian.org/debian/pool/main/m/moreutils/moreutils_0.69.orig.tar.xz
https://mirror.lyrahosting.com/gnu/mpc/mpc-1.4.1.tar.xz
https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-4.0.1.tar.gz
https://mirror.lyrahosting.com/gnu/mpfr/mpfr-4.2.2.tar.xz
https://mpg123.org/download/mpg123-1.33.6.tar.bz2
https://github.com/GNOME/msgraph/archive/0.3.3/msgraph-0.3.3.tar.gz
https://bitmath.se/org/code/mtdev/mtdev-1.1.7.tar.bz2
https://mirror.lyrahosting.com/gnu/mtools/mtools-4.0.49.tar.bz2
https://github.com/opensvc/multipath-tools/archive/0.14.3/multipath-tools-0.14.3.tar.gz
https://nano-editor.org/dist/v9/nano-9.0.tar.xz
https://www.nasm.us/pub/nasm/releasebuilds/3.01/nasm-3.01.tar.xz
https://invisible-mirror.net/archives/ncurses/ncurses-6.6.tar.gz
https://github.com/net-snmp/net-snmp/archive/v5.9.4/net-snmp-5.9.4.tar.gz
https://downloads.sourceforge.net/project/net-tools/net-tools-2.10.tar.xz
https://salsa.debian.org/debian/netcat-openbsd/-/archive/upstream/1.229/netcat-openbsd-upstream-1.229.tar.bz2
https://mirror.lyrahosting.com/gnu/nettle/nettle-3.10.2.tar.gz
https://gitlab.gnome.org/GNOME/network-manager-applet/-/archive/1.36.0/network-manager-applet-1.36.0.tar.bz2
https://github.com/NetworkManager/NetworkManager/archive/1.56.1/NetworkManager-1.56.1.tar.gz
https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/-/archive/1.12.0/NetworkManager-openvpn-1.12.0.tar.bz2
https://releases.pagure.org/newt/newt-0.52.25.tar.gz
https://www.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz
https://github.com/nghttp2/nghttp2/releases/download/v1.69.0/nghttp2-1.69.0.tar.xz
https://github.com/ngtcp2/nghttp3/releases/download/v1.15.0/nghttp3-1.15.0.tar.xz
https://github.com/ngtcp2/ngtcp2/releases/download/v1.22.1/ngtcp2-1.22.1.tar.xz
https://github.com/ninja-build/ninja/archive/v1.13.2/ninja-1.13.2.tar.gz
https://github.com/nlohmann/json/archive/v3.11.3/nlohmann-json-3.11.3.tar.gz
https://github.com/MassOS-Linux/noto-fonts-tarball/releases/download/20251122/noto-fonts-2025.11.01.tar.xz
https://github.com/MassOS-Linux/noto-fonts-tarball/releases/download/20251122/noto-fonts-cjk-20240730.tar.xz
https://github.com/MassOS-Linux/noto-fonts-tarball/releases/download/20251122/noto-fonts-emoji-2.051.tar.xz
https://www.gnupg.org/ftp/gcrypt/npth/npth-1.8.tar.bz2
https://archive.mozilla.org/pub/nspr/releases/v4.39/src/nspr-4.39.tar.gz
https://archive.mozilla.org/pub/security/nss/releases/NSS_3_125_RTM/src/nss-3.125.tar.gz
https://github.com/avahi/nss-mdns/releases/download/v0.15.1/nss-mdns-0.15.1.tar.gz
https://github.com/tuxera/ntfs-3g/archive/2026.2.25/ntfs-3g-2026.2.25.tar.gz
https://github.com/FFmpeg/nv-codec-headers/releases/download/n13.0.19.0/nv-codec-headers-13.0.19.0.tar.gz
https://github.com/elFarto/nvidia-vaapi-driver/archive/v0.0.13/nvidia-vaapi-driver-0.0.13.tar.gz
https://github.com/linux-nvme/nvme-cli/archive/v2.16/nvme-cli-2.16.tar.gz
https://github.com/kkos/oniguruma/releases/download/v6.9.10/onig-6.9.10.tar.gz
https://github.com/NVIDIA/open-gpu-kernel-modules/archive/610.43.02/open-gpu-kernel-modules-610.43.02.tar.gz
https://github.com/vmware/open-vm-tools/archive/stable-13.0.10/open-vm-tools-stable-13.0.10.tar.gz
https://github.com/kcat/openal-soft/archive/1.24.3/openal-soft-1.24.3.tar.gz
https://github.com/cisco/openh264/archive/v2.6.0/openh264-2.6.0.tar.gz
https://downloads.sourceforge.net/project/openjade/openjade/1.3.2/openjade-1.3.2.tar.gz
https://github.com/uclouvain/openjpeg/archive/v2.5.4/openjpeg-2.5.4.tar.gz
https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.6.13.tgz
https://downloads.sourceforge.net/project/openjade/opensp/1.5.2/OpenSP-1.5.2.tar.gz
https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-10.3p1.tar.gz
https://github.com/openssl/openssl/releases/download/openssl-4.0.1/openssl-4.0.1.tar.gz
https://github.com/OpenVPN/openvpn/releases/download/v2.7.4/openvpn-2.7.4.tar.gz
https://downloads.xiph.org/releases/opus/opus-1.6.1.tar.gz
https://gitlab.freedesktop.org/gstreamer/orc/-/archive/0.4.41/orc-0.4.41.tar.bz2
https://deb.debian.org/debian/pool/main/o/os-prober/os-prober_1.84.tar.xz
https://github.com/nzjrs/osm-gps-map/releases/download/1.2.0/osm-gps-map-1.2.0.tar.gz
https://github.com/p11-glue/p11-kit/releases/download/0.26.2/p11-kit-0.26.2.tar.xz
https://github.com/pypa/packaging/archive/26.2/packaging-26.2.tar.gz
https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot/pahole-1.29.tar.gz
https://github.com/GNOME/pango/archive/1.57.1/pango-1.57.1.tar.gz
https://github.com/GNOME/pangomm/archive/2.46.4/pangomm-2.46.4.tar.gz
https://mirror.lyrahosting.com/gnu/parallel/parallel-20250322.tar.bz2
https://cpan.metacpan.org/authors/id/W/WB/WBRASWELL/Parse-Yapp-1.21.tar.gz
https://mirror.lyrahosting.com/gnu/parted/parted-3.7.tar.xz
https://github.com/hughsie/passim/releases/download/0.1.11/passim-0.1.11.tar.xz
https://mirror.lyrahosting.com/gnu/patch/patch-2.8.tar.xz
https://github.com/NixOS/patchelf/releases/download/0.18.0/patchelf-0.18.0.tar.bz2
https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-1.0.4.tar.gz
https://github.com/espeak-ng/pcaudiolib/releases/download/1.3/pcaudiolib-1.3.tar.gz
https://cdn.kernel.org/pub/software/utils/pciutils/pciutils-3.15.0.tar.xz
https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.47/pcre2-10.47.tar.bz2
https://github.com/erocarrera/pefile/releases/download/v2024.8.26/pefile-2024.8.26.tar.gz
https://www.cpan.org/src/5.0/perl-5.42.2.tar.xz
https://github.com/pexpect/pexpect/archive/4.9/pexpect-4.9.tar.gz
https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-1.31.0/pkcs11-helper-1.31.0.tar.bz2
https://distfiles.ariadne.space/pkgconf/pkgconf-2.5.1.tar.xz
https://github.com/madler/pigz/archive/v2.8/pigz-2.8.tar.gz
https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-1.3.2.tar.bz2
https://github.com/pypa/pip/archive/26.1.2/pip-26.1.2.tar.gz
https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/1.6.6/pipewire-1.6.6.tar.bz2
https://gitlab.freedesktop.org/pixman/pixman/-/archive/pixman-0.46.4/pixman-pixman-0.46.4.tar.bz2
https://files.pythonhosted.org/packages/source/p/pluggy/pluggy-1.6.0.tar.gz
https://files.pythonhosted.org/packages/source/p/ply/ply-3.11.tar.gz
https://gitlab.freedesktop.org/plymouth/plymouth/-/archive/4a3c171d/plymouth-24.004.60-149-g4a3c171d.tar.bz2
https://github.com/python-poetry/poetry-core/releases/download/2.1.2/poetry_core-2.1.2.tar.gz
https://github.com/polkit-org/polkit/archive/127/polkit-127.tar.gz
https://download.gnome.org/sources/polkit-gnome/0.105/polkit-gnome-0.105.tar.xz
https://poppler.freedesktop.org/poppler-26.06.0.tar.xz
https://poppler.freedesktop.org/poppler-data-0.4.12.tar.gz
https://github.com/rpm-software-management/popt/archive/popt-1.19-release/popt-popt-1.19-release.tar.gz
https://gitlab.freedesktop.org/upower/power-profiles-daemon/-/archive/0.30/power-profiles-daemon-0.30.tar.bz2
https://download.samba.org/pub/ppp/ppp-2.5.2.tar.gz
https://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-4.0.6.tar.xz
https://github.com/proot-me/proot/archive/v5.4.0/proot-5.4.0.tar.gz
https://gitlab.com/psmisc/psmisc/-/archive/v23.7/psmisc-v23.7.tar.bz2
https://files.pythonhosted.org/packages/source/p/psutil/psutil-7.2.2.tar.gz
https://files.pythonhosted.org/packages/source/p/ptyprocess/ptyprocess-0.7.0.tar.gz
https://www.freedesktop.org/software/pulseaudio/releases/pulseaudio-17.0.tar.xz
https://codeberg.org/ivarch/pv/releases/download/v1.9.31/pv-1.9.31.tar.gz
https://github.com/pygobject/pycairo/releases/download/v1.29.0/pycairo-1.29.0.tar.gz
https://github.com/eliben/pycparser/archive/release_v2.23/pycparser-release_v2.23.tar.gz
https://github.com/OpenPrinting/pycups/releases/download/v2.0.4/pycups-2.0.4.tar.gz
https://github.com/eliben/pyelftools/archive/v0.32/pyelftools-0.32.tar.gz
https://files.pythonhosted.org/packages/source/p/pygments/pygments-2.20.0.tar.gz
https://github.com/GNOME/pygobject/archive/3.56.3/pygobject-3.56.3.tar.gz
https://github.com/pyca/pyopenssl/archive/25.0.0/pyopenssl-25.0.0.tar.gz
https://github.com/pyparsing/pyparsing/releases/download/3.3.2/pyparsing-3.3.2.tar.gz
https://files.pythonhosted.org/packages/source/p/pyproject-hooks/pyproject_hooks-1.2.0.tar.gz
https://files.pythonhosted.org/packages/source/p/pyproject-metadata/pyproject_metadata-0.11.0.tar.gz
https://www.python.org/ftp/python/3.14.6/Python-3.14.6.tar.xz
https://github.com/certifi/python-certifi/archive/2026.01.04/python-certifi-2026.01.04.tar.gz
https://files.pythonhosted.org/packages/source/p/python_dbusmock/python_dbusmock-0.38.1.tar.gz
https://launchpad.net/python-distutils-extra/trunk/2.39/+download/python-distutils-extra-2.39.tar.gz
https://github.com/stub42/pytz/releases/download/release_2025.2/pytz-2025.2.tar.gz
https://files.pythonhosted.org/packages/source/p/pyxdg/pyxdg-0.28.tar.gz
https://files.pythonhosted.org/packages/source/P/PyYAML/pyyaml-6.0.3.tar.gz
https://download.qemu.org/qemu-11.0.1.tar.xz
https://github.com/qpdf/qpdf/releases/download/v12.3.2/qpdf-12.3.2.tar.gz
https://github.com/fukuchi/libqrencode/archive/v4.1.1/qrencode-4.1.1.tar.gz
https://github.com/xiph/rav1e/archive/v0.8.1/rav1e-0.8.1.tar.gz
https://github.com/pauldreik/rdfind/archive/releases%2F1.7.0/rdfind-releases-1.7.0.tar.gz
https://mirror.lyrahosting.com/gnu/readline/readline-8.3.tar.gz
https://cdn.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v3.6.27/reiserfsprogs-3.6.27.tar.xz
https://files.pythonhosted.org/packages/source/r/requests/requests-2.34.2.tar.gz
https://download.gnome.org/sources/rest/0.8/rest-0.8.1.tar.xz
https://download.gnome.org/sources/rest/0.9/rest-0.9.1.tar.xz
https://github.com/rhash/RHash/archive/v1.4.5/RHash-1.4.5.tar.gz
https://github.com/BurntSushi/ripgrep/archive/15.1.0/ripgrep-15.1.0.tar.gz
https://github.com/rnpgp/rnp/releases/download/v0.18.0/rnp-v0.18.0.tar.gz
https://github.com/thkukuk/rpcsvc-proto/releases/download/v1.4.4/rpcsvc-proto-1.4.4.tar.xz
https://github.com/oetiker/rrdtool-1.x/releases/download/v1.9.0/rrdtool-1.9.0.tar.gz
https://www.samba.org/ftp/rsync/src/rsync-3.4.4.tar.gz
https://github.com/mirror/rtmpdump/archive/6f6bb13/rtmpdump-2.4-105-g6f6bb13.tar.gz
https://cache.ruby-lang.org/pub/ruby/4.0/ruby-4.0.5.tar.xz
https://d3ah34wvbudrdd.cloudfront.net/dist/rust-1.96.0-aarch64-unknown-linux-gnu.tar.gz
https://d3ah34wvbudrdd.cloudfront.net/dist/rust-1.96.0-x86_64-unknown-linux-gnu.tar.gz
https://static.rust-lang.org/dist/rust-src-1.96.0.tar.gz
https://download.samba.org/pub/samba/stable/samba-4.23.3.tar.gz
https://gitlab.com/sane-project/backends/-/archive/1.4.0/sane-1.4.0.tar.gz
https://github.com/alexpevzner/sane-airscan/archive/0.99.36/sane-airscan-0.99.36.tar.gz
https://github.com/sass/sassc/archive/3.6.2/sassc-3.6.2.tar.gz
https://cdn.kernel.org/pub/linux/bluetooth/sbc-2.2.tar.xz
https://dev.gentoo.org/~tamiko/distfiles/sbsigntool-0.9.1-ccan.tar.gz
https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/snapshot/sbsigntools-0.9.5.tar.gz
https://github.com/ddevault/scdoc/archive/1.11.0/scdoc-1.11.0.tar.gz
https://github.com/libsdl-org/sdl12-compat/archive/release-1.2.76/sdl12-compat-release-1.2.76.tar.gz
https://github.com/libsdl-org/sdl2-compat/releases/download/release-2.32.70/sdl2-compat-2.32.70.tar.gz
https://github.com/libsdl-org/SDL/releases/download/release-3.4.10/SDL3-3.4.10.tar.gz
https://github.com/kennylevinsen/seatd/archive/0.9.1/seatd-0.9.1.tar.gz
https://mirror.lyrahosting.com/gnu/sed/sed-4.10.tar.xz
https://files.pythonhosted.org/packages/source/s/semantic-version/semantic_version-2.10.0.tar.gz
https://xorg.freedesktop.org/archive/individual/app/sessreg-1.1.4.tar.xz
https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-82.0.1.tar.gz
https://github.com/PyO3/setuptools-rust/archive/v1.12.0/setuptools-rust-1.12.0.tar.gz
https://github.com/pypa/setuptools-scm/archive/v9.2.2/setuptools-scm-9.2.2.tar.gz
https://xorg.freedesktop.org/archive/individual/app/setxkbmap-1.3.4.tar.xz
https://sourceware.org/ftp/docbook-tools/new-trials/SOURCES/sgml-common-0.6.3.tgz
https://cpan.metacpan.org/authors/id/R/RA/RAAB/SGMLSpm-1.1.tar.gz
https://github.com/google/shaderc/archive/v2026.2/shaderc-2026.2.tar.gz
https://github.com/shadow-maint/shadow/releases/download/4.19.4/shadow-4.19.4.tar.xz
https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/2.4/shared-mime-info-2.4.tar.gz
https://mirror.lyrahosting.com/gnu/sharutils/sharutils-4.15.2.tar.xz
https://dmassey.net/files/dev/shim-signed/shim-signed-15.8-ubuntu-1.59.tar.xz
https://github.com/simdutf/simdutf/archive/v9.0.0/simdutf-9.0.0.tar.gz
https://files.pythonhosted.org/packages/source/s/six/six-1.17.0.tar.gz
https://github.com/webmproject/sjpeg/archive/46da5ae/sjpeg-46da5ae.tar.gz
https://github.com/eyJhb/sl/archive/5.05/sl-5.05.tar.gz
https://www.jedsoft.org/releases/slang/slang-2.3.3.tar.bz2
https://downloads.sourceforge.net/project/smartmontools/smartmontools/7.5/smartmontools-7.5.tar.gz
https://github.com/leohemsted/smartypants.py/archive/v2.0.2/smartypants.py-2.0.2.tar.gz
https://xorg.freedesktop.org/archive/individual/app/smproxy-1.0.8.tar.xz
https://sndio.org/sndio-1.10.0.tar.gz
https://github.com/snowballstem/snowball/archive/v2.2.0/snowball-2.2.0.tar.gz
https://github.com/thesofproject/sof-bin/releases/download/v2025.12.2/sof-bin-2025.12.2.tar.gz
https://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-0.8.tar.bz2
https://www.surina.net/soundtouch/soundtouch-2.4.1.tar.gz
https://github.com/brailcom/speechd/releases/download/0.12.1/speech-dispatcher-0.12.1.tar.gz
https://downloads.xiph.org/releases/speex/speex-1.2.1.tar.gz
https://downloads.xiph.org/releases/speex/speexdsp-1.2.1.tar.gz
https://github.com/MassOS-Linux/sphinx-venv/releases/download/py3.14-20260430-aarch64/sphinx-py3.14-20260430-aarch64-venv-mbs.tar.xz
https://github.com/MassOS-Linux/sphinx-venv/releases/download/py3.14-20260430-x86_64/sphinx-py3.14-20260430-x86_64-venv-mbs.tar.xz
https://gitlab.freedesktop.org/spice/spice-protocol/-/archive/v0.14.4/spice-protocol-v0.14.4.tar.bz2
https://www.spice-space.org/download/releases/spice-vdagent-0.22.1.tar.bz2
https://github.com/KhronosGroup/SPIRV-Headers/archive/vulkan-sdk-1.4.350.0/SPIRV-Headers-vulkan-sdk-1.4.350.0.tar.gz
https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/v22.1.2/SPIRV-LLVM-Translator-22.1.2.tar.gz
https://github.com/KhronosGroup/SPIRV-Tools/archive/vulkan-sdk-1.4.350.0/SPIRV-Tools-vulkan-sdk-1.4.350.0.tar.gz
https://sqlite.org/2026/sqlite-autoconf-3530200.tar.gz
https://downloads.sourceforge.net/project/squashfs/squashfs/squashfs4.7/squashfs4.7.tar.gz
https://github.com/vasi/squashfuse/releases/download/0.6.0/squashfuse-0.6.0.tar.gz
https://github.com/libfuse/sshfs/releases/download/sshfs-3.7.6/sshfs-3.7.6.tar.xz
https://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.12.tar.gz
https://dmassey.net/files/dev/strace/strace-7.0.0.84.ce6af.tar.xz
https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-1.9.17p2.tar.gz
https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v4.1.0/SVT-AV1-v4.1.0.tar.bz2
https://github.com/swig/swig/archive/v4.4.1/swig-4.4.1.tar.gz
https://github.com/GNOME/sysprof/archive/50.0/sysprof-50.0.tar.gz
https://github.com/OpenPrinting/system-config-printer/releases/download/v1.5.18/system-config-printer-1.5.18.tar.xz
https://github.com/systemd/systemd/archive/v261/systemd-261.tar.gz
https://taglib.org/releases/taglib-2.3.tar.gz
https://www.samba.org/ftp/talloc/talloc-2.4.4.tar.gz
https://mirror.lyrahosting.com/gnu/tar/tar-1.35.tar.xz
https://downloads.sourceforge.net/project/tcl/Tcl/8.6.18/tcl8.6.18-src.tar.gz
https://www.samba.org/ftp/tdb/tdb-1.4.14.tar.gz
https://github.com/dbrgn/tealdeer/archive/v1.8.1/tealdeer-1.8.1.tar.gz
https://files.pythonhosted.org/packages/source/t/termcolor/termcolor-3.1.0.tar.gz
https://www.samba.org/ftp/tevent/tevent-0.17.1.tar.gz
https://mirror.lyrahosting.com/gnu/texinfo/texinfo-7.3.tar.xz
https://github.com/GNOME/tinysparql/archive/3.9.2/tinysparql-3.9.2.tar.gz
https://downloads.sourceforge.net/project/tcl/Tcl/8.6.18/tk8.6.18-src.tar.gz
https://files.pythonhosted.org/packages/source/t/toml/toml-0.10.2.tar.gz
https://github.com/hukkin/tomli/archive/2.2.1/tomli-2.2.1.tar.gz
https://dmassey.net/files/dev/tpm2-tools/tpm2-tools-5.8-rc0.tar.xz
https://dmassey.net/files/dev/tpm2-tss/tpm2-tss-4.2.0-rc0.tar.xz
https://downloads.sourceforge.net/project/traceroute/traceroute/traceroute-2.1.6/traceroute-2.1.6.tar.gz
https://github.com/pypa/trove-classifiers/archive/2026.1.14.14/trove-classifiers-2026.1.14.14.tar.gz
https://github.com/njh/twolame/releases/download/0.4.0/twolame-0.4.0.tar.gz
https://files.pythonhosted.org/packages/source/t/typing_extensions/typing_extensions-4.13.1.tar.gz
https://files.pythonhosted.org/packages/source/t/typogrify/typogrify-2.1.0.tar.gz
https://data.iana.org/time-zones/releases/tzdata2026b.tar.gz
https://github.com/pali/udftools/releases/download/2.3/udftools-2.3.tar.gz
https://github.com/storaged-project/udisks/releases/download/udisks-2.11.0/udisks-2.11.0.tar.bz2
https://dotat.at/prog/unifdef/unifdef-2.12.tar.gz
https://unifoundry.com/pub/unifont/unifont-17.0.03/unifont-17.0.03.tar.gz
https://gitlab.com/OldManProgrammer/unix-tree/-/archive/2.3.2/unix-tree-2.3.2.tar.bz2
https://downloads.sourceforge.net/project/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz
https://github.com/MassOS-Linux/upgrade-massos/archive/0.2.1/upgrade-massos-0.2.1.tar.gz
https://github.com/MassOS-Linux/upgrade-toolset/releases/download/20260430/upgrade-toolset-20260430-aarch64.tar.xz
https://github.com/MassOS-Linux/upgrade-toolset/releases/download/20260430/upgrade-toolset-20260430-x86_64.tar.xz
https://gitlab.freedesktop.org/upower/upower/-/archive/v1.91.2/upower-v1.91.2.tar.bz2
https://files.pythonhosted.org/packages/source/u/urllib3/urllib3-2.7.0.tar.gz
https://cdn.kernel.org/pub/linux/utils/usb/usbutils/usbutils-019.tar.xz
https://lttng.org/files/urcu/userspace-rcu-0.15.6.tar.bz2
https://github.com/nemtrif/utfcpp/archive/v4.1.1/utfcpp-4.1.1.tar.gz
https://cdn.kernel.org/pub/linux/utils/util-linux/v2.42/util-linux-2.42.1.tar.xz
https://xorg.freedesktop.org/archive/individual/util/util-macros-1.20.2.tar.xz
https://download.gnome.org/sources/vala/0.56/vala-0.56.19.tar.xz
https://github.com/vim/vim/archive/v9.2.0649/vim-9.2.0649.tar.gz
https://gitlab.freedesktop.org/virgl/virglrenderer/-/archive/1.2.0/virglrenderer-1.2.0.tar.bz2
https://gitlab.com/virtio-fs/virtiofsd/-/archive/v1.13.1/virtiofsd-v1.13.1.tar.bz2
https://github.com/vicgeralds/vitetris/archive/v0.59.1/vitetris-0.59.1.tar.gz
https://github.com/felixonmars/volume_key/archive/volume_key-0.3.12.tar.gz
https://github.com/GNOME/vte/archive/0.82.3/vte-0.82.3.tar.gz
https://github.com/KhronosGroup/Vulkan-Headers/archive/vulkan-sdk-1.4.350.0/Vulkan-Headers-vulkan-sdk-1.4.350.0.tar.gz
https://github.com/KhronosGroup/Vulkan-Loader/archive/vulkan-sdk-1.4.350.0/Vulkan-Loader-vulkan-sdk-1.4.350.0.tar.gz
https://github.com/KhronosGroup/Vulkan-Tools/archive/vulkan-sdk-1.4.350.0/Vulkan-Tools-vulkan-sdk-1.4.350.0.tar.gz
https://github.com/dbry/WavPack/releases/download/5.8.1/wavpack-5.8.1.tar.xz
https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.25.0/downloads/wayland-1.25.0.tar.xz
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.49/downloads/wayland-protocols-1.49.tar.xz
https://webkitgtk.org/releases/webkitgtk-2.52.4.tar.xz
https://mirror.lyrahosting.com/gnu/wget/wget-1.25.0.tar.gz
https://files.pythonhosted.org/packages/source/w/wheel/wheel-0.47.0.tar.gz
https://mirror.lyrahosting.com/gnu/which/which-2.25.tar.gz
https://github.com/rfc1036/whois/archive/v5.6.6/whois-5.6.6.tar.gz
https://hewlettpackard.github.io/wireless-tools/wireless_tools.30.pre9.tar.gz
https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/0.5.14/wireplumber-0.5.14.tar.bz2
https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/0.20.1/wlroots-0.20.1.tar.bz2
https://gitlab.freedesktop.org/wlroots/wlr-protocols/-/archive/ffb89ac/wlr-protocols-107.tar.gz
https://github.com/google/woff2/archive/v1.0.2/woff2-1.0.2.tar.gz
https://w1.fi/releases/wpa_supplicant-2.11.tar.gz
https://wpewebkit.org/releases/wpebackend-fdo-1.16.0.tar.xz
https://xorg.freedesktop.org/archive/individual/test/x11perf-1.7.0.tar.xz
https://code.videolan.org/videolan/x264/-/archive/0480cb0/x264-0.165.3223.tar.bz2
https://bitbucket.org/multicoreware/x265_git/downloads/x265_4.2.tar.gz
https://xorg.freedesktop.org/archive/individual/app/xauth-1.1.5.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xbacklight-1.2.4.tar.xz
https://xorg.freedesktop.org/archive/individual/data/xbitmaps-1.1.4.tar.xz
https://xorg.freedesktop.org/archive/individual/xcb/xcb-proto-1.17.0.tar.xz
https://xorg.freedesktop.org/archive/individual/xcb/xcb-util-0.4.1.tar.xz
https://xorg.freedesktop.org/archive/individual/xcb/xcb-util-cursor-0.1.5.tar.xz
https://xorg.freedesktop.org/archive/individual/xcb/xcb-util-errors-1.0.1.tar.xz
https://xorg.freedesktop.org/archive/individual/xcb/xcb-util-image-0.4.1.tar.xz
https://xorg.freedesktop.org/archive/individual/xcb/xcb-util-keysyms-0.4.1.tar.xz
https://xorg.freedesktop.org/archive/individual/xcb/xcb-util-renderutil-0.3.10.tar.xz
https://xorg.freedesktop.org/archive/individual/xcb/xcb-util-wm-0.4.2.tar.xz
https://github.com/Airblader/xcb-util-xrm/releases/download/v1.3/xcb-util-xrm-1.3.tar.bz2
https://xorg.freedesktop.org/archive/individual/app/xcmsdb-1.0.7.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xcursorgen-1.0.9.tar.xz
https://github.com/flatpak/xdg-dbus-proxy/releases/download/0.1.7/xdg-dbus-proxy-0.1.7.tar.xz
https://github.com/flatpak/xdg-desktop-portal/releases/download/1.22.0/xdg-desktop-portal-1.22.0.tar.xz
https://github.com/flatpak/xdg-desktop-portal-gtk/releases/download/1.15.3/xdg-desktop-portal-gtk-1.15.3.tar.xz
https://user-dirs.freedesktop.org/releases/xdg-user-dirs-0.20.tar.xz
https://portland.freedesktop.org/download/xdg-utils-1.1.3.tar.gz
https://xorg.freedesktop.org/archive/individual/app/xdpyinfo-1.4.0.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xdriinfo-1.0.8.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xev-1.2.7.tar.xz
https://xorg.freedesktop.org/archive/individual/driver/xf86-input-libinput-1.5.0.tar.xz
https://xorg.freedesktop.org/archive/individual/driver/xf86-video-fbdev-0.5.1.tar.xz
https://xorg.freedesktop.org/archive/individual/driver/xf86-video-qxl-0.1.6.tar.xz
https://xorg.freedesktop.org/archive/individual/driver/xf86-video-vesa-2.6.0.tar.xz
https://xorg.freedesktop.org/archive/individual/driver/xf86-video-vmware-13.4.0.tar.xz
https://cdn.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-7.0.1.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xgamma-1.0.7.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xhost-1.0.10.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xinit-1.4.4.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xinput-1.6.4.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.5.0.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xkbevd-1.1.6.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xkbutils-1.0.6.tar.xz
https://xorg.freedesktop.org/archive/individual/data/xkeyboard-config/xkeyboard-config-2.47.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xkill-1.0.7.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xlsatoms-1.1.4.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xlsclients-1.1.6.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xmessage-1.0.7.tar.xz
https://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-2.59.tar.gz
https://github.com/lsh123/xmlsec/archive/1.3.11/xmlsec-1.3.11.tar.gz
https://releases.pagure.org/xmlto/xmlto-0.0.29.tar.bz2
https://xorg.freedesktop.org/archive/individual/app/xmodmap-1.0.11.tar.xz
https://xorg.freedesktop.org/archive/individual/xserver/xorg-server-21.1.23.tar.xz
https://xorg.freedesktop.org/archive/individual/proto/xorgproto-2025.1.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xpr-1.2.0.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xprop-1.2.8.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xrandr-1.5.4.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xrdb-1.2.2.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xrefresh-1.1.0.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xset-1.2.5.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xsetroot-1.1.3.tar.xz
https://xorg.freedesktop.org/archive/individual/lib/xtrans-1.6.0.tar.xz
https://downloads.xvid.com/downloads/xvidcore-1.3.7.tar.bz2
https://xorg.freedesktop.org/archive/individual/app/xvinfo-1.1.5.tar.xz
https://xorg.freedesktop.org/archive/individual/xserver/xwayland-24.1.12.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xwd-1.0.9.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xwininfo-1.1.6.tar.xz
https://xorg.freedesktop.org/archive/individual/app/xwud-1.0.7.tar.xz
https://github.com/Cyan4973/xxHash/archive/v0.8.3/xxHash-0.8.3.tar.gz
https://downloads.sourceforge.net/project/lzmautils/xz-5.8.2.tar.xz
https://github.com/v1cont/yad/releases/download/v14.1/yad-14.1.tar.xz
https://github.com/yaml/libyaml/releases/download/0.2.5/yaml-0.2.5.tar.gz
https://github.com/mikefarah/yq/archive/v4.53.3/yq-4.53.3.tar.gz
https://github.com/Yeraze/ytnef/archive/v2.1.2/ytnef-2.1.2.tar.gz
https://github.com/ibireme/yyjson/archive/0.12.0/yyjson-0.12.0.tar.gz
https://downloads.sourceforge.net/project/infozip/Zip%203.x%20%28latest%29/3.0/zip30.tar.gz
https://files.pythonhosted.org/packages/source/z/zipp/zipp-3.21.0.tar.gz
https://github.com/madler/zlib/releases/download/v1.3.2/zlib-1.3.2.tar.xz
https://downloads.sourceforge.net/project/zsh/zsh/5.9/zsh-5.9.tar.xz
https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-1.5.7.tar.gz