There is a new pull request by tornaria against master on the void-packages repository https://github.com/tornaria/void-packages update-gtk https://github.com/void-linux/void-packages/pull/33569 update_check/gnome: also check for 2.* and 4.* version Split from #33327. - check for 2.* (example: `gtk+` currently misses version 2.24.33) - check for 4.* (example: `gtk4` currently misses version 4.4.0) - change check for 0.* to ignore devel (e.g. `vala` currently includes 0.53.2 which afaict should be ignored b/c it's development) Maybe the `[0-4]` I added should be `[0-9]`, or `[0-9]+`. CC: @paper42, also @sgn since I believe he made the last changes to this regexp. Feel free to redo and drop this PR as you see convenient. A patch file from https://github.com/void-linux/void-packages/pull/33569.patch is attached