srcfile: update

This commit is contained in:
joachimschmidt557 2023-01-05 01:04:20 +08:00
parent 9f4115442d
commit d560aa9411
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -46,7 +46,6 @@ tar http://www.netlib.org/misc/intel/IntelRDFPMathLib20U2.tar.gz IntelRDFPMathLi
tar https://xorg.freedesktop.org/archive/individual/app/igt-gpu-tools-1.26.tar.xz igt-gpu-tools-1.26 tar https://xorg.freedesktop.org/archive/individual/app/igt-gpu-tools-1.26.tar.xz igt-gpu-tools-1.26
tar https://ffmpeg.org/releases/ffmpeg-4.4.tar.xz ffmpeg-4.4 tar https://ffmpeg.org/releases/ffmpeg-4.4.tar.xz ffmpeg-4.4
tar https://freedesktop.org/software/pulseaudio/releases/pulseaudio-14.2.tar.xz pulseaudio-14.2 tar https://freedesktop.org/software/pulseaudio/releases/pulseaudio-14.2.tar.xz pulseaudio-14.2
tar https://dbus.freedesktop.org/releases/dbus/dbus-1.13.18.tar.xz dbus-1.13.18
tar https://w1.fi/releases/wpa_supplicant-2.9.tar.gz wpa_supplicant-2.9 tar https://w1.fi/releases/wpa_supplicant-2.9.tar.gz wpa_supplicant-2.9
# Languages # Languages
@ -227,6 +226,7 @@ git https://github.com/microsoft/SEAL SEAL
git https://github.com/alastairreid/mra_tools mra_tools git https://github.com/alastairreid/mra_tools mra_tools
git https://github.com/bytecodealliance/wasmtime wasmtime git https://github.com/bytecodealliance/wasmtime wasmtime
git https://github.com/bytecodealliance/regalloc.rs regalloc.rs git https://github.com/bytecodealliance/regalloc.rs regalloc.rs
git https://github.com/bytecodealliance/regalloc2 regalloc2
git https://github.com/essej/sonobus sonobus git https://github.com/essej/sonobus sonobus
git https://github.com/khvzak/bluez-tools bluez-tools git https://github.com/khvzak/bluez-tools bluez-tools
git https://github.com/arqv/zig-overlay zig-overlay git https://github.com/arqv/zig-overlay zig-overlay
@ -242,7 +242,7 @@ git https://github.com/mattnite/gyro gyro
git https://github.com/aeronavery/zig-toml zig-toml git https://github.com/aeronavery/zig-toml zig-toml
git https://github.com/zigimg/zigimg zigimg git https://github.com/zigimg/zigimg zigimg
git https://github.com/zigimg/test-suite zigimg-test-suite git https://github.com/zigimg/test-suite zigimg-test-suite
git https://github.com/heidezomp/dbus-zig dbus-zig git https://github.com/marler8997/dbus-zig dbus-zig
git https://github.com/heftig/rtkit rtkit git https://github.com/heftig/rtkit rtkit
git https://gitlab.com/simple-nixos-mailserver/nixos-mailserver nixos-mailserver git https://gitlab.com/simple-nixos-mailserver/nixos-mailserver nixos-mailserver
git https://github.com/nektro/zigmod zigmod git https://github.com/nektro/zigmod zigmod
@ -284,9 +284,11 @@ git https://github.com/ZigEmbeddedGroup/microzig microzig
git https://github.com/ZigEmbeddedGroup/regz regz git https://github.com/ZigEmbeddedGroup/regz regz
git https://github.com/JuliaMath/openlibm openlibm git https://github.com/JuliaMath/openlibm openlibm
git https://gitlab.freedesktop.org/upower/upower.git upower git https://gitlab.freedesktop.org/upower/upower.git upower
git https://gitlab.freedesktop.org/dbus/dbus.git dbus
git https://github.com/systemd/systemd systemd git https://github.com/systemd/systemd systemd
git https://github.com/util-linux/util-linux util-linux git https://github.com/util-linux/util-linux util-linux
git https://git.openwrt.org/openwrt/openwrt.git openwrt git https://git.openwrt.org/openwrt/openwrt.git openwrt
git https://github.com/emersion/mako mako
# My own projects # My own projects
git git@github.com:ziglibs/lscolors zig-lscolors git git@github.com:ziglibs/lscolors zig-lscolors