sonatype-nexus-community / nexus-repository-apk

Eclipse Public License 1.0
42 stars 24 forks source link

Regex fix v2 #6

Closed adrianp-sti closed 4 years ago

adrianp-sti commented 4 years ago

This is an updated fix for the regex issues mentioned in #4 . It has the following changes:

The regex has been tested on ~10k files (basically all of 3.10 main and community) and only 4 fail. I'm not going to fix the regex for the four failures as those APKs even fail Alpines own validation of what a "valid" $pkgver is (i.e apk version --check fails). Just for the record the four fails are:

I'm not a regex expert so happy to take any feedback.

cc @DarthHater @bhamail