mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-16 22:22:12 +01:00
With this change, packages such as llvm19, llvm20, etc… provide only numbered versions of their binaries (e.g.: llvm20-ar). The llvm provides only symlinks to these binaries, and depends on a specific version. Packages which use cmd:llvm20-ar should depend on package llvm20, while packages which use cmd:llvm-ar should depend on package llvm. See: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/83089#note_500291