-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsource-urls
808 lines (808 loc) · 59.8 KB
/
source-urls
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
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://freefr.dl.sourceforge.net/project/acpiclient/acpiclient/1.7/acpi-1.7.tar.gz
https://github.com/GNOME/adwaita-icon-theme/archive/47.0/adwaita-icon-theme-47.0.tar.gz
https://www.alsa-project.org/files/pub/lib/alsa-lib-1.2.13.tar.bz2
https://github.com/GPUOpen-LibrariesAndSDKs/AMF/releases/download/v1.4.35/AMF-headers-v1.4.35.tar.gz
https://launchpad.net/apparmor/4.0/4.0.3/+download/apparmor-4.0.3.tar.gz
https://www.freedesktop.org/software/appstream/releases/AppStream-1.0.4.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://mirror.lyrahosting.com/gnu/aspell/aspell-0.60.8.1.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.54.1/at-spi2-core-2.54.1.tar.gz
https://github.com/GNOME/atkmm/archive/2.28.4/atkmm-2.28.4.tar.gz
https://mirror.netcologne.de/savannah/attr/attr-2.5.2.tar.xz
https://github.com/linux-audit/audit-userspace/archive/v4.0.2/audit-userspace-4.0.2.tar.gz
https://mirror.lyrahosting.com/gnu/autoconf/autoconf-2.13.tar.gz
https://mirror.lyrahosting.com/gnu/autoconf/autoconf-2.72.tar.xz
https://mirror.lyrahosting.com/gnu/autoconf-archive/autoconf-archive-2023.02.20.tar.xz
https://mirror.lyrahosting.com/gnu/automake/automake-1.17.tar.xz
https://github.com/lathiat/avahi/releases/download/v0.8/avahi-0.8.tar.gz
https://gitlab.com/sane-project/backends/-/archive/1.3.1/backends-1.3.1.tar.gz
https://mirror.lyrahosting.com/gnu/bash/bash-5.2.37.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.20.0/bcachefs-tools-1.20.0.tar.gz
https://ftp.isc.org/isc/bind9/9.20.5/bind-9.20.5.tar.xz
https://github.com/rust-lang/rust-bindgen/releases/download/v0.69.5/bindgen-cli-x86_64-unknown-linux-gnu.tar.xz
https://mirror.lyrahosting.com/gnu/binutils/binutils-2.44.tar.xz
https://github.com/dell/biosdevname/archive/v0.7.3/biosdevname-0.7.3.tar.gz
https://mirror.lyrahosting.com/gnu/bison/bison-3.8.2.tar.xz
https://cdn.kernel.org/pub/linux/bluetooth/bluez-5.79.tar.xz
https://github.com/boostorg/boost/releases/download/boost-1.87.0/boost-1.87.0-b2-nodocs.tar.xz
https://github.com/libbpf/bpftool/archive/v7.5.0/bpftool-7.5.0.tar.gz
https://github.com/google/brotli/archive/v1.1.0/brotli-1.1.0.tar.gz
https://freefr.dl.sourceforge.net/project/bsd-games/bsd-games-3.3.tar.gz
https://cdn.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.13.tar.xz
https://github.com/containers/bubblewrap/releases/download/v0.11.0/bubblewrap-0.11.0.tar.xz
https://files.pythonhosted.org/packages/source/b/build/build-1.2.2.tar.gz
https://www.busybox.net/downloads/busybox-1.37.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.4/c-ares-1.34.4.tar.gz
https://gitlab.freedesktop.org/cairo/cairo/-/archive/1.18.2/cairo-1.18.2.tar.bz2
https://gitlab.freedesktop.org/cairo/cairomm/-/archive/1.14.5/cairomm-1.14.5.tar.bz2
https://github.com/di/calver/archive/2022.06.26/calver-2022.06.26.tar.gz
https://github.com/lu-zero/cargo-c/releases/download/v0.10.8/cargo-c-x86_64-unknown-linux-musl.tar.gz
https://github.com/mozilla/cbindgen/releases/download/0.26.0/cbindgen
https://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-10.2.src.tgz
https://deb.debian.org/debian/pool/main/c/cdrkit/cdrkit_1.1.11.orig.tar.gz
https://files.pythonhosted.org/packages/source/c/cffi/cffi-1.17.1.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.1.tar.gz
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/clang-19.1.7.src.tar.xz
https://mirrors.dotsrc.org/gnome/sources/clutter/1.26/clutter-1.26.4.tar.xz
https://mirrors.dotsrc.org/gnome/sources/clutter-gst/3.0/clutter-gst-3.0.27.tar.xz
https://mirrors.dotsrc.org/gnome/sources/clutter-gtk/1.8/clutter-gtk-1.8.4.tar.xz
https://github.com/Kitware/CMake/releases/download/v3.31.5/cmake-3.31.5.tar.gz
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/cmake-19.1.7.src.tar.xz
https://github.com/abishekvashok/cmatrix/releases/download/v2.0/cmatrix-v2.0-Butterscotch.tar
https://mirrors.dotsrc.org/gnome/sources/cogl/1.22/cogl-1.22.8.tar.xz
https://www.freedesktop.org/software/colord/releases/colord-1.4.7.tar.xz
https://github.com/hughsie/colord-gtk/archive/0.3.1/colord-gtk-0.3.1.tar.gz
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/compiler-rt-19.1.7.src.tar.xz
https://mirror.lyrahosting.com/gnu/coreutils/coreutils-9.6.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/44.0.0/cryptography-44.0.0.tar.gz
https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-2.7.5.tar.xz
https://github.com/OpenPrinting/cups/releases/download/v2.4.11/cups-2.4.11-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.1.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.12.1.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.0.12/cython-3.0.12.tar.gz
https://code.videolan.org/videolan/dav1d/-/archive/1.5.1/dav1d-1.5.1.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.0.tar.xz
https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.112.tar.gz
https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.3.2.tar.gz
https://clint.pages.debian.net/debianutils-tarballs/artifacts/debianutils-5.5.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.1.0/dhcpcd-10.1.0.tar.xz
https://invisible-mirror.net/archives/dialog/dialog-1.3-20240619.tgz
https://mirror.lyrahosting.com/gnu/diffutils/diffutils-3.11.tar.xz
https://github.com/microsoft/DirectX-Headers/archive/v1.614.1/DirectX-Headers-1.614.1.tar.gz
https://github.com/python-distro/distro/archive/v1.9.0/distro-1.9.0.tar.gz
https://freefr.dl.sourceforge.net/project/djvu/DjVuLibre/3.5.28/djvulibre-3.5.28.tar.gz
https://github.com/dell/dkms/archive/v3.1.4/dkms-3.1.4.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://people.redhat.com/~heinzm/sw/dmraid/src/dmraid-1.0.0.rc16-3.tar.bz2
https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-2.7.0.tar.gz
https://www.docbook.org/sgml/3.1/docbk31.zip
https://www.docbook.org/sgml/4.5/docbook-4.5.zip
https://docbook.org/xml/5.0/docbook-5.0.zip
https://freefr.dl.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://docbook.org/xml/5.1/docbook-v5.1-os.zip
https://www.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.21.2.tar.gz
https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.5.2.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/dracut-ng/dracut-ng/archive/106/dracut-ng-106.tar.gz
https://duktape.org/duktape-2.7.0.tar.xz
https://github.com/rbrito/pkg-dvd-rw-tools/archive/upstream%2F7.1/dvd+rw-tools-7.1.tar.gz
https://cdn.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.47.2/e2fsprogs-1.47.2.tar.xz
https://github.com/OpenVPN/easy-rsa/releases/download/v3.2.1/EasyRSA-3.2.1.tgz
https://mirror.lyrahosting.com/gnu/ed/ed-1.21.tar.lz
https://files.pythonhosted.org/packages/source/e/editables/editables-0.5.tar.gz
https://github.com/rhboot/efibootmgr/releases/download/18/efibootmgr-18.tar.bz2
https://github.com/rhboot/efivar/archive/39/efivar-39.tar.gz
https://github.com/NVIDIA/egl-wayland/archive/1.1.17/egl-wayland-1.1.17.tar.gz
https://github.com/NVIDIA/eglexternalplatform/archive/1.2/eglexternalplatform-1.2.tar.gz
https://sourceware.org/ftp/elfutils/0.192/elfutils-0.192.tar.bz2
https://github.com/rrthomas/enchant/releases/download/v2.8.2/enchant-2.8.2.tar.gz
https://github.com/espeak-ng/espeak-ng/archive/1.52.0/espeak-ng-1.52.0.tar.gz
https://github.com/exfatprogs/exfatprogs/releases/download/1.2.6/exfatprogs-1.2.6.tar.xz
https://github.com/Exiv2/exiv2/archive/v0.28.4/exiv2-0.28.4.tar.gz
https://github.com/libexpat/libexpat/releases/download/R_2_6_4/expat-2.6.4.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/1_30/faac-1_30.tar.gz
https://github.com/knik0/faad2/archive/2.11.1/faad2-2.11.1.tar.gz
https://salsa.debian.org/clint/fakeroot/-/archive/upstream/1.37/fakeroot-upstream-1.37.tar.bz2
https://github.com/fastfetch-cli/fastfetch/archive/2.34.1/fastfetch-2.34.1.tar.gz
https://files.pythonhosted.org/packages/source/f/fastjsonschema/fastjsonschema-2.21.0.tar.gz
https://github.com/yo8192/fcron/archive/ver3_3_1/fcron-ver3_3_1.tar.gz
https://ffmpeg.org/releases/ffmpeg-7.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.46.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/3.7.1/fish-3.7.1.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.5.1.tar.xz
https://github.com/flatpak/flatpak/releases/download/1.16.0/flatpak-1.16.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.10.1.tar.gz
https://github.com/fmtlib/fmt/archive/11.1.3/fmt-11.1.3.tar.gz
https://gitlab.freedesktop.org/xorg/font/util/-/archive/font-util-1.4.1/font-util-1.4.1.tar.bz2
https://gitlab.freedesktop.org/fontconfig/fontconfig/-/archive/2.16.0/fontconfig-2.16.0.tar.bz2
https://github.com/FreeGLUTProject/freeglut/releases/download/v3.6.0/freeglut-3.6.0.tar.gz
https://mirror.netcologne.de/savannah/freetype/freetype-2.13.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.16.2/fuse-3.16.2.tar.gz
https://freefr.dl.sourceforge.net/project/fuseiso/fuseiso/20070708/fuseiso-20070708.tar.bz2
https://github.com/fwupd/fwupd/releases/download/2.0.4/fwupd-2.0.4.tar.xz
https://github.com/fwupd/fwupd-efi/archive/1.7/fwupd-efi-1.7.tar.gz
https://mirror.lyrahosting.com/gnu/gawk/gawk-5.3.1.tar.xz
https://github.com/GNOME/gcab/archive/v1.6/gcab-1.6.tar.gz
https://mirror.lyrahosting.com/gnu/gcc/gcc-14.2.0/gcc-14.2.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.3.1/gcr-4.3.1.tar.gz
https://mirror.lyrahosting.com/gnu/gdbm/gdbm-1.24.tar.gz
https://github.com/GNOME/gdk-pixbuf/archive/2.42.12/gdk-pixbuf-2.42.12.tar.gz
https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/2.7.2/geoclue-2.7.2.tar.bz2
https://github.com/GNOME/geocode-glib/archive/3.26.4/geocode-glib-3.26.4.tar.gz
https://freefr.dl.sourceforge.net/project/geographiclib/distrib-Python/geographiclib-2.0.tar.gz
https://github.com/geopy/geopy/archive/2.4.1/geopy-2.4.1.tar.gz
https://mirror.lyrahosting.com/gnu/gettext/gettext-0.23.1.tar.xz
https://github.com/GNOME/gexiv2/archive/gexiv2-0.14.3.tar.gz
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10040/ghostscript-10.04.0.tar.xz
https://github.com/GNOME/gi-docgen/archive/2024.1/gi-docgen-2024.1.tar.gz
https://freefr.dl.sourceforge.net/project/giflib/giflib-5.2.2.tar.gz
https://cdn.kernel.org/pub/software/scm/git/git-2.48.1.tar.xz
https://gitlab.freedesktop.org/gstreamer/meson-ports/gl-headers/-/archive/5c8c7c0/gl-headers-5c8c7c0.tar.bz2
https://github.com/nigels-com/glew/releases/download/glew-2.2.0/glew-2.2.0.tgz
https://github.com/GNOME/glib/archive/2.82.4/glib-2.82.4.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.41.tar.xz
https://github.com/GNOME/glibmm/archive/2.66.7/glibmm-2.66.7.tar.gz
https://github.com/KhronosGroup/glslang/archive/15.1.0/glslang-15.1.0.tar.gz
https://archive.mesa3d.org/glu/glu-9.0.3.tar.xz
https://mirror.lyrahosting.com/gnu/gmp/gmp-6.3.0.tar.xz
https://github.com/GNOME/gnome-keyring/archive/46.2/gnome-keyring-46.2.tar.gz
https://github.com/GNOME/gnome-online-accounts/archive/3.52.3/gnome-online-accounts-3.52.3.tar.gz
https://mirrors.dotsrc.org/gnome/sources/gnome-themes-extra/3.28/gnome-themes-extra-3.28.tar.xz
https://freefr.dl.sourceforge.net/project/gnu-efi/gnu-efi-3.0.18.tar.bz2
https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.5.1.tar.bz2
https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.9.tar.xz
https://dl.google.com/go/go1.23.4.linux-amd64.tar.gz
https://github.com/GNOME/gobject-introspection/archive/1.82.0/gobject-introspection-1.82.0.tar.gz
https://mirror.lyrahosting.com/gnu/gperf/gperf-3.1.tar.gz
https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.24.2.tar.bz2
https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/gplanarity/17906-7build3/gplanarity_17906.orig.tar.gz
https://github.com/telmich/gpm/archive/e82d1a6/gpm-1.20.7-38-ge82d1a6.tar.gz
https://freefr.dl.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/releases/download/1.3.14/graphite2-1.3.14.tgz
https://gitlab.com/graphviz/graphviz/-/archive/12.2.1/graphviz-12.2.1.tar.bz2
https://mirror.lyrahosting.com/gnu/grep/grep-3.11.tar.xz
https://mirror.lyrahosting.com/gnu/groff/groff-1.23.0.tar.gz
https://mirror.lyrahosting.com/gnu/grub/grub-2.12.tar.xz
https://github.com/MassOS-Linux/grub-theme-distro-massos/archive/432da22/grub-theme-distro-massos-001.tar.gz
https://github.com/GNOME/gsettings-desktop-schemas/archive/47.1/gsettings-desktop-schemas-47.1.tar.gz
https://github.com/GNOME/gspell/archive/1.14.0/gspell-1.14.0.tar.gz
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/archive/1.25.1/gstreamer-1.25.1.tar.bz2
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/archive/0.13.4/gst-plugins-rs-0.13.4.tar.bz2
https://github.com/GNOME/gtk/archive/3.24.48/gtk-3.24.48.tar.gz
https://github.com/GNOME/gtk/archive/4.16.12/gtk-4.16.12.tar.gz
https://github.com/GNOME/gtk-doc/archive/1.34.0/gtk-doc-1.34.0.tar.gz
https://github.com/wmww/gtk-layer-shell/archive/v0.9.0/gtk-layer-shell-0.9.0.tar.gz
https://github.com/GNOME/gtkmm/archive/3.24.9/gtkmm-3.24.9.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.14.2/gtksourceview-5.14.2.tar.gz
https://freefr.dl.sourceforge.net/project/gimp-print/gutenprint-5.3/5.3.4/gutenprint-5.3.4.tar.xz
https://github.com/GNOME/gvdb/archive/0854af0/gvdb-0854af0.tar.gz
https://github.com/GNOME/gvfs/archive/1.56.1/gvfs-1.56.1.tar.gz
https://github.com/chromium/gyp/archive/1615ec/gyp-1615ec.tar.gz
https://mirror.lyrahosting.com/gnu/gzip/gzip-1.13.tar.xz
https://github.com/harfbuzz/harfbuzz/releases/download/10.2.0/harfbuzz-10.2.0.tar.xz
https://github.com/ofek/hatch-vcs/archive/v0.4.0/hatch-vcs-0.4.0.tar.gz
https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.27.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/google/highway/releases/download/1.2.0/highway-1.2.0.tar.gz
https://freefr.dl.sourceforge.net/project/hplip/hplip/3.24.4/hplip-3.24.4.tar.gz
https://github.com/htop-dev/htop/releases/download/3.3.0/htop-3.3.0.tar.xz
https://github.com/vcrhonek/hwdata/archive/v0.392/hwdata-0.392.tar.gz
https://github.com/hykilpikonna/hyfetch/archive/1.99.0/hyfetch-1.99.0.tar.gz
https://github.com/Mic92/iana-etc/releases/download/20250123/iana-etc-20250123.tar.gz
https://gitlab.freedesktop.org/xorg/app/iceauth/-/archive/iceauth-1.0.10/iceauth-iceauth-1.0.10.tar.bz2
https://github.com/unicode-org/icu/releases/download/release-76-1/icu4c-76_1-src.tgz
https://files.pythonhosted.org/packages/source/i/idna/idna-3.10.tar.gz
https://files.pythonhosted.org/packages/source/i/importlib_metadata/importlib_metadata-8.5.0.tar.gz
https://mirror.lyrahosting.com/gnu/inetutils/inetutils-2.5.tar.xz
https://github.com/benhoyt/inih/archive/r58/inih-r58.tar.gz
https://files.pythonhosted.org/packages/source/i/installer/installer-0.7.0.tar.gz
https://github.com/intel/gmmlib/archive/intel-gmmlib-22.6.0.tar.gz
https://github.com/intel/media-driver/archive/refs/tags/intel-media-24.4.4.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://cdn.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.13.0.tar.xz
https://www.netfilter.org/projects/iptables/files/iptables-1.8.11.tar.xz
https://libisl.sourceforge.io/isl-0.27.tar.xz
https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v4.17.0/iso-codes-v4.17.0.tar.bz2
https://files.itstool.org/itstool/itstool-2.0.7.tar.bz2
https://github.com/jackaudio/jack2/archive/v1.9.22/jack2-1.9.22.tar.gz
https://github.com/akheron/jansson/releases/download/v2.14/jansson-2.14.tar.bz2
https://github.com/jasper-software/jasper/releases/download/version-4.2.4/jasper-4.2.4.tar.gz
https://jfs.sourceforge.net/project/pub/jfsutils-1.1.15.tar.gz
https://github.com/pallets/jinja/releases/download/3.1.4/jinja2-3.1.4.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.7.1/jq-1.7.1.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.6/json-glib-1.10.6.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.7.1.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-33.tar.xz
https://kerberos.org/dist/krb5/1.21/krb5-1.21.3.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.17/lcms2-2.17.tar.gz
https://github.com/EHfive/ldacBT/releases/download/v2.0.2.3/ldacBT-2.0.2.3.tar.gz
https://www.greenwoodsoftware.com/less/less-668.tar.gz
https://github.com/GNOME/libadwaita/archive/1.6.3/libadwaita-1.6.3.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.12.0.tar.gz
https://github.com/libarchive/libarchive/releases/download/v3.7.7/libarchive-3.7.7.tar.xz
https://github.com/libass/libass/releases/download/0.17.3/libass-0.17.3.tar.xz
https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-3.0.1.tar.bz2
https://deb.debian.org/debian/pool/main/liba/libatasmart/libatasmart_0.19.orig.tar.xz
https://freefr.dl.sourceforge.net/project/libavc1394/libavc1394/libavc1394-0.5.4.tar.gz
https://github.com/AOMediaCodec/libavif/archive/v1.1.1/libavif-1.1.1.tar.gz
https://github.com/storaged-project/libblockdev/releases/download/3.2.1/libblockdev-3.2.1.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.5.0/libbpf-1.5.0.tar.gz
https://freefr.dl.sourceforge.net/project/bs2b/libbs2b/3.1.0/libbs2b-3.1.0.tar.bz2
https://files.libburnia-project.org/releases/libburn-1.5.6.tar.gz
https://github.com/storaged-project/libbytesize/releases/download/2.11/libbytesize-2.11.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.73.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.11.0/libcbor-0.11.0.tar.gz
https://mirror.lyrahosting.com/gnu/libcdio/libcdio-2.1.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/llvm/llvm-project/releases/download/llvmorg-19.1.7/libclc-19.1.7.src.tar.xz
https://github.com/GNOME/libcloudproviders/archive/0.3.6/libcloudproviders-0.3.6.tar.gz
https://github.com/OpenPrinting/libcupsfilters/releases/download/2.1.0/libcupsfilters-2.1.0.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/libcxx-19.1.7.src.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/libcxxabi-19.1.7.src.tar.xz
https://deb.debian.org/debian/pool/main/libd/libdaemon/libdaemon_0.14.orig.tar.gz
https://github.com/strukturag/libde265/releases/download/v1.0.15/libde265-1.0.15.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.2.0/libdisplay-info-0.2.0.tar.bz2
https://gitlab.freedesktop.org/xorg/lib/libdmx/-/archive/libdmx-1.1.5/libdmx-libdmx-1.1.5.tar.bz2
https://dri.freedesktop.org/libdrm/libdrm-2.4.124.tar.xz
https://freefr.dl.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-20240808-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.3.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.24/libexif-0.6.24.tar.bz2
https://github.com/libffi/libffi/releases/download/v3.4.7/libffi-3.4.7.tar.gz
https://developers.yubico.com/libfido2/Releases/libfido2-1.15.0.tar.gz
https://www.x.org/archive/individual/lib/libfontenc-1.1.8.tar.xz
https://github.com/iamthehorker/libfreeaptx/archive/0.1.1/libfreeaptx-0.1.1.tar.gz
https://www.x.org/archive/individual/lib/libFS-1.0.10.tar.xz
https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.0.tar.bz2
https://github.com/GNOME/libgdata/archive/0.18.1/libgdata-0.18.1.tar.gz
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.51.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.19.5/libheif-1.19.5.tar.gz
https://github.com/libical/libical/releases/download/v3.0.19/libical-3.0.19.tar.gz
https://www.x.org/archive/individual/lib/libICE-1.1.2.tar.xz
https://mirror.lyrahosting.com/gnu/libidn/libidn2-2.3.7.tar.gz
https://cdn.kernel.org/pub/linux/libs/ieee1394/libiec61883-1.2.0.tar.xz
https://github.com/twaugh/libieee1284/archive/0663326/libieee1284-0.2.11-12-g0663326.tar.gz
https://github.com/libimobiledevice/libimobiledevice/archive/1ec2c2c/libimobiledevice-1.3.0-217-g1ec2c2c.tar.gz
https://github.com/libimobiledevice/libimobiledevice-glue/releases/download/1.3.1/libimobiledevice-glue-1.3.1.tar.bz2
https://gitlab.freedesktop.org/libinput/libinput/-/archive/1.27.1/libinput-1.27.1.tar.bz2
https://files.libburnia-project.org/releases/libisoburn-1.5.6.tar.gz
https://files.libburnia-project.org/releases/libisofs-1.5.6.tar.gz
https://github.com/hughsie/libjcat/releases/download/0.2.2/libjcat-0.2.2.tar.xz
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.0/libjpeg-turbo-3.1.0.tar.gz
https://github.com/libjxl/libjxl/archive/v0.11.1/libjxl-0.11.1.tar.gz
https://www.gnupg.org/ftp/gcrypt/libksba/libksba-1.6.7.tar.bz2
https://github.com/google/liblc3/archive/v1.1.1/liblc3-1.1.1.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.9/libmanette-0.2.9.tar.gz
https://github.com/linux-mobile-broadband/libmbim/archive/1.30.0/libmbim-1.30.0.tar.gz
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://freefr.dl.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://mirror.lyrahosting.com/ubuntuarchive/ubuntu/pool/main/libn/libndp/libndp_1.9.orig.tar.gz
https://www.netfilter.org/pub/libnfnetlink/libnfnetlink-1.0.2.tar.bz2
https://github.com/sahlberg/libnfs/archive/libnfs-5.0.3.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.3/libnotify-0.8.3.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.11.1/libnvme-1.11.1.tar.gz
https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.5.tar.xz
https://github.com/ostreedev/ostree/releases/download/v2025.1/libostree-2025.1.tar.xz
https://github.com/rrthomas/libpaper/releases/download/v2.2.6/libpaper-2.2.6.tar.gz
https://www.tcpdump.org/release/libpcap-1.10.5.tar.xz
https://www.x.org/archive/individual/lib/libpciaccess-0.18.1.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://github.com/libimobiledevice/libplist/releases/download/2.6.0/libplist-2.6.0.tar.bz2
https://freefr.dl.sourceforge.net/project/libpng/libpng16/1.6.46/libpng-1.6.46.tar.xz
https://github.com/flatpak/libportal/releases/download/0.9.0/libportal-0.9.0.tar.xz
https://github.com/OpenPrinting/libppd/releases/download/2.1.0/libppd-2.1.0.tar.xz
https://github.com/libproxy/libproxy/archive/0.5.9/libproxy-0.5.9.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.34.0/libqmi-1.34.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.21.3.tar.gz
https://cdn.kernel.org/pub/linux/libs/ieee1394/libraw1394-2.1.2.tar.xz
https://github.com/GNOME/librsvg/archive/2.59.2/librsvg-2.59.2.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.6/libsecret-0.21.6.tar.gz
https://gitlab.freedesktop.org/vyivel/libsfdo/-/archive/v0.1.3/libsfdo-v0.1.3.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.14.tar.gz
https://www.x.org/archive/individual/lib/libSM-1.2.5.tar.xz
https://github.com/dell/libsmbios/archive/v2.4.3/libsmbios-2.4.3.tar.gz
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.4/libsoup-3.6.4.tar.gz
https://libssh2.org/download/libssh2-1.11.1.tar.xz
https://mirror.lyrahosting.com/gnu/libtasn1/libtasn1-4.20.0.tar.gz
https://ftp.osuosl.org/pub/xiph/releases/theora/libtheora-1.1.1.tar.xz
https://gitlab.com/libtiff/libtiff/-/archive/v4.7.0/libtiff-v4.7.0.tar.bz2
https://freefr.dl.sourceforge.net/project/libtirpc/libtirpc/1.3.6/libtirpc-1.3.6.tar.bz2
https://mirror.lyrahosting.com/gnu/libtool/libtool-2.5.4.tar.xz
https://github.com/stefanberger/libtpms/archive/v0.10.0/libtpms-0.10.0.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.3.tar.xz
https://mirror.netcologne.de/savannah/libunwind/libunwind-1.6.2.tar.gz
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/libunwind-19.1.7.src.tar.xz
https://github.com/axboe/liburing/archive/refs/tags/liburing-2.8.tar.gz
https://github.com/libusb/libusb/releases/download/v1.0.27/libusb-1.0.27.tar.bz2
https://github.com/libimobiledevice/libusbmuxd/releases/download/2.1.0/libusbmuxd-2.1.0.tar.bz2
https://dist.libuv.org/dist/v1.50.0/libuv-v1.50.0.tar.gz
https://github.com/intel/libva/releases/download/2.22.0/libva-2.22.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.15.0/libvpx-1.15.0.tar.gz
https://github.com/linuxwacom/libwacom/releases/download/libwacom-2.14.0/libwacom-2.14.0.tar.xz
https://github.com/webmproject/libwebp/archive/v1.5.0/libwebp-1.5.0.tar.gz
https://github.com/GNOME/libwnck/archive/43.2/libwnck-43.2.tar.gz
https://wpewebkit.org/releases/libwpe-1.16.1.tar.xz
https://www.x.org/archive/individual/lib/libX11-1.8.11.tar.xz
https://www.x.org/archive/individual/lib/libXau-1.0.12.tar.xz
https://www.x.org/archive/individual/lib/libXaw-1.0.16.tar.xz
https://www.x.org/archive/individual/lib/libxcb-1.17.0.tar.xz
https://www.x.org/archive/individual/lib/libXcomposite-0.4.6.tar.xz
https://github.com/besser82/libxcrypt/releases/download/v4.4.38/libxcrypt-4.4.38.tar.xz
https://www.x.org/archive/individual/lib/libXcursor-1.2.3.tar.xz
https://www.x.org/archive/individual/lib/libxcvt-0.1.3.tar.xz
https://www.x.org/archive/individual/lib/libXdamage-1.1.6.tar.xz
https://www.x.org/archive/individual/lib/libXdmcp-1.1.5.tar.xz
https://www.x.org/archive/individual/lib/libXext-1.3.6.tar.xz
https://www.x.org/archive/individual/lib/libXfixes-6.0.1.tar.xz
https://www.x.org/archive/individual/lib/libXfont2-2.0.7.tar.xz
https://www.x.org/archive/individual/lib/libXft-2.3.8.tar.xz
https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-1.8.0/libxkbcommon-xkbcommon-1.8.0.tar.gz
https://www.x.org/archive/individual/lib/libxkbfile-1.1.3.tar.xz
https://people.freedesktop.org/~svu/libxklavier-5.4.tar.bz2
https://www.x.org/archive/individual/lib/libXi-1.8.2.tar.xz
https://www.x.org/archive/individual/lib/libXinerama-1.1.5.tar.xz
https://github.com/GNOME/libxml2/archive/v2.13.5/libxml2-2.13.5.tar.gz
https://github.com/hughsie/libxmlb/releases/download/0.3.21/libxmlb-0.3.21.tar.xz
https://www.x.org/archive/individual/lib/libXmu-1.2.1.tar.xz
https://www.x.org/archive/individual/lib/libXpm-3.5.17.tar.xz
https://www.x.org/archive/individual/lib/libXrandr-1.5.4.tar.xz
https://www.x.org/archive/individual/lib/libXrender-0.9.12.tar.xz
https://www.x.org/archive/individual/lib/libXres-1.2.2.tar.xz
https://www.x.org/archive/individual/lib/libXScrnSaver-1.2.4.tar.xz
https://www.x.org/archive/individual/lib/libxshmfence-1.3.3.tar.xz
https://github.com/GNOME/libxslt/archive/v1.1.42/libxslt-1.1.42.tar.gz
https://www.x.org/archive/individual/lib/libXt-1.3.1.tar.xz
https://www.x.org/archive/individual/lib/libXtst-1.2.5.tar.xz
https://www.x.org/archive/individual/lib/libXv-1.0.13.tar.xz
https://www.x.org/archive/individual/lib/libXvMC-1.0.14.tar.xz
https://www.x.org/archive/individual/lib/libXxf86dga-1.1.6.tar.xz
https://www.x.org/archive/individual/lib/libXxf86vm-1.1.6.tar.xz
https://github.com/nih-at/libzip/releases/download/v1.11.2/libzip-1.11.2.tar.xz
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.13.3.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.0/Linux-PAM-1.7.0.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/lld-19.1.7.src.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/llvm-19.1.7.src.tar.xz
https://github.com/lm-sensors/lm-sensors/archive/V3-6-0/lm-sensors-3-6-0.tar.gz
https://github.com/LMDB/lmdb/archive/LMDB_0.9.31.tar.gz
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.4/lsof-4.99.4.tar.gz
https://www.lua.org/ftp/lua-5.4.7.tar.gz
https://www.x.org/archive/individual/app/luit-1.1.1.tar.bz2
https://sourceware.org/pub/lvm2/LVM2.2.03.30.tgz
https://files.pythonhosted.org/packages/source/l/lxml/lxml-5.3.1.tar.gz
https://invisible-mirror.net/archives/lynx/tarballs/lynx2.9.2.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.24.1.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.19.tar.xz
https://mirror.lyrahosting.com/gnu/make/make-4.4.1.tar.gz
https://github.com/lfs-book/make-ca/archive/v1.15/make-ca-1.15.tar.gz
https://github.com/sqlalchemy/mako/archive/rel_1_3_9/mako-1.3.9.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.0.tar.xz
https://cdn.kernel.org/pub/linux/docs/man-pages/man-pages-6.10.tar.xz
https://mandoc.bsd.lv/snapshots/mandoc-1.14.6.tar.gz
https://github.com/Python-Markdown/markdown/archive/3.7/markdown-3.7.tar.gz
https://github.com/pallets/markupsafe/archive/3.0.2/markupsafe-3.0.2.tar.gz
https://github.com/PyO3/maturin/archive/v1.8.1/maturin-1.8.1.tar.gz
https://cdn.kernel.org/pub/linux/utils/raid/mdadm/mdadm-4.3.tar.xz
https://github.com/ryncsn/memstrack/archive/v0.2.2/memstrack-0.2.2.tar.gz
https://gitlab.freedesktop.org/mesa/mesa/-/archive/mesa-24.3.4/mesa-mesa-24.3.4.tar.bz2
https://archive.mesa3d.org/demos/mesa-demos-9.0.0.tar.xz
https://github.com/mesonbuild/meson/releases/download/1.7.0/meson-1.7.0.tar.gz
https://files.pythonhosted.org/packages/source/m/meson_python/meson_python-0.17.1.tar.gz
https://www.x.org/archive/individual/app/mkfontscale-1.2.3.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.22.0/ModemManager-1.22.0.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.3.1.tar.gz
https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-4.0.0.tar.gz
https://mirror.lyrahosting.com/gnu/mpfr/mpfr-4.2.1.tar.xz
https://mpg123.org/download/mpg123-1.32.10.tar.bz2
https://github.com/GNOME/msgraph/archive/0.2.3/msgraph-0.2.3.tar.gz
https://bitmath.se/org/code/mtdev/mtdev-1.1.7.tar.bz2
https://mirror.lyrahosting.com/gnu/mtools/mtools-4.0.46.tar.bz2
https://github.com/opensvc/multipath-tools/archive/0.10.0/multipath-tools-0.10.0.tar.gz
https://nano-editor.org/dist/v8/nano-8.3.tar.xz
https://www.nasm.us/pub/nasm/releasebuilds/2.16.03/nasm-2.16.03.tar.xz
https://mirror.lyrahosting.com/gnu/ncurses/ncurses-6.5.tar.gz
https://github.com/net-snmp/net-snmp/archive/v5.9.4/net-snmp-5.9.4.tar.gz
https://freefr.dl.sourceforge.net/project/net-tools/net-tools-2.10.tar.xz
https://freefr.dl.sourceforge.net/project/netcat/netcat/0.7.1/netcat-0.7.1.tar.bz2
https://mirror.lyrahosting.com/gnu/nettle/nettle-3.10.1.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.50.1/NetworkManager-1.50.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.24.tar.gz
https://www.netfilter.org/pub/nftables/nftables-1.1.1.tar.xz
https://github.com/nghttp2/nghttp2/releases/download/v1.64.0/nghttp2-1.64.0.tar.xz
https://github.com/ngtcp2/nghttp3/releases/download/v1.6.0/nghttp3-1.6.0.tar.xz
https://github.com/ninja-build/ninja/archive/v1.12.1/ninja-1.12.1.tar.gz
https://github.com/nlohmann/json/archive/v3.11.3/nlohmann-json-3.11.3.tar.gz
https://github.com/DanielMYT/noto-fonts-tarball/releases/download/20241202/noto-fonts-2024.12.01.tar.xz
https://github.com/DanielMYT/noto-fonts-tarball/releases/download/20241202/noto-fonts-cjk-20230817.tar.xz
https://github.com/DanielMYT/noto-fonts-tarball/releases/download/20241202/noto-fonts-emoji-2.047.tar.xz
https://www.gnupg.org/ftp/gcrypt/npth/npth-1.8.tar.bz2
https://archive.mozilla.org/pub/nspr/releases/v4.36/src/nspr-4.36.tar.gz
https://archive.mozilla.org/pub/security/nss/releases/NSS_3_108_RTM/src/nss-3.108.tar.gz
https://github.com/tuxera/ntfs-3g/archive/2022.10.3/ntfs-3g-2022.10.3.tar.gz
https://github.com/FFmpeg/nv-codec-headers/releases/download/n12.2.72.0/nv-codec-headers-12.2.72.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.11/nvme-cli-2.11.tar.gz
https://github.com/kkos/oniguruma/releases/download/v6.9.9/onig-6.9.9.tar.gz
https://github.com/NVIDIA/open-gpu-kernel-modules/archive/570.86.16/open-gpu-kernel-modules-570.86.16.tar.gz
https://github.com/vmware/open-vm-tools/archive/stable-12.5.0/open-vm-tools-stable-12.5.0.tar.gz
https://github.com/kcat/openal-soft/archive/1.24.1/openal-soft-1.24.1.tar.gz
https://github.com/cisco/openh264/archive/v2.5.0/openh264-2.5.0.tar.gz
https://freefr.dl.sourceforge.net/project/openjade/openjade/1.3.2/openjade-1.3.2.tar.gz
https://github.com/uclouvain/openjpeg/archive/v2.5.3/openjpeg-2.5.3.tar.gz
https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.6.9.tgz
https://freefr.dl.sourceforge.net/project/openjade/opensp/1.5.2/OpenSP-1.5.2.tar.gz
https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.9p1.tar.gz
https://www.openssl.org/source/openssl-3.4.0.tar.gz
https://github.com/OpenVPN/openvpn/releases/download/v2.6.12/openvpn-2.6.12.tar.gz
https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz
https://gitlab.freedesktop.org/gstreamer/orc/-/archive/0.4.40/orc-0.4.40.tar.bz2
https://deb.debian.org/debian/pool/main/o/os-prober/os-prober_1.83.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.25.5/p11-kit-0.25.5.tar.xz
https://github.com/p7zip-project/p7zip/archive/v17.05/p7zip-17.05.tar.gz
https://github.com/pypa/packaging/archive/24.2/packaging-24.2.tar.gz
https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot/pahole-1.28.tar.gz
https://github.com/GNOME/pango/archive/1.56.1/pango-1.56.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-20250122.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.6.tar.xz
https://github.com/hughsie/passim/releases/download/0.1.8/passim-0.1.8.tar.xz
https://mirror.lyrahosting.com/gnu/patch/patch-2.7.6.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-0.12.1.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.13.0.tar.xz
https://freefr.dl.sourceforge.net/project/pcre/pcre/8.45/pcre-8.45.tar.bz2
https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.45/pcre2-10.45.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.40.1.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.30.0/pkcs11-helper-1.30.0.tar.bz2
https://distfiles.ariadne.space/pkgconf/pkgconf-2.3.0.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.1.tar.bz2
https://github.com/pypa/pip/archive/25.0.1/pip-25.0.1.tar.gz
https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/1.2.7/pipewire-1.2.7.tar.bz2
https://www.x.org/archive/individual/lib/pixman-0.44.2.tar.xz
https://files.pythonhosted.org/packages/source/p/pluggy/pluggy-1.5.0.tar.gz
https://files.pythonhosted.org/packages/source/p/ply/ply-3.11.tar.gz
https://gitlab.freedesktop.org/plymouth/plymouth/-/archive/24.004.60/plymouth-24.004.60.tar.bz2
https://github.com/python-poetry/poetry-core/releases/download/1.9.1/poetry_core-1.9.1.tar.gz
https://github.com/polkit-org/polkit/archive/126/polkit-126.tar.gz
https://mirrors.dotsrc.org/gnome/sources/polkit-gnome/0.105/polkit-gnome-0.105.tar.xz
https://poppler.freedesktop.org/poppler-25.02.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.23/power-profiles-daemon-0.23.tar.bz2
https://download.samba.org/pub/ppp/ppp-2.5.1.tar.gz
https://freefr.dl.sourceforge.net/project/procps-ng/Production/procps-ng-4.0.5.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/ptyprocess/ptyprocess-0.7.0.tar.gz
https://www.freedesktop.org/software/pulseaudio/releases/pulseaudio-17.0.tar.xz
https://codeberg.org/a-j-wood/pv/releases/download/v1.9.25/pv-1.9.25.tar.gz
https://github.com/pygobject/pycairo/releases/download/v1.27.0/pycairo-1.27.0.tar.gz
https://github.com/eliben/pycparser/archive/release_v2.22/pycparser-release_v2.22.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.31/pyelftools-0.31.tar.gz
https://files.pythonhosted.org/packages/source/P/Pygments/pygments-2.19.1.tar.gz
https://mirrors.dotsrc.org/gnome/sources/pygobject/3.50/pygobject-3.50.0.tar.xz
https://github.com/pyca/pyopenssl/archive/24.3.0/pyopenssl-24.3.0.tar.gz
https://github.com/pyparsing/pyparsing/releases/download/3.2.0/pyparsing-3.2.0.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.9.0.tar.gz
https://www.python.org/ftp/python/3.13.2/Python-3.13.2.tar.xz
https://github.com/certifi/python-certifi/archive/2025.01.31/python-certifi-2025.01.31.tar.gz
https://files.pythonhosted.org/packages/source/p/python-dbusmock/python-dbusmock-0.32.2.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.1/pytz-2025.1.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.2.tar.gz
https://download.qemu.org/qemu-9.2.1.tar.xz
https://github.com/qpdf/qpdf/releases/download/v11.10.0/qpdf-11.10.0.tar.gz
https://fukuchi.org/works/qrencode/qrencode-4.1.1.tar.bz2
https://github.com/xiph/rav1e/archive/v0.7.1/rav1e-0.7.1.tar.gz
https://github.com/pauldreik/rdfind/archive/releases%2F1.6.0/rdfind-releases-1.6.0.tar.gz
https://mirror.lyrahosting.com/gnu/readline/readline-8.2.13.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.32.3.tar.gz
https://mirrors.dotsrc.org/gnome/sources/rest/0.8/rest-0.8.1.tar.xz
https://mirrors.dotsrc.org/gnome/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/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.1.tar.gz
https://github.com/mirror/rtmpdump/archive/6f6bb13/rtmpdump-2.4-105-g6f6bb13.tar.gz
https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.2.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/runtimes-19.1.7.src.tar.xz
https://d3ah34wvbudrdd.cloudfront.net/dist/rust-1.84.1-x86_64-unknown-linux-gnu.tar.gz
https://download.samba.org/pub/samba/stable/samba-4.21.2.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.0.tar.xz
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.68/sdl12-compat-release-1.2.68.tar.gz
https://www.libsdl.org/release/SDL2-2.30.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.9.tar.xz
https://files.pythonhosted.org/packages/source/s/semantic-version/semantic_version-2.10.0.tar.gz
https://www.x.org/archive/individual/app/sessreg-1.1.3.tar.xz
https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-75.8.0.tar.gz
https://github.com/PyO3/setuptools-rust/archive/v1.10.2/setuptools-rust-1.10.2.tar.gz
https://github.com/pypa/setuptools_scm/archive/v8.0.4/setuptools_scm-8.0.4.tar.gz
https://www.x.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/v2024.4/shaderc-2024.4.tar.gz
https://github.com/shadow-maint/shadow/releases/download/4.17.2/shadow-4.17.2.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://files.pythonhosted.org/packages/source/s/six/six-1.16.0.tar.gz
https://github.com/webmproject/sjpeg/archive/e5ab130/sjpeg-e5ab130.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://freefr.dl.sourceforge.net/project/smartmontools/smartmontools/7.4/smartmontools-7.4.tar.gz
https://github.com/leohemsted/smartypants.py/archive/v2.0.1/smartypants.py-2.0.1.tar.gz
https://www.x.org/archive/individual/app/smproxy-1.0.7.tar.xz
https://github.com/snowballstem/snowball/archive/v2.2.0/snowball-2.2.0.tar.gz
https://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-0.8.tar.bz2
https://www.surina.net/soundtouch/soundtouch-2.3.3.tar.gz
https://github.com/brailcom/speechd/releases/download/0.11.5/speech-dispatcher-0.11.5.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://dmassey.net/files/dev/sphinx-venv/mbs-revamped/sphinx-20250119-x86_64-python3.13-venv.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.304.1/SPIRV-Headers-vulkan-sdk-1.4.304.1.tar.gz
https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/v19.1.4/SPIRV-LLVM-Translator-19.1.4.tar.gz
https://github.com/KhronosGroup/SPIRV-Tools/archive/vulkan-sdk-1.4.304.1/SPIRV-Tools-vulkan-sdk-1.4.304.1.tar.gz
https://sqlite.org/2025/sqlite-autoconf-3480000.tar.gz
https://github.com/plougher/squashfs-tools/archive/4.6.1/squashfs-tools-4.6.1.tar.gz
https://github.com/vasi/squashfuse/releases/download/0.5.2/squashfuse-0.5.2.tar.gz
https://github.com/libfuse/sshfs/releases/download/sshfs-3.7.3/sshfs-3.7.3.tar.xz
https://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.12.tar.gz
https://github.com/strace/strace/releases/download/v6.13/strace-6.13.tar.xz
https://github.com/sudo-project/sudo/releases/download/SUDO_1_9_16p2/sudo-1.9.16p2.tar.gz
https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v2.3.0/SVT-AV1-v2.3.0.tar.bz2
https://github.com/swig/swig/archive/v4.3.0/swig-4.3.0.tar.gz
https://github.com/GNOME/sysprof/archive/47.2/sysprof-47.2.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/v257.3/systemd-257.3.tar.gz
https://taglib.org/releases/taglib-2.0.2.tar.gz
https://www.samba.org/ftp/talloc/talloc-2.4.3.tar.gz
https://mirror.lyrahosting.com/gnu/tar/tar-1.35.tar.xz
https://freefr.dl.sourceforge.net/project/tcl/Tcl/8.6.16/tcl8.6.16-src.tar.gz
https://github.com/dbrgn/tealdeer/archive/v1.7.1/tealdeer-1.7.1.tar.gz
https://mirror.lyrahosting.com/gnu/texinfo/texinfo-7.2.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/third-party-19.1.7.src.tar.xz
https://github.com/GNOME/tinysparql/archive/3.8.2/tinysparql-3.8.2.tar.gz
https://freefr.dl.sourceforge.net/project/tcl/Tcl/8.6.16/tk8.6.16-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://github.com/tpm2-software/tpm2-tools/releases/download/5.7/tpm2-tools-5.7.tar.gz
https://github.com/tpm2-software/tpm2-tss/releases/download/4.1.3/tpm2-tss-4.1.3.tar.gz
https://github.com/pypa/trove-classifiers/archive/2025.1.15.22/trove-classifiers-2025.1.15.22.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.12.2.tar.gz
https://files.pythonhosted.org/packages/source/t/typogrify/typogrify-2.1.0.tar.gz
https://data.iana.org/time-zones/releases/tzdata2025a.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.10.1/udisks-2.10.1.tar.bz2
https://launchpad.net/ufw/0.36/0.36.2/+download/ufw-0.36.2.tar.gz
https://dotat.at/prog/unifdef/unifdef-2.12.tar.gz
https://unifoundry.com/pub/unifont/unifont-16.0.02/unifont-16.0.02.tar.gz
https://gitlab.com/OldManProgrammer/unix-tree/-/archive/2.2.1/unix-tree-2.2.1.tar.bz2
https://freefr.dl.sourceforge.net/project/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz
https://github.com/MassOS-Linux/upgrade-toolset/releases/download/20221015/upgrade-toolset-20221015-x86_64.tar.xz
https://gitlab.freedesktop.org/upower/upower/-/archive/v1.90.7/upower-v1.90.7.tar.bz2
https://files.pythonhosted.org/packages/source/u/urllib3/urllib3-2.3.0.tar.gz
https://cdn.kernel.org/pub/linux/utils/usb/usbutils/usbutils-018.tar.xz
https://lttng.org/files/urcu/userspace-rcu-0.15.0.tar.bz2
https://github.com/nemtrif/utfcpp/archive/v4.0.6/utfcpp-4.0.6.tar.gz
https://cdn.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.4.tar.xz
https://www.x.org/archive/individual/util/util-macros-1.20.2.tar.xz
https://mirrors.dotsrc.org/gnome/sources/vala/0.56/vala-0.56.17.tar.xz
https://github.com/vim/vim/archive/v9.1.1100/vim-9.1.1100.tar.gz
https://github.com/vicgeralds/vitetris/archive/v0.59.1/vitetris-0.59.1.tar.gz
https://github.com/zeux/volk/archive/1.4.304/volk-1.4.304.tar.gz
https://github.com/felixonmars/volume_key/archive/volume_key-0.3.12.tar.gz
https://github.com/GNOME/vte/archive/0.78.3/vte-0.78.3.tar.gz
https://github.com/KhronosGroup/Vulkan-Headers/archive/vulkan-sdk-1.4.304.1/Vulkan-Headers-vulkan-sdk-1.4.304.1.tar.gz
https://github.com/KhronosGroup/Vulkan-Loader/archive/vulkan-sdk-1.4.304.1/Vulkan-Loader-vulkan-sdk-1.4.304.1.tar.gz
https://github.com/KhronosGroup/Vulkan-Tools/archive/vulkan-sdk-1.4.304.1/Vulkan-Tools-vulkan-sdk-1.4.304.1.tar.gz
https://github.com/dbry/WavPack/releases/download/5.7.0/wavpack-5.7.0.tar.xz
https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.23.1/downloads/wayland-1.23.1.tar.xz
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.40/downloads/wayland-protocols-1.40.tar.xz
https://webkitgtk.org/releases/webkitgtk-2.46.5.tar.xz
https://github.com/aruiz/webp-pixbuf-loader/archive/0.2.7/webp-pixbuf-loader-0.2.7.tar.gz
https://mirror.lyrahosting.com/gnu/wget/wget-1.25.0.tar.gz
https://files.pythonhosted.org/packages/source/w/wheel/wheel-0.45.1.tar.gz
https://mirror.lyrahosting.com/gnu/which/which-2.23.tar.gz
https://github.com/rfc1036/whois/archive/v5.5.23/whois-5.5.23.tar.gz
https://hewlettpackard.github.io/wireless-tools/wireless_tools.30.pre9.tar.gz
https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/0.5.8/wireplumber-0.5.8.tar.bz2
https://gitlab.freedesktop.org/wlroots/wlr-protocols/-/archive/ffb89ac/wlr-protocols-107.tar.gz
https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/0.18.2/wlroots-0.18.2.tar.bz2
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.14.3.tar.xz
https://www.x.org/archive/individual/test/x11perf-1.7.0.tar.xz
https://code.videolan.org/videolan/x264/-/archive/373697b/x264-0.164.3204.tar.bz2
https://bitbucket.org/multicoreware/x265_git/downloads/x265_4.1.tar.gz
https://www.x.org/archive/individual/app/xauth-1.1.3.tar.xz
https://www.x.org/archive/individual/app/xbacklight-1.2.4.tar.xz
https://www.x.org/archive/individual/data/xbitmaps-1.1.3.tar.xz
https://www.x.org/archive/individual/xcb/xcb-proto-1.17.0.tar.xz
https://www.x.org/archive/individual/xcb/xcb-util-0.4.1.tar.xz
https://www.x.org/archive/individual/xcb/xcb-util-cursor-0.1.5.tar.xz
https://www.x.org/archive/individual/xcb/xcb-util-errors-1.0.1.tar.xz
https://www.x.org/archive/individual/xcb/xcb-util-image-0.4.1.tar.xz
https://www.x.org/archive/individual/xcb/xcb-util-keysyms-0.4.1.tar.xz
https://www.x.org/archive/individual/xcb/xcb-util-renderutil-0.3.10.tar.xz
https://www.x.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://www.x.org/archive/individual/app/xcmsdb-1.0.7.tar.xz
https://www.x.org/archive/individual/app/xcursorgen-1.0.8.tar.xz
https://github.com/flatpak/xdg-dbus-proxy/releases/download/0.1.6/xdg-dbus-proxy-0.1.6.tar.xz
https://github.com/flatpak/xdg-desktop-portal/releases/download/1.18.4/xdg-desktop-portal-1.18.4.tar.xz
https://github.com/flatpak/xdg-desktop-portal-gtk/releases/download/1.15.2/xdg-desktop-portal-gtk-1.15.2.tar.xz
https://user-dirs.freedesktop.org/releases/xdg-user-dirs-0.18.tar.gz
https://portland.freedesktop.org/download/xdg-utils-1.1.3.tar.gz
https://www.x.org/archive/individual/app/xdpyinfo-1.3.4.tar.xz
https://www.x.org/archive/individual/app/xdriinfo-1.0.7.tar.xz
https://www.x.org/archive/individual/app/xev-1.2.6.tar.xz
https://www.x.org/archive/individual/driver/xf86-input-libinput-1.5.0.tar.xz
https://cdn.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.12.0.tar.xz
https://www.x.org/archive/individual/app/xgamma-1.0.7.tar.xz
https://www.x.org/archive/individual/app/xhost-1.0.10.tar.xz
https://www.x.org/archive/individual/app/xinit-1.4.3.tar.xz
https://www.x.org/archive/individual/app/xinput-1.6.4.tar.xz
https://www.x.org/archive/individual/app/xkbcomp-1.4.7.tar.xz
https://www.x.org/archive/individual/app/xkbevd-1.1.6.tar.xz
https://www.x.org/archive/individual/app/xkbutils-1.0.6.tar.xz
https://www.x.org/archive/individual/data/xkeyboard-config/xkeyboard-config-2.44.tar.xz
https://www.x.org/archive/individual/app/xkill-1.0.6.tar.xz
https://www.x.org/archive/individual/app/xlsatoms-1.1.4.tar.xz
https://www.x.org/archive/individual/app/xlsclients-1.1.5.tar.xz
https://www.x.org/archive/individual/app/xmessage-1.0.7.tar.xz
https://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-2.47.tar.gz
https://github.com/lsh123/xmlsec/archive/1.3.6/xmlsec-1.3.6.tar.gz
https://releases.pagure.org/xmlto/xmlto-0.0.29.tar.bz2
https://www.x.org/archive/individual/app/xmodmap-1.0.11.tar.xz
https://gitlab.freedesktop.org/xorg/xserver/-/archive/xorg-server-21.1.15.tar.bz2
https://www.x.org/archive/individual/proto/xorgproto-2024.1.tar.xz
https://www.x.org/archive/individual/app/xpr-1.2.0.tar.xz
https://www.x.org/archive/individual/app/xprop-1.2.8.tar.xz
https://www.x.org/archive/individual/app/xrandr-1.5.3.tar.xz
https://www.x.org/archive/individual/app/xrdb-1.2.2.tar.xz
https://www.x.org/archive/individual/app/xrefresh-1.1.0.tar.xz
https://www.x.org/archive/individual/app/xset-1.2.5.tar.xz
https://www.x.org/archive/individual/app/xsetroot-1.1.3.tar.xz
https://www.x.org/archive/individual/lib/xtrans-1.5.2.tar.xz
https://downloads.xvid.com/downloads/xvidcore-1.3.7.tar.bz2
https://www.x.org/archive/individual/app/xvinfo-1.1.5.tar.xz
https://gitlab.freedesktop.org/xorg/xserver/-/archive/xwayland-24.1.5.tar.bz2
https://www.x.org/archive/individual/app/xwd-1.0.9.tar.xz
https://www.x.org/archive/individual/app/xwininfo-1.1.6.tar.xz
https://www.x.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://freefr.dl.sourceforge.net/project/lzmautils/xz-5.6.4.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.44.6/yq-4.44.6.tar.gz
https://github.com/Yeraze/ytnef/archive/v2.1.2/ytnef-2.1.2.tar.gz
https://github.com/ibireme/yyjson/archive/0.10.0/yyjson-0.10.0.tar.gz
https://freefr.dl.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.1/zlib-1.3.1.tar.xz
https://freefr.dl.sourceforge.net/project/zsh/zsh/5.9/zsh-5.9.tar.xz
https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.gz