Hi Agustin,

a very good hint. I didn't know about the ?: qualifier. But that did the trick in the cfengine3 case.

Thanks
Christoph

Am 18.06.26 um 11:00 schrieb Agustin Martin:

     $newversion         = 3.27.1


Seems that nested capturing groups are confusing uscan, I think it expects a
single capturing group with the version.

I am not an expert in advanced perl regex, but seems that making inner
groups non-capturing helps here,

Matching-Pattern: 
.*/(\d+\.(?:[0369]|[147][0369]*(?:[147][0369]*[258][0369]*)*(?:[147][0369]*[147]|[258])|[258][0369]*(?:[258][0369]*[147][0369]*)*(?:[258][0369]*[258]|[147]))+\.\d+)@ARCHIVE_EXT@

Reply via email to