mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-07 02:46:50 +00:00
classify extracts OS, arch, libc, and format from release asset filenames using regex pattern matching with priority ordering (x86_64 before x86, arm64 before armv7, etc.). platlatest tracks the newest release version per build target (OS+arch+libc triplet) to handle the common case where Windows or macOS releases lag behind Linux by several versions.