dgalbraith / chocolatey-packages

Automatic and manual Chocolatey packages
MIT License
4 stars 20 forks source link

(gh-543) Modify regular expressions to match expected filename #544

Closed dgalbraith closed 5 months ago

dgalbraith commented 5 months ago

Filename format was no longer matching the regular expressions due to updates in the format - the number of digits had increased from 3 to 4. Modified the regular expressions to accommodate and made additional updates to bring the updater into line with current standards.