version: add IsValidWithoutRevision function
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.