mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-06 10:26:49 +00:00
amd64[_-]?v2 matched syncthing filenames like 'amd64-v2.0.5' where '-v2' is the start of the release version, not an arch micro-level. Changed to amd64_?v2 (underscore optional, dash excluded) which correctly matches: - amd64v2 (no separator, original form) - amd64_v2 (underscore, pathman form) But NOT amd64-v2.0.5 (dash + version number, syncthing).