mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-23 15:31:19 +02: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.