mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-02 01:11:31 +01:00
To speed up obtaining metadata from all packages, we try to avoid forking calls in the global scope. In this case, sed is being used to remove all '.' from `pkgver`. Parameter substution can be used to do that instead.