Tags: ettersi/Yggdrasil
Tags
[fzf] update to version 0.25.0 (JuliaPackaging#2486) https://github.com/junegunn/fzf/releases/tag/0.25.0
[Cuba] Update to v4.2.1 (JuliaPackaging#2466)
Improve `recursively_regenerate_jlls.jl` * Can now generate a temporary environment for you with all the newly-regenerated JLLs * properly de-jll's a parameter
LibGit2: fix for hostkey patch (JuliaPackaging#2434) The previous version worked for explicit `ssh://` URLs but not for `user@host` URLs that don't explicitly have the ssh protocol because the `urldata` structure didn't have a `proto` field initialized. But we don't actually need to use the `git_net_url_is_default_port` helper since we already know that we're connecting via SSH. This version just compares the `urldata.port` value with `SSH_DEFAULT_PORT` instead.
[qwtw] 3D lines/surfaces added (for linux only) (JuliaPackaging#2417)
[qwtw] 3D lines/surfaces added (for linux only) (JuliaPackaging#2417)
[RootFS] Install `samurai` instead of `ninja` (JuliaPackaging#2356) Co-authored-by: Elliot Saba <staticfloat@gmail.com>