Skip to content

version: add IsValidWithoutRevision function

Kevin Daudt requested to merge validate-version into master

Add a function to validate package versions. Since the pkgver field in APKBUILD files do not include the revision part, this function does not consider it valid when it's included.

We can add a separate function for that later.

Merge request reports