There's a merged pull request on the void-packages repository sile: update to 0.15.9 https://github.com/void-linux/void-packages/pull/53839 Description: Untested bump in the blind ;-) This includes one change from the recently approved major overhaul (see #51222). The *default* upstream options use a bundling system to wrap dozens and dozens of project Lua files and embed them into the final Rust binary. This was made the default upstream to simplify installation from source for end users that may have trouble working out their system's Lua paths and may or may not compile with the right options. That being said as the upstream developer I personally recommend *not* using this option and installing all the files directly using the package manager if possible. Since this is a system package it will have all the Lua path stuff sorted out for the end user already, and this makes it easier to use SILE. One common thing to do in a SILE based project is modify some internals by copying the distributed functions and tweaking them for some specific use case. Having the system install them as actual Lua files instead of bundled in a binary makes it just a little easier to actually do that. Hence I suggest this option for distro packages. Otherwise this is a pretty simple version bump. #### Testing the changes - [ ] I tested the changes in this PR: **NO** #### Local build testing - [ ] I built this PR locally for my native architecture, (ARCH-LIBC) - [ ] I built this PR locally for these architectures (if supported. mark crossbuilds): - [ ] aarch64-musl - [ ] armv7l - [ ] armv6l-musl